Color Hex Logo

#803536 Color Hex

#803536
(128,53,54)
0 Favorites   0 Comments

Color spaces of #803536

RGB 1285354
HSL1.000.410.35
HSV359°59°50°
CMYK 0.000.590.58   0.50
XYZ10.84107.40174.3473
Yxy7.40170.47990.3277
Hunter Lab27.206123.51769.5702
CIE-Lab32.704432.549615.6161

#803536 color RGB value is (128,53,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 00110110
Octal 200 65 66
Decimal 128 53 54
Hex 80 35 36

RGB Percentages of Color #803536

%54.47
%22.55
%22.98

CMYK Percentages of Color #803536

%0
%59
%58
%50

Triadic Colors of #803536

#803536 #368035 #353680

Analogous Colors of #803536

#803536 #805a35 #80355b

Monochromatic Colors of #803536

#803536

Complementary Color

#803536 #35807f

#803536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803536 Color CSS Codes

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

#803536 Text Font Color

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

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


#803536 Background Color

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

This div background color is #803536


#803536 Border Color

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

This div border color is #803536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803536


Comments

No comments written yet.

Please login to write comment.