Color Hex Logo

#804237 Color Hex

#804237
(128,66,55)
0 Favorites   0 Comments

Color spaces of #804237

RGB 1286655
HSL0.030.400.36
HSV57°50°
CMYK 0.000.480.57   0.50
XYZ11.53998.76154.6973
Yxy8.76150.46160.3505
Hunter Lab29.599817.791011.3109
CIE-Lab35.521025.511918.6849

#804237 color RGB value is (128,66,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000010 00110111
Octal 200 102 67
Decimal 128 66 55
Hex 80 42 37

RGB Percentages of Color #804237

%51.41
%26.51
%22.09

CMYK Percentages of Color #804237

%0
%48
%57
%50

Triadic Colors of #804237

#804237 #378042 #423780

Analogous Colors of #804237

#804237 #806737 #803750

Monochromatic Colors of #804237

#804237

Complementary Color

#804237 #377580

#804237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804237 Color CSS Codes

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

#804237 Text Font Color

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

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


#804237 Background Color

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

This div background color is #804237


#804237 Border Color

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

This div border color is #804237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804237


Comments

No comments written yet.

Please login to write comment.