Color Hex Logo

#805037 Color Hex

#805037
(128,80,55)
0 Favorites   0 Comments

Color spaces of #805037

RGB 1288055
HSL0.060.400.36
HSV21°57°50°
CMYK 0.000.380.57   0.50
XYZ12.460310.60245.0042
Yxy10.60240.44390.3778
Hunter Lab32.561311.324613.6809
CIE-Lab38.902617.350823.0197

#805037 color RGB value is (128,80,55).

#805037 hex color red value is 128, green value is 80 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #805037 hue: 0.06 , saturation: 0.40 and the lightness value of 805037 is 0.36.

The process color (four color CMYK) of #805037 color hex is 0.00, 0.38, 0.57, 0.50. Web safe color of #805037 is #996633. Color #805037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010000 00110111
Octal 200 120 67
Decimal 128 80 55
Hex 80 50 37

RGB Percentages of Color #805037

%48.67
%30.42
%20.91

CMYK Percentages of Color #805037

%0
%38
%57
%50

Triadic Colors of #805037

#805037 #378050 #503780

Analogous Colors of #805037

#805037 #807537 #803743

Monochromatic Colors of #805037

#805037

Complementary Color

#805037 #376780

#805037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805037 Color CSS Codes

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

#805037 Text Font Color

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

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


#805037 Background Color

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

This div background color is #805037


#805037 Border Color

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

This div border color is #805037


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,80,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 #805037">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805037


Comments

No comments written yet.

Please login to write comment.