Color Hex Logo

#485520 Color Hex

#485520
(72,85,32)
0 Favorites   0 Comments

Color spaces of #485520

RGB 728532
HSL0.210.450.23
HSV75°62°33°
CMYK 0.150.000.62   0.67
XYZ6.18177.97902.5808
Yxy7.97900.36920.4766
Hunter Lab28.2471-10.368914.3560
CIE-Lab33.9391-14.179028.6513

#485520 color RGB value is (72,85,32).

#485520 hex color red value is 72, green value is 85 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #485520 hue: 0.21 , saturation: 0.45 and the lightness value of 485520 is 0.23.

The process color (four color CMYK) of #485520 color hex is 0.15, 0.00, 0.62, 0.67. Web safe color of #485520 is #336633. Color #485520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010101 00100000
Octal 110 125 40
Decimal 72 85 32
Hex 48 55 20

RGB Percentages of Color #485520

%38.10
%44.97
%16.93

CMYK Percentages of Color #485520

%15
%0
%62
%67

Triadic Colors of #485520

#485520 #204855 #552048

Analogous Colors of #485520

#485520 #2e5520 #554820

Monochromatic Colors of #485520

#485520

Complementary Color

#485520 #2d2055

#485520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485520 Color CSS Codes

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

#485520 Text Font Color

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

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


#485520 Background Color

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

This div background color is #485520


#485520 Border Color

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

This div border color is #485520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485520


Comments

No comments written yet.

Please login to write comment.