Color Hex Logo

#875304 Color Hex

#875304
(135,83,4)
0 Favorites   0 Comments

Color spaces of #875304

RGB 135834
HSL0.100.940.27
HSV36°97°53°
CMYK 0.000.390.97   0.47
XYZ13.106811.34621.6141
Yxy11.34620.50280.4353
Hunter Lab33.684110.508820.7378
CIE-Lab40.157516.260547.6926

#875304 color RGB value is (135,83,4).

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

The process color (four color CMYK) of #875304 color hex is 0.00, 0.39, 0.97, 0.47. Web safe color of #875304 is #996600. Color #875304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01010011 00000100
Octal 207 123 4
Decimal 135 83 4
Hex 87 53 4

RGB Percentages of Color #875304

%60.81
%37.39
%1.80

CMYK Percentages of Color #875304

%0
%39
%97
%47

Triadic Colors of #875304

#875304 #048753 #530487

Analogous Colors of #875304

#875304 #7a8704 #871204

Monochromatic Colors of #875304

#875304

Complementary Color

#875304 #043887

#875304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#875304 Color CSS Codes

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

#875304 Text Font Color

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

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


#875304 Background Color

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

This div background color is #875304


#875304 Border Color

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

This div border color is #875304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875304


Comments

No comments written yet.

Please login to write comment.