Color Hex Logo

#862415 Color Hex

#862415
(134,36,21)
0 Favorites   0 Comments

Color spaces of #862415

RGB 1343621
HSL0.020.730.30
HSV84°53°
CMYK 0.000.730.84   0.47
XYZ10.59776.38421.3832
Yxy6.38420.57710.3476
Hunter Lab25.267030.650914.4411
CIE-Lab30.361840.819533.2676

#862415 color RGB value is (134,36,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100100 00010101
Octal 206 44 25
Decimal 134 36 21
Hex 86 24 15

RGB Percentages of Color #862415

%70.16
%18.85
%10.99

CMYK Percentages of Color #862415

%0
%73
%84
%47

Triadic Colors of #862415

#862415 #158624 #241586

Analogous Colors of #862415

#862415 #865d15 #86153e

Monochromatic Colors of #862415

#862415

Complementary Color

#862415 #157786

#862415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862415 Color CSS Codes

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

#862415 Text Font Color

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

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


#862415 Background Color

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

This div background color is #862415


#862415 Border Color

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

This div border color is #862415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,36,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 #862415">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862415


Comments

No comments written yet.

Please login to write comment.