Color Hex Logo

#83880f Color Hex

#83880F
(131,136,15)
0 Favorites   0 Comments

Color spaces of #83880f

RGB 13113615
HSL0.170.800.30
HSV62°89°53°
CMYK 0.040.000.89   0.47
XYZ18.250522.46813.8268
Yxy22.46810.40970.5044
Hunter Lab47.4005-14.223528.3937
CIE-Lab54.5202-15.508656.0744

#83880f color RGB value is (131,136,15).

#83880f hex color red value is 131, green value is 136 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #83880f hue: 0.17 , saturation: 0.80 and the lightness value of 83880f is 0.30.

The process color (four color CMYK) of #83880f color hex is 0.04, 0.00, 0.89, 0.47. Web safe color of #83880f is #999900. Color #83880f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001000 00001111
Octal 203 210 17
Decimal 131 136 15
Hex 83 88 F

RGB Percentages of Color #83880f

%46.45
%48.23
%5.32

CMYK Percentages of Color #83880f

%4
%0
%89
%47

Triadic Colors of #83880f

#83880f #0f8388 #880f83

Analogous Colors of #83880f

#83880f #47880f #88510f

Monochromatic Colors of #83880f

#83880f

Complementary Color

#83880f #140f88

#83880f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83880f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83880f Color CSS Codes

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

#83880f Text Font Color

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

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


#83880f Background Color

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

This div background color is #83880f


#83880f Border Color

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

This div border color is #83880f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,136,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83880f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83880f;
  -webkit-box-shadow: 1px 1px 3px 2px #83880f;
  box-shadow:         1px 1px 3px 2px #83880f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,136,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83880f


Comments

No comments written yet.

Please login to write comment.