Color Hex Logo

#83870d Color Hex

#83870D
(131,135,13)
0 Favorites   0 Comments

Color spaces of #83870d

RGB 13113513
HSL0.170.820.29
HSV62°90°53°
CMYK 0.030.000.90   0.47
XYZ18.096722.18233.7086
Yxy22.18230.41140.5043
Hunter Lab47.0981-13.835828.3000
CIE-Lab54.2199-15.026956.2382

#83870d color RGB value is (131,135,13).

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

The process color (four color CMYK) of #83870d color hex is 0.03, 0.00, 0.90, 0.47. Web safe color of #83870d is #999900. Color #83870d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000111 00001101
Octal 203 207 15
Decimal 131 135 13
Hex 83 87 D

RGB Percentages of Color #83870d

%46.95
%48.39
%4.66

CMYK Percentages of Color #83870d

%3
%0
%90
%47

Triadic Colors of #83870d

#83870d #0d8387 #870d83

Analogous Colors of #83870d

#83870d #46870d #874e0d

Monochromatic Colors of #83870d

#83870d

Complementary Color

#83870d #110d87

#83870d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83870d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83870d Color CSS Codes

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

#83870d Text Font Color

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

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


#83870d Background Color

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

This div background color is #83870d


#83870d Border Color

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

This div border color is #83870d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,135,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 #83870d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83870d


Comments

No comments written yet.

Please login to write comment.