Color Hex Logo

#874650 Color Hex

#874650
(135,70,80)
0 Favorites   0 Comments

Color spaces of #874650

RGB 1357080
HSL0.970.320.40
HSV351°48°53°
CMYK 0.000.480.41   0.47
XYZ13.629810.11048.8225
Yxy10.11040.41860.3105
Hunter Lab31.796920.87005.8069
CIE-Lab38.039828.77976.6274

#874650 color RGB value is (135,70,80).

#874650 hex color red value is 135, green value is 70 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #874650 hue: 0.97 , saturation: 0.32 and the lightness value of 874650 is 0.40.

The process color (four color CMYK) of #874650 color hex is 0.00, 0.48, 0.41, 0.47. Web safe color of #874650 is #993366. Color #874650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 01010000
Octal 207 106 120
Decimal 135 70 80
Hex 87 46 50

RGB Percentages of Color #874650

%47.37
%24.56
%28.07

CMYK Percentages of Color #874650

%0
%48
%41
%47

Triadic Colors of #874650

#874650 #508746 #465087

Analogous Colors of #874650

#874650 #875d46 #874671

Monochromatic Colors of #874650

#874650

Complementary Color

#874650 #46877d

#874650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874650 Color CSS Codes

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

#874650 Text Font Color

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

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


#874650 Background Color

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

This div background color is #874650


#874650 Border Color

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

This div border color is #874650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874650


Comments

No comments written yet.

Please login to write comment.