Color Hex Logo

#486c0f Color Hex

#486C0F
(72,108,15)
0 Favorites   0 Comments

Color spaces of #486c0f

RGB 7210815
HSL0.230.760.24
HSV83°86°42°
CMYK 0.330.000.86   0.58
XYZ8.121312.13732.3666
Yxy12.13730.35890.5365
Hunter Lab34.8386-19.357120.3594
CIE-Lab41.4335-27.333743.2082

#486c0f color RGB value is (72,108,15).

#486c0f hex color red value is 72, green value is 108 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #486c0f hue: 0.23 , saturation: 0.76 and the lightness value of 486c0f is 0.24.

The process color (four color CMYK) of #486c0f color hex is 0.33, 0.00, 0.86, 0.58. Web safe color of #486c0f is #336600. Color #486c0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 00001111
Octal 110 154 17
Decimal 72 108 15
Hex 48 6C F

RGB Percentages of Color #486c0f

%36.92
%55.38
%7.69

CMYK Percentages of Color #486c0f

%33
%0
%86
%58

Triadic Colors of #486c0f

#486c0f #0f486c #6c0f48

Analogous Colors of #486c0f

#486c0f #1a6c0f #6c620f

Monochromatic Colors of #486c0f

#486c0f

Complementary Color

#486c0f #330f6c

#486c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#486c0f Color CSS Codes

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

#486c0f Text Font Color

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

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


#486c0f Background Color

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

This div background color is #486c0f


#486c0f Border Color

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

This div border color is #486c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,108,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #486c0f;
  box-shadow:         1px 1px 3px 2px #486c0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486c0f


Comments

No comments written yet.

Please login to write comment.