Color Hex Logo

#803b11 Color Hex

#803B11
(128,59,17)
0 Favorites   0 Comments

Color spaces of #803b11

RGB 1285917
HSL0.060.770.28
HSV23°87°50°
CMYK 0.000.540.87   0.50
XYZ10.56727.75761.4707
Yxy7.75760.53380.3919
Hunter Lab27.852518.980916.3660
CIE-Lab33.472927.178537.6676

#803b11 color RGB value is (128,59,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111011 00010001
Octal 200 73 21
Decimal 128 59 17
Hex 80 3B 11

RGB Percentages of Color #803b11

%62.75
%28.92
%8.33

CMYK Percentages of Color #803b11

%0
%54
%87
%50

Triadic Colors of #803b11

#803b11 #11803b #3b1180

Analogous Colors of #803b11

#803b11 #807311 #80111f

Monochromatic Colors of #803b11

#803b11

Complementary Color

#803b11 #115680

#803b11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803b11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803b11 Color CSS Codes

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

#803b11 Text Font Color

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

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


#803b11 Background Color

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

This div background color is #803b11


#803b11 Border Color

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

This div border color is #803b11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803b11


Comments

No comments written yet.

Please login to write comment.