Color Hex Logo

#86350d Color Hex

#86350D
(134,53,13)
0 Favorites   0 Comments

Color spaces of #86350d

RGB 1345313
HSL0.060.820.29
HSV20°90°53°
CMYK 0.000.600.90   0.47
XYZ11.17737.64361.2670
Yxy7.64360.55640.3805
Hunter Lab27.647123.782616.6358
CIE-Lab33.229332.768939.5569

#86350d color RGB value is (134,53,13).

#86350d hex color red value is 134, green value is 53 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #86350d hue: 0.06 , saturation: 0.82 and the lightness value of 86350d is 0.29.

The process color (four color CMYK) of #86350d color hex is 0.00, 0.60, 0.90, 0.47. Web safe color of #86350d is #993300. Color #86350d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110101 00001101
Octal 206 65 15
Decimal 134 53 13
Hex 86 35 D

RGB Percentages of Color #86350d

%67.00
%26.50
%6.50

CMYK Percentages of Color #86350d

%0
%60
%90
%47

Triadic Colors of #86350d

#86350d #0d8635 #350d86

Analogous Colors of #86350d

#86350d #86720d #860d22

Monochromatic Colors of #86350d

#86350d

Complementary Color

#86350d #0d5e86

#86350d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86350d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86350d Color CSS Codes

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

#86350d Text Font Color

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

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


#86350d Background Color

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

This div background color is #86350d


#86350d Border Color

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

This div border color is #86350d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,53,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86350d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86350d;
  -webkit-box-shadow: 1px 1px 3px 2px #86350d;
  box-shadow:         1px 1px 3px 2px #86350d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,53,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86350d


Comments

No comments written yet.

Please login to write comment.