Color Hex Logo

#874624 Color Hex

#874624
(135,70,36)
0 Favorites   0 Comments

Color spaces of #874624

RGB 1357036
HSL0.060.580.34
HSV21°73°53°
CMYK 0.000.480.73   0.47
XYZ12.50039.65862.8745
Yxy9.65860.49930.3858
Hunter Lab31.078317.409216.2709
CIE-Lab37.222624.863632.2110

#874624 color RGB value is (135,70,36).

#874624 hex color red value is 135, green value is 70 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #874624 hue: 0.06 , saturation: 0.58 and the lightness value of 874624 is 0.34.

The process color (four color CMYK) of #874624 color hex is 0.00, 0.48, 0.73, 0.47. Web safe color of #874624 is #993333. Color #874624 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 00100100
Octal 207 106 44
Decimal 135 70 36
Hex 87 46 24

RGB Percentages of Color #874624

%56.02
%29.05
%14.94

CMYK Percentages of Color #874624

%0
%48
%73
%47

Triadic Colors of #874624

#874624 #248746 #462487

Analogous Colors of #874624

#874624 #877824 #872434

Monochromatic Colors of #874624

#874624

Complementary Color

#874624 #246587

#874624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874624 Color CSS Codes

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

#874624 Text Font Color

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

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


#874624 Background Color

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

This div background color is #874624


#874624 Border Color

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

This div border color is #874624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874624


Comments

No comments written yet.

Please login to write comment.