Color Hex Logo

#873740 Color Hex

#873740
(135,55,64)
0 Favorites   0 Comments

Color spaces of #873740

RGB 1355564
HSL0.980.420.37
HSV353°59°53°
CMYK 0.000.590.53   0.47
XYZ12.28338.25345.7962
Yxy8.25340.46650.3134
Hunter Lab28.728726.04458.1480
CIE-Lab34.505135.096811.8421

#873740 color RGB value is (135,55,64).

#873740 hex color red value is 135, green value is 55 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #873740 hue: 0.98 , saturation: 0.42 and the lightness value of 873740 is 0.37.

The process color (four color CMYK) of #873740 color hex is 0.00, 0.59, 0.53, 0.47. Web safe color of #873740 is #993333. Color #873740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110111 01000000
Octal 207 67 100
Decimal 135 55 64
Hex 87 37 40

RGB Percentages of Color #873740

%53.15
%21.65
%25.20

CMYK Percentages of Color #873740

%0
%59
%53
%47

Triadic Colors of #873740

#873740 #408737 #374087

Analogous Colors of #873740

#873740 #875637 #873768

Monochromatic Colors of #873740

#873740

Complementary Color

#873740 #37877e

#873740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873740 Color CSS Codes

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

#873740 Text Font Color

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

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


#873740 Background Color

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

This div background color is #873740


#873740 Border Color

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

This div border color is #873740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,55,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873740


Comments

No comments written yet.

Please login to write comment.