Color Hex Logo

#486809 Color Hex

#486809
(72,104,9)
0 Favorites   0 Comments

Color spaces of #486809

RGB 721049
HSL0.220.840.22
HSV80°91°41°
CMYK 0.310.000.91   0.59
XYZ7.672111.29812.0348
Yxy11.29810.36530.5379
Hunter Lab33.6126-18.079419.9396
CIE-Lab40.0781-25.628943.6121

#486809 color RGB value is (72,104,9).

#486809 hex color red value is 72, green value is 104 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #486809 hue: 0.22 , saturation: 0.84 and the lightness value of 486809 is 0.22.

The process color (four color CMYK) of #486809 color hex is 0.31, 0.00, 0.91, 0.59. Web safe color of #486809 is #336600. Color #486809 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101000 00001001
Octal 110 150 11
Decimal 72 104 9
Hex 48 68 9

RGB Percentages of Color #486809

%38.92
%56.22
%4.86

CMYK Percentages of Color #486809

%31
%0
%91
%59

Triadic Colors of #486809

#486809 #094868 #680948

Analogous Colors of #486809

#486809 #186809 #685909

Monochromatic Colors of #486809

#486809

Complementary Color

#486809 #290968

#486809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486809 Color CSS Codes

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

#486809 Text Font Color

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

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


#486809 Background Color

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

This div background color is #486809


#486809 Border Color

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

This div border color is #486809


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,104,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486809


Comments

No comments written yet.

Please login to write comment.