Color Hex Logo

#485921 Color Hex

#485921
(72,89,33)
0 Favorites   0 Comments

Color spaces of #485921

RGB 728933
HSL0.220.460.24
HSV78°63°35°
CMYK 0.190.000.63   0.65
XYZ6.51948.63232.7614
Yxy8.63230.36390.4819
Hunter Lab29.3808-11.808414.9941
CIE-Lab35.2665-16.303629.6299

#485921 color RGB value is (72,89,33).

#485921 hex color red value is 72, green value is 89 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #485921 hue: 0.22 , saturation: 0.46 and the lightness value of 485921 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011001 00100001
Octal 110 131 41
Decimal 72 89 33
Hex 48 59 21

RGB Percentages of Color #485921

%37.11
%45.88
%17.01

CMYK Percentages of Color #485921

%19
%0
%63
%65

Triadic Colors of #485921

#485921 #214859 #592148

Analogous Colors of #485921

#485921 #2c5921 #594e21

Monochromatic Colors of #485921

#485921

Complementary Color

#485921 #322159

#485921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485921 Color CSS Codes

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

#485921 Text Font Color

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

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


#485921 Background Color

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

This div background color is #485921


#485921 Border Color

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

This div border color is #485921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485921


Comments

No comments written yet.

Please login to write comment.