Color Hex Logo

#486541 Color Hex

#486541
(72,101,65)
0 Favorites   0 Comments

Color spaces of #486541

RGB 7210165
HSL0.300.220.33
HSV108°36°40°
CMYK 0.290.000.36   0.60
XYZ8.280311.06676.7007
Yxy11.06670.31790.4249
Hunter Lab33.2666-13.786711.3442
CIE-Lab39.6926-18.401817.0600

#486541 color RGB value is (72,101,65).

#486541 hex color red value is 72, green value is 101 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #486541 hue: 0.30 , saturation: 0.22 and the lightness value of 486541 is 0.33.

The process color (four color CMYK) of #486541 color hex is 0.29, 0.00, 0.36, 0.60. Web safe color of #486541 is #336633. Color #486541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 01000001
Octal 110 145 101
Decimal 72 101 65
Hex 48 65 41

RGB Percentages of Color #486541

%30.25
%42.44
%27.31

CMYK Percentages of Color #486541

%29
%0
%36
%60

Triadic Colors of #486541

#486541 #414865 #654148

Analogous Colors of #486541

#486541 #41654c #5a6541

Monochromatic Colors of #486541

#486541

Complementary Color

#486541 #5e4165

#486541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486541 Color CSS Codes

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

#486541 Text Font Color

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

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


#486541 Background Color

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

This div background color is #486541


#486541 Border Color

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

This div border color is #486541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486541


Comments

No comments written yet.

Please login to write comment.