Color Hex Logo

#874537 Color Hex

#874537
(135,69,55)
0 Favorites   0 Comments

Color spaces of #874537

RGB 1356955
HSL0.030.420.37
HSV11°59°53°
CMYK 0.000.490.59   0.47
XYZ12.80949.68304.8083
Yxy9.68300.46920.3547
Hunter Lab31.117519.023112.6207
CIE-Lab37.267426.749321.1477

#874537 color RGB value is (135,69,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000101 00110111
Octal 207 105 67
Decimal 135 69 55
Hex 87 45 37

RGB Percentages of Color #874537

%52.12
%26.64
%21.24

CMYK Percentages of Color #874537

%0
%49
%59
%47

Triadic Colors of #874537

#874537 #378745 #453787

Analogous Colors of #874537

#874537 #876d37 #873751

Monochromatic Colors of #874537

#874537

Complementary Color

#874537 #377987

#874537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874537 Color CSS Codes

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

#874537 Text Font Color

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

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


#874537 Background Color

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

This div background color is #874537


#874537 Border Color

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

This div border color is #874537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874537


Comments

No comments written yet.

Please login to write comment.