Color Hex Logo

#486140 Color Hex

#486140
(72,97,64)
0 Favorites   0 Comments

Color spaces of #486140

RGB 729764
HSL0.290.200.32
HSV105°34°38°
CMYK 0.260.000.34   0.62
XYZ7.872610.29736.4231
Yxy10.29730.32010.4187
Hunter Lab32.0894-12.364510.5949
CIE-Lab38.3708-16.403715.8869

#486140 color RGB value is (72,97,64).

#486140 hex color red value is 72, green value is 97 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #486140 hue: 0.29 , saturation: 0.20 and the lightness value of 486140 is 0.32.

The process color (four color CMYK) of #486140 color hex is 0.26, 0.00, 0.34, 0.62. Web safe color of #486140 is #336633. Color #486140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100001 01000000
Octal 110 141 100
Decimal 72 97 64
Hex 48 61 40

RGB Percentages of Color #486140

%30.90
%41.63
%27.47

CMYK Percentages of Color #486140

%26
%0
%34
%62

Triadic Colors of #486140

#486140 #404861 #614048

Analogous Colors of #486140

#486140 #406149 #596140

Monochromatic Colors of #486140

#486140

Complementary Color

#486140 #594061

#486140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486140 Color CSS Codes

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

#486140 Text Font Color

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

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


#486140 Background Color

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

This div background color is #486140


#486140 Border Color

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

This div border color is #486140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486140


Comments

No comments written yet.

Please login to write comment.