Color Hex Logo

#486406 Color Hex

#486406
(72,100,6)
0 Favorites   0 Comments

Color spaces of #486406

RGB 721006
HSL0.220.890.21
HSV78°94°39°
CMYK 0.280.000.94   0.61
XYZ7.262510.50521.8172
Yxy10.50520.37080.5364
Hunter Lab32.4117-16.724019.3640
CIE-Lab38.7343-23.752743.2589

#486406 color RGB value is (72,100,6).

#486406 hex color red value is 72, green value is 100 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #486406 hue: 0.22 , saturation: 0.89 and the lightness value of 486406 is 0.21.

The process color (four color CMYK) of #486406 color hex is 0.28, 0.00, 0.94, 0.61. Web safe color of #486406 is #336600. Color #486406 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100100 00000110
Octal 110 144 6
Decimal 72 100 6
Hex 48 64 6

RGB Percentages of Color #486406

%40.45
%56.18
%3.37

CMYK Percentages of Color #486406

%28
%0
%94
%61

Triadic Colors of #486406

#486406 #064864 #640648

Analogous Colors of #486406

#486406 #196406 #645106

Monochromatic Colors of #486406

#486406

Complementary Color

#486406 #220664

#486406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486406 Color CSS Codes

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

#486406 Text Font Color

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

This sample text font color is #486406
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.


#486406 Background Color

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

This div background color is #486406


#486406 Border Color

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

This div border color is #486406


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,100,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 #486406">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486406


Comments

No comments written yet.

Please login to write comment.