Color Hex Logo

#803335 Color Hex

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

Color spaces of #803335

RGB 1285153
HSL1.000.430.35
HSV358°60°50°
CMYK 0.000.600.59   0.50
XYZ10.72857.21394.1951
Yxy7.21390.48460.3259
Hunter Lab26.858724.29779.5405
CIE-Lab32.289033.498615.7071

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

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

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

Base Numbers

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

RGB Percentages of Color #803335

%55.17
%21.98
%22.84

CMYK Percentages of Color #803335

%0
%60
%59
%50

Triadic Colors of #803335

#803335 #358033 #333580

Analogous Colors of #803335

#803335 #805833 #80335b

Monochromatic Colors of #803335

#803335

Complementary Color

#803335 #33807e

#803335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803335 Color CSS Codes

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

#803335 Text Font Color

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

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


#803335 Background Color

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

This div background color is #803335


#803335 Border Color

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

This div border color is #803335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803335


Comments

No comments written yet.

Please login to write comment.