Color Hex Logo

#874725 Color Hex

#874725
(135,71,37)
0 Favorites   0 Comments

Color spaces of #874725

RGB 1357137
HSL0.060.570.34
HSV21°73°53°
CMYK 0.000.470.73   0.47
XYZ12.57889.79092.9771
Yxy9.79090.49630.3863
Hunter Lab31.290416.999116.2622
CIE-Lab37.464524.352031.9278

#874725 color RGB value is (135,71,37).

#874725 hex color red value is 135, green value is 71 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #874725 hue: 0.06 , saturation: 0.57 and the lightness value of 874725 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000111 00100101
Octal 207 107 45
Decimal 135 71 37
Hex 87 47 25

RGB Percentages of Color #874725

%55.56
%29.22
%15.23

CMYK Percentages of Color #874725

%0
%47
%73
%47

Triadic Colors of #874725

#874725 #258747 #472587

Analogous Colors of #874725

#874725 #877825 #872534

Monochromatic Colors of #874725

#874725

Complementary Color

#874725 #256587

#874725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874725 Color CSS Codes

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

#874725 Text Font Color

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

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


#874725 Background Color

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

This div background color is #874725


#874725 Border Color

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

This div border color is #874725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874725


Comments

No comments written yet.

Please login to write comment.