Color Hex Logo

#87462a Color Hex

#87462A
(135,70,42)
0 Favorites   0 Comments

Color spaces of #87462a

RGB 1357042
HSL0.050.530.35
HSV18°69°53°
CMYK 0.000.480.69   0.47
XYZ12.59989.69843.3984
Yxy9.69840.49030.3774
Hunter Lab31.142317.720115.3296
CIE-Lab37.295625.221828.9188

#87462a color RGB value is (135,70,42).

#87462a hex color red value is 135, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #87462a hue: 0.05 , saturation: 0.53 and the lightness value of 87462a is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000110 00101010
Octal 207 106 52
Decimal 135 70 42
Hex 87 46 2A

RGB Percentages of Color #87462a

%54.66
%28.34
%17.00

CMYK Percentages of Color #87462a

%0
%48
%69
%47

Triadic Colors of #87462a

#87462a #2a8746 #462a87

Analogous Colors of #87462a

#87462a #87752a #872a3d

Monochromatic Colors of #87462a

#87462a

Complementary Color

#87462a #2a6b87

#87462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87462a Color CSS Codes

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

#87462a Text Font Color

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

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


#87462a Background Color

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

This div background color is #87462a


#87462a Border Color

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

This div border color is #87462a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87462a


Comments

No comments written yet.

Please login to write comment.