Color Hex Logo

#83814a Color Hex

#83814A
(131,129,74)
0 Favorites   0 Comments

Color spaces of #83814a

RGB 13112974
HSL0.160.280.40
HSV58°44°51°
CMYK 0.000.020.44   0.49
XYZ18.446421.02029.5636
Yxy21.02020.37620.4287
Hunter Lab45.8478-8.415919.7259
CIE-Lab52.9716-7.805230.0134

#83814a color RGB value is (131,129,74).

#83814a hex color red value is 131, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #83814a hue: 0.16 , saturation: 0.28 and the lightness value of 83814a is 0.40.

The process color (four color CMYK) of #83814a color hex is 0.00, 0.02, 0.44, 0.49. Web safe color of #83814a is #999933. Color #83814a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000001 01001010
Octal 203 201 112
Decimal 131 129 74
Hex 83 81 4A

RGB Percentages of Color #83814a

%39.22
%38.62
%22.16

CMYK Percentages of Color #83814a

%0
%2
%44
%49

Triadic Colors of #83814a

#83814a #4a8381 #814a83

Analogous Colors of #83814a

#83814a #69834a #83654a

Monochromatic Colors of #83814a

#83814a

Complementary Color

#83814a #4a4c83

#83814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83814a Color CSS Codes

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

#83814a Text Font Color

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

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


#83814a Background Color

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

This div background color is #83814a


#83814a Border Color

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

This div border color is #83814a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,129,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83814a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83814a;
  -webkit-box-shadow: 1px 1px 3px 2px #83814a;
  box-shadow:         1px 1px 3px 2px #83814a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83814a


Comments

No comments written yet.

Please login to write comment.