Color Hex Logo

#803533 Color Hex

#803533
(128,53,51)
0 Favorites   0 Comments

Color spaces of #803533

RGB 1285351
HSL0.000.430.35
HSV60°50°
CMYK 0.000.590.60   0.50
XYZ10.77277.37443.9876
Yxy7.37440.48670.3332
Hunter Lab27.155823.288110.3029
CIE-Lab32.644532.297717.4526

#803533 color RGB value is (128,53,51).

#803533 hex color red value is 128, green value is 53 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #803533 hue: 0.00 , saturation: 0.43 and the lightness value of 803533 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 00110011
Octal 200 65 63
Decimal 128 53 51
Hex 80 35 33

RGB Percentages of Color #803533

%55.17
%22.84
%21.98

CMYK Percentages of Color #803533

%0
%59
%60
%50

Triadic Colors of #803533

#803533 #338035 #353380

Analogous Colors of #803533

#803533 #805c33 #803358

Monochromatic Colors of #803533

#803533

Complementary Color

#803533 #337e80

#803533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803533 Color CSS Codes

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

#803533 Text Font Color

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

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


#803533 Background Color

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

This div background color is #803533


#803533 Border Color

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

This div border color is #803533


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,53,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803533


Comments

No comments written yet.

Please login to write comment.