Color Hex Logo

#486b3c Color Hex

#486B3C
(72,107,60)
0 Favorites   0 Comments

Color spaces of #486b3c

RGB 7210760
HSL0.290.280.33
HSV105°44°42°
CMYK 0.330.000.44   0.58
XYZ8.745812.21946.1726
Yxy12.21940.32230.4503
Hunter Lab34.9563-16.514113.9999
CIE-Lab41.5627-22.384622.4157

#486b3c color RGB value is (72,107,60).

#486b3c hex color red value is 72, green value is 107 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #486b3c hue: 0.29 , saturation: 0.28 and the lightness value of 486b3c is 0.33.

The process color (four color CMYK) of #486b3c color hex is 0.33, 0.00, 0.44, 0.58. Web safe color of #486b3c is #336633. Color #486b3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 00111100
Octal 110 153 74
Decimal 72 107 60
Hex 48 6B 3C

RGB Percentages of Color #486b3c

%30.13
%44.77
%25.10

CMYK Percentages of Color #486b3c

%33
%0
%44
%58

Triadic Colors of #486b3c

#486b3c #3c486b #6b3c48

Analogous Colors of #486b3c

#486b3c #3c6b48 #606b3c

Monochromatic Colors of #486b3c

#486b3c

Complementary Color

#486b3c #5f3c6b

#486b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#486b3c Color CSS Codes

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

#486b3c Text Font Color

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

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


#486b3c Background Color

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

This div background color is #486b3c


#486b3c Border Color

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

This div border color is #486b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486b3c


Comments

No comments written yet.

Please login to write comment.