Color Hex Logo

#878304 Color Hex

#878304
(135,131,4)
0 Favorites   0 Comments

Color spaces of #878304

RGB 1351314
HSL0.160.940.27
HSV58°97°53°
CMYK 0.000.030.97   0.47
XYZ18.129921.39233.2884
Yxy21.39230.42350.4997
Hunter Lab46.2518-10.971828.1609
CIE-Lab53.3762-11.214457.3308

#878304 color RGB value is (135,131,4).

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

The process color (four color CMYK) of #878304 color hex is 0.00, 0.03, 0.97, 0.47. Web safe color of #878304 is #999900. Color #878304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000011 00000100
Octal 207 203 4
Decimal 135 131 4
Hex 87 83 4

RGB Percentages of Color #878304

%50.00
%48.52
%1.48

CMYK Percentages of Color #878304

%0
%3
%97
%47

Triadic Colors of #878304

#878304 #048783 #830487

Analogous Colors of #878304

#878304 #4a8704 #874204

Monochromatic Colors of #878304

#878304

Complementary Color

#878304 #040887

#878304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878304 Color CSS Codes

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

#878304 Text Font Color

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

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


#878304 Background Color

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

This div background color is #878304


#878304 Border Color

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

This div border color is #878304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878304


Comments

No comments written yet.

Please login to write comment.