Color Hex Logo

#803337 Color Hex

#803337
(128,51,55)
0 Favorites   0 Comments

Color spaces of #803337

RGB 1285155
HSL0.990.430.35
HSV357°60°50°
CMYK 0.000.600.57   0.50
XYZ10.77557.23274.4425
Yxy7.23270.48000.3222
Hunter Lab26.893724.45579.0316
CIE-Lab32.330933.670314.4767

#803337 color RGB value is (128,51,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 00110111
Octal 200 63 67
Decimal 128 51 55
Hex 80 33 37

RGB Percentages of Color #803337

%54.70
%21.79
%23.50

CMYK Percentages of Color #803337

%0
%60
%57
%50

Triadic Colors of #803337

#803337 #378033 #333780

Analogous Colors of #803337

#803337 #805633 #80335e

Monochromatic Colors of #803337

#803337

Complementary Color

#803337 #33807c

#803337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803337 Color CSS Codes

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

#803337 Text Font Color

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

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


#803337 Background Color

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

This div background color is #803337


#803337 Border Color

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

This div border color is #803337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803337


Comments

No comments written yet.

Please login to write comment.