Color Hex Logo

#052106 Color Hex

#052106
(5,33,6)
0 Favorites   0 Comments

Color spaces of #052106

RGB 5336
HSL0.340.740.07
HSV122°85°13°
CMYK 0.850.000.82   0.87
XYZ0.63931.13310.3573
Yxy1.13310.30020.5320
Hunter Lab10.6447-7.90795.4612
CIE-Lab10.0544-17.149612.2245

#052106 color RGB value is (5,33,6).

#052106 hex color red value is 5, green value is 33 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #052106 hue: 0.34 , saturation: 0.74 and the lightness value of 052106 is 0.07.

The process color (four color CMYK) of #052106 color hex is 0.85, 0.00, 0.82, 0.87. Web safe color of #052106 is #003300. Color #052106 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100001 00000110
Octal 5 41 6
Decimal 5 33 6
Hex 5 21 6

RGB Percentages of Color #052106

%11.36
%75.00
%13.64

CMYK Percentages of Color #052106

%85
%0
%82
%87

Triadic Colors of #052106

#052106 #060521 #210605

Analogous Colors of #052106

#052106 #052114 #122105

Monochromatic Colors of #052106

#052106

Complementary Color

#052106 #210520

#052106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052106 Color CSS Codes

.mybgcolor {background-color:#052106; } 
.myforecolor {color:#052106; }
.mybordercolor {border:3px solid #052106; }

#052106 Text Font Color

<p style="color:#052106">Text here</p>

This sample text font color is #052106
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#052106 Background Color

<div style="background-color:#052106">
Div content here</div>

This div background color is #052106


#052106 Border Color

<div style="border:3px solid #052106">
Div here</div>

This div border color is #052106


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,33,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052106; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052106;
  -webkit-box-shadow: 1px 1px 3px 2px #052106;
  box-shadow:         1px 1px 3px 2px #052106; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,33,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #052106">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #052106;
  -webkit-box-shadow: 1px 1px 3px 2px #052106;
  box-shadow:         1px 1px 3px 2px #052106;">
Div content here</div>

This div box has shadow with color #052106


Comments

No comments written yet.

Please login to write comment.