Color Hex Logo

#873004 Color Hex

#873004
(135,48,4)
0 Favorites   0 Comments

Color spaces of #873004

RGB 135484
HSL0.060.940.27
HSV20°97°53°
CMYK 0.000.640.97   0.47
XYZ11.07057.27360.9353
Yxy7.27360.57420.3773
Hunter Lab26.969626.073916.8226
CIE-Lab32.421835.466942.5217

#873004 color RGB value is (135,48,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 00000100
Octal 207 60 4
Decimal 135 48 4
Hex 87 30 4

RGB Percentages of Color #873004

%72.19
%25.67
%2.14

CMYK Percentages of Color #873004

%0
%64
%97
%47

Triadic Colors of #873004

#873004 #048730 #300487

Analogous Colors of #873004

#873004 #877204 #870419

Monochromatic Colors of #873004

#873004

Complementary Color

#873004 #045b87

#873004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873004 Color CSS Codes

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

#873004 Text Font Color

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

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


#873004 Background Color

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

This div background color is #873004


#873004 Border Color

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

This div border color is #873004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873004


Comments

No comments written yet.

Please login to write comment.