Color Hex Logo

#803520 Color Hex

#803520
(128,53,32)
0 Favorites   0 Comments

Color spaces of #803520

RGB 1285332
HSL0.040.600.31
HSV13°75°50°
CMYK 0.000.590.75   0.50
XYZ10.43597.23972.2139
Yxy7.23970.52470.3640
Hunter Lab26.906722.145413.9563
CIE-Lab32.346531.033728.7681

#803520 color RGB value is (128,53,32).

#803520 hex color red value is 128, green value is 53 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #803520 hue: 0.04 , saturation: 0.60 and the lightness value of 803520 is 0.31.

The process color (four color CMYK) of #803520 color hex is 0.00, 0.59, 0.75, 0.50. Web safe color of #803520 is #993333. Color #803520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 00100000
Octal 200 65 40
Decimal 128 53 32
Hex 80 35 20

RGB Percentages of Color #803520

%60.09
%24.88
%15.02

CMYK Percentages of Color #803520

%0
%59
%75
%50

Triadic Colors of #803520

#803520 #208035 #352080

Analogous Colors of #803520

#803520 #806520 #80203b

Monochromatic Colors of #803520

#803520

Complementary Color

#803520 #206b80

#803520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803520 Color CSS Codes

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

#803520 Text Font Color

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

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


#803520 Background Color

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

This div background color is #803520


#803520 Border Color

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

This div border color is #803520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803520


Comments

No comments written yet.

Please login to write comment.