Color Hex Logo

#874118 Color Hex

#874118
(135,65,24)
0 Favorites   0 Comments

Color spaces of #874118

RGB 1356524
HSL0.060.700.31
HSV22°82°53°
CMYK 0.000.520.82   0.47
XYZ12.04688.99741.9659
Yxy8.99740.52350.3910
Hunter Lab29.995719.196417.1111
CIE-Lab35.979327.109837.1511

#874118 color RGB value is (135,65,24).

#874118 hex color red value is 135, green value is 65 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #874118 hue: 0.06 , saturation: 0.70 and the lightness value of 874118 is 0.31.

The process color (four color CMYK) of #874118 color hex is 0.00, 0.52, 0.82, 0.47. Web safe color of #874118 is #993300. Color #874118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000001 00011000
Octal 207 101 30
Decimal 135 65 24
Hex 87 41 18

RGB Percentages of Color #874118

%60.27
%29.02
%10.71

CMYK Percentages of Color #874118

%0
%52
%82
%47

Triadic Colors of #874118

#874118 #188741 #411887

Analogous Colors of #874118

#874118 #877918 #871827

Monochromatic Colors of #874118

#874118

Complementary Color

#874118 #185e87

#874118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874118 Color CSS Codes

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

#874118 Text Font Color

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

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


#874118 Background Color

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

This div background color is #874118


#874118 Border Color

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

This div border color is #874118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874118


Comments

No comments written yet.

Please login to write comment.