Color Hex Logo

#872315 Color Hex

#872315
(135,35,21)
0 Favorites   0 Comments

Color spaces of #872315

RGB 1353521
HSL0.020.730.31
HSV84°53°
CMYK 0.000.740.84   0.47
XYZ10.72816.40711.3807
Yxy6.40710.57940.3460
Hunter Lab25.312231.357314.4845
CIE-Lab30.417241.563833.3912

#872315 color RGB value is (135,35,21).

#872315 hex color red value is 135, green value is 35 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #872315 hue: 0.02 , saturation: 0.73 and the lightness value of 872315 is 0.31.

The process color (four color CMYK) of #872315 color hex is 0.00, 0.74, 0.84, 0.47. Web safe color of #872315 is #993300. Color #872315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 00010101
Octal 207 43 25
Decimal 135 35 21
Hex 87 23 15

RGB Percentages of Color #872315

%70.68
%18.32
%10.99

CMYK Percentages of Color #872315

%0
%74
%84
%47

Triadic Colors of #872315

#872315 #158723 #231587

Analogous Colors of #872315

#872315 #875c15 #871540

Monochromatic Colors of #872315

#872315

Complementary Color

#872315 #157987

#872315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872315 Color CSS Codes

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

#872315 Text Font Color

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

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


#872315 Background Color

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

This div background color is #872315


#872315 Border Color

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

This div border color is #872315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872315


Comments

No comments written yet.

Please login to write comment.