Color Hex Logo

#486b3e Color Hex

#486B3E
(72,107,62)
0 Favorites   0 Comments

Color spaces of #486b3e

RGB 7210762
HSL0.300.270.33
HSV107°42°42°
CMYK 0.330.000.42   0.58
XYZ8.799712.24096.4564
Yxy12.24090.32000.4452
Hunter Lab34.9870-16.332113.5497
CIE-Lab41.5965-22.067221.3140

#486b3e color RGB value is (72,107,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 00111110
Octal 110 153 76
Decimal 72 107 62
Hex 48 6B 3E

RGB Percentages of Color #486b3e

%29.88
%44.40
%25.73

CMYK Percentages of Color #486b3e

%33
%0
%42
%58

Triadic Colors of #486b3e

#486b3e #3e486b #6b3e48

Analogous Colors of #486b3e

#486b3e #3e6b4b #5f6b3e

Monochromatic Colors of #486b3e

#486b3e

Complementary Color

#486b3e #613e6b

#486b3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486b3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#486b3e Color CSS Codes

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

#486b3e Text Font Color

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

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


#486b3e Background Color

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

This div background color is #486b3e


#486b3e Border Color

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

This div border color is #486b3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486b3e


Comments

No comments written yet.

Please login to write comment.