Color Hex Logo

#485941 Color Hex

#485941
(72,89,65)
0 Favorites   0 Comments

Color spaces of #485941

RGB 728965
HSL0.280.160.30
HSV103°27°35°
CMYK 0.190.000.27   0.65
XYZ7.19908.90416.3403
Yxy8.90410.32080.3967
Hunter Lab29.8397-9.15548.2900
CIE-Lab35.7990-11.720811.7887

#485941 color RGB value is (72,89,65).

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

The process color (four color CMYK) of #485941 color hex is 0.19, 0.00, 0.27, 0.65. Web safe color of #485941 is #336633. Color #485941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 01000001
Octal 110 131 101
Decimal 72 89 65
Hex 48 59 41

RGB Percentages of Color #485941

%31.86
%39.38
%28.76

CMYK Percentages of Color #485941

%19
%0
%27
%65

Triadic Colors of #485941

#485941 #414859 #594148

Analogous Colors of #485941

#485941 #415946 #545941

Monochromatic Colors of #485941

#485941

Complementary Color

#485941 #524159

#485941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485941 Color CSS Codes

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

#485941 Text Font Color

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

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


#485941 Background Color

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

This div background color is #485941


#485941 Border Color

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

This div border color is #485941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,89,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 #485941">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485941


Comments

No comments written yet.

Please login to write comment.