Color Hex Logo

#83840f Color Hex

#83840F
(131,132,15)
0 Favorites   0 Comments

Color spaces of #83840f

RGB 13113215
HSL0.170.800.29
HSV61°89°52°
CMYK 0.010.000.89   0.48
XYZ17.697621.36233.6425
Yxy21.36230.41440.5003
Hunter Lab46.2194-12.535527.6810
CIE-Lab53.3438-13.380755.1151

#83840f color RGB value is (131,132,15).

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

The process color (four color CMYK) of #83840f color hex is 0.01, 0.00, 0.89, 0.48. Web safe color of #83840f is #999900. Color #83840f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 00001111
Octal 203 204 17
Decimal 131 132 15
Hex 83 84 F

RGB Percentages of Color #83840f

%47.12
%47.48
%5.40

CMYK Percentages of Color #83840f

%1
%0
%89
%48

Triadic Colors of #83840f

#83840f #0f8384 #840f83

Analogous Colors of #83840f

#83840f #48840f #844b0f

Monochromatic Colors of #83840f

#83840f

Complementary Color

#83840f #100f84

#83840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83840f Color CSS Codes

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

#83840f Text Font Color

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

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


#83840f Background Color

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

This div background color is #83840f


#83840f Border Color

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

This div border color is #83840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83840f


Comments

No comments written yet.

Please login to write comment.