Color Hex Logo

#875405 Color Hex

#875405
(135,84,5)
0 Favorites   0 Comments

Color spaces of #875405

RGB 135845
HSL0.100.930.27
HSV36°96°53°
CMYK 0.000.380.96   0.47
XYZ13.189411.50251.6686
Yxy11.50250.50030.4364
Hunter Lab33.915310.065420.8237
CIE-Lab40.414215.695547.5883

#875405 color RGB value is (135,84,5).

#875405 hex color red value is 135, green value is 84 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #875405 hue: 0.10 , saturation: 0.93 and the lightness value of 875405 is 0.27.

The process color (four color CMYK) of #875405 color hex is 0.00, 0.38, 0.96, 0.47. Web safe color of #875405 is #996600. Color #875405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010100 00000101
Octal 207 124 5
Decimal 135 84 5
Hex 87 54 5

RGB Percentages of Color #875405

%60.27
%37.50
%2.23

CMYK Percentages of Color #875405

%0
%38
%96
%47

Triadic Colors of #875405

#875405 #058754 #540587

Analogous Colors of #875405

#875405 #798705 #871305

Monochromatic Colors of #875405

#875405

Complementary Color

#875405 #053887

#875405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875405 Color CSS Codes

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

#875405 Text Font Color

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

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


#875405 Background Color

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

This div background color is #875405


#875405 Border Color

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

This div border color is #875405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875405


Comments

No comments written yet.

Please login to write comment.