Color Hex Logo

#873204 Color Hex

#873204
(135,50,4)
0 Favorites   0 Comments

Color spaces of #873204

RGB 135504
HSL0.060.940.27
HSV21°97°53°
CMYK 0.000.630.97   0.47
XYZ11.15427.44090.9632
Yxy7.44090.57030.3804
Hunter Lab27.278025.253617.0011
CIE-Lab32.790334.492642.7579

#873204 color RGB value is (135,50,4).

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

The process color (four color CMYK) of #873204 color hex is 0.00, 0.63, 0.97, 0.47. Web safe color of #873204 is #993300. Color #873204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 00000100
Octal 207 62 4
Decimal 135 50 4
Hex 87 32 4

RGB Percentages of Color #873204

%71.43
%26.46
%2.12

CMYK Percentages of Color #873204

%0
%63
%97
%47

Triadic Colors of #873204

#873204 #048732 #320487

Analogous Colors of #873204

#873204 #877404 #870417

Monochromatic Colors of #873204

#873204

Complementary Color

#873204 #045987

#873204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873204 Color CSS Codes

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

#873204 Text Font Color

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

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


#873204 Background Color

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

This div background color is #873204


#873204 Border Color

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

This div border color is #873204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873204

#873204 Color Palettes


Comments

No comments written yet.

Please login to write comment.