Color Hex Logo

#803b13 Color Hex

#803B13
(128,59,19)
0 Favorites   0 Comments

Color spaces of #803b13

RGB 1285919
HSL0.060.740.29
HSV22°85°50°
CMYK 0.000.540.85   0.50
XYZ10.58367.76411.5569
Yxy7.76410.53170.3901
Hunter Lab27.864119.037216.1921
CIE-Lab33.486727.243336.7785

#803b13 color RGB value is (128,59,19).

#803b13 hex color red value is 128, green value is 59 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #803b13 hue: 0.06 , saturation: 0.74 and the lightness value of 803b13 is 0.29.

The process color (four color CMYK) of #803b13 color hex is 0.00, 0.54, 0.85, 0.50. Web safe color of #803b13 is #993300. Color #803b13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 00010011
Octal 200 73 23
Decimal 128 59 19
Hex 80 3B 13

RGB Percentages of Color #803b13

%62.14
%28.64
%9.22

CMYK Percentages of Color #803b13

%0
%54
%85
%50

Triadic Colors of #803b13

#803b13 #13803b #3b1380

Analogous Colors of #803b13

#803b13 #807213 #801321

Monochromatic Colors of #803b13

#803b13

Complementary Color

#803b13 #135880

#803b13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803b13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803b13 Color CSS Codes

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

#803b13 Text Font Color

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

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


#803b13 Background Color

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

This div background color is #803b13


#803b13 Border Color

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

This div border color is #803b13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,59,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803b13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803b13;
  -webkit-box-shadow: 1px 1px 3px 2px #803b13;
  box-shadow:         1px 1px 3px 2px #803b13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803b13


Comments

No comments written yet.

Please login to write comment.