Color Hex Logo

#874905 Color Hex

#874905
(135,73,5)
0 Favorites   0 Comments

Color spaces of #874905

RGB 135735
HSL0.090.930.27
HSV31°96°53°
CMYK 0.000.460.96   0.47
XYZ12.40169.92691.4060
Yxy9.92690.52250.4182
Hunter Lab31.507015.122919.4091
CIE-Lab37.710922.087745.6835

#874905 color RGB value is (135,73,5).

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

The process color (four color CMYK) of #874905 color hex is 0.00, 0.46, 0.96, 0.47. Web safe color of #874905 is #993300. Color #874905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 00000101
Octal 207 111 5
Decimal 135 73 5
Hex 87 49 5

RGB Percentages of Color #874905

%63.38
%34.27
%2.35

CMYK Percentages of Color #874905

%0
%46
%96
%47

Triadic Colors of #874905

#874905 #058749 #490587

Analogous Colors of #874905

#874905 #848705 #870805

Monochromatic Colors of #874905

#874905

Complementary Color

#874905 #054387

#874905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874905 Color CSS Codes

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

#874905 Text Font Color

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

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


#874905 Background Color

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

This div background color is #874905


#874905 Border Color

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

This div border color is #874905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874905


Comments

No comments written yet.

Please login to write comment.