Color Hex Logo

#87302d Color Hex

#87302D
(135,48,45)
0 Favorites   0 Comments

Color spaces of #87302d

RGB 1354845
HSL0.010.500.35
HSV67°53°
CMYK 0.000.640.67   0.47
XYZ11.52237.45433.3141
Yxy7.45430.51690.3344
Hunter Lab27.302627.551611.9149
CIE-Lab32.819537.030221.7265

#87302d color RGB value is (135,48,45).

#87302d hex color red value is 135, green value is 48 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #87302d hue: 0.01 , saturation: 0.50 and the lightness value of 87302d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110000 00101101
Octal 207 60 55
Decimal 135 48 45
Hex 87 30 2D

RGB Percentages of Color #87302d

%59.21
%21.05
%19.74

CMYK Percentages of Color #87302d

%0
%64
%67
%47

Triadic Colors of #87302d

#87302d #2d8730 #302d87

Analogous Colors of #87302d

#87302d #875d2d #872d57

Monochromatic Colors of #87302d

#87302d

Complementary Color

#87302d #2d8487

#87302d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87302d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87302d Color CSS Codes

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

#87302d Text Font Color

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

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


#87302d Background Color

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

This div background color is #87302d


#87302d Border Color

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

This div border color is #87302d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87302d


Comments

No comments written yet.

Please login to write comment.