Color Hex Logo

#87302f Color Hex

#87302F
(135,48,47)
0 Favorites   0 Comments

Color spaces of #87302f

RGB 1354847
HSL0.000.480.36
HSV65°53°
CMYK 0.000.640.65   0.47
XYZ11.56177.47003.5218
Yxy7.47000.51260.3312
Hunter Lab27.331327.679411.4920
CIE-Lab32.853837.164320.5074

#87302f color RGB value is (135,48,47).

#87302f hex color red value is 135, green value is 48 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #87302f hue: 0.00 , saturation: 0.48 and the lightness value of 87302f is 0.36.

The process color (four color CMYK) of #87302f color hex is 0.00, 0.64, 0.65, 0.47. Web safe color of #87302f is #993333. Color #87302f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 00101111
Octal 207 60 57
Decimal 135 48 47
Hex 87 30 2F

RGB Percentages of Color #87302f

%58.70
%20.87
%20.43

CMYK Percentages of Color #87302f

%0
%64
%65
%47

Triadic Colors of #87302f

#87302f #2f8730 #302f87

Analogous Colors of #87302f

#87302f #875c2f #872f5a

Monochromatic Colors of #87302f

#87302f

Complementary Color

#87302f #2f8687

#87302f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87302f Color Preview on White Background

Lorem ipsum dolor sit amet.

#87302f Color CSS Codes

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

#87302f Text Font Color

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

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


#87302f Background Color

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

This div background color is #87302f


#87302f Border Color

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

This div border color is #87302f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,48,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87302f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87302f;
  -webkit-box-shadow: 1px 1px 3px 2px #87302f;
  box-shadow:         1px 1px 3px 2px #87302f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87302f


Comments

No comments written yet.

Please login to write comment.