Color Hex Logo

#803339 Color Hex

#803339
(128,51,57)
0 Favorites   0 Comments

Color spaces of #803339

RGB 1285157
HSL0.990.430.35
HSV355°60°50°
CMYK 0.000.600.55   0.50
XYZ10.82447.25234.7002
Yxy7.25230.47520.3184
Hunter Lab26.930124.61948.5030
CIE-Lab32.374533.847813.2455

#803339 color RGB value is (128,51,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110011 00111001
Octal 200 63 71
Decimal 128 51 57
Hex 80 33 39

RGB Percentages of Color #803339

%54.24
%21.61
%24.15

CMYK Percentages of Color #803339

%0
%60
%55
%50

Triadic Colors of #803339

#803339 #398033 #333980

Analogous Colors of #803339

#803339 #805433 #803360

Monochromatic Colors of #803339

#803339

Complementary Color

#803339 #33807a

#803339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803339 Color CSS Codes

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

#803339 Text Font Color

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

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


#803339 Background Color

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

This div background color is #803339


#803339 Border Color

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

This div border color is #803339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803339


Comments

No comments written yet.

Please login to write comment.