Color Hex Logo

#486908 Color Hex

#486908
(72,105,8)
0 Favorites   0 Comments

Color spaces of #486908

RGB 721058
HSL0.220.860.22
HSV80°92°41°
CMYK 0.310.000.92   0.59
XYZ7.767911.49842.0397
Yxy11.49840.36460.5397
Hunter Lab33.9093-18.450720.1701
CIE-Lab40.4075-26.153244.1376

#486908 color RGB value is (72,105,8).

#486908 hex color red value is 72, green value is 105 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #486908 hue: 0.22 , saturation: 0.86 and the lightness value of 486908 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101001 00001000
Octal 110 151 10
Decimal 72 105 8
Hex 48 69 8

RGB Percentages of Color #486908

%38.92
%56.76
%4.32

CMYK Percentages of Color #486908

%31
%0
%92
%59

Triadic Colors of #486908

#486908 #084869 #690848

Analogous Colors of #486908

#486908 #186908 #695a08

Monochromatic Colors of #486908

#486908

Complementary Color

#486908 #290869

#486908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486908 Color CSS Codes

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

#486908 Text Font Color

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

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


#486908 Background Color

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

This div background color is #486908


#486908 Border Color

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

This div border color is #486908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486908


Comments

No comments written yet.

Please login to write comment.