Color Hex Logo

#83821a Color Hex

#83821A
(131,130,26)
0 Favorites   0 Comments

Color spaces of #83821a

RGB 13113026
HSL0.170.670.31
HSV59°80°51°
CMYK 0.000.010.80   0.49
XYZ17.529220.86514.0808
Yxy20.86510.41270.4912
Hunter Lab45.6783-11.437226.6780
CIE-Lab52.8015-11.952051.6927

#83821a color RGB value is (131,130,26).

#83821a hex color red value is 131, green value is 130 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #83821a hue: 0.17 , saturation: 0.67 and the lightness value of 83821a is 0.31.

The process color (four color CMYK) of #83821a color hex is 0.00, 0.01, 0.80, 0.49. Web safe color of #83821a is #999933. Color #83821a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 00011010
Octal 203 202 32
Decimal 131 130 26
Hex 83 82 1A

RGB Percentages of Color #83821a

%45.64
%45.30
%9.06

CMYK Percentages of Color #83821a

%0
%1
%80
%49

Triadic Colors of #83821a

#83821a #1a8382 #821a83

Analogous Colors of #83821a

#83821a #50831a #834e1a

Monochromatic Colors of #83821a

#83821a

Complementary Color

#83821a #1a1b83

#83821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83821a Color CSS Codes

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

#83821a Text Font Color

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

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


#83821a Background Color

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

This div background color is #83821a


#83821a Border Color

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

This div border color is #83821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83821a


Comments

No comments written yet.

Please login to write comment.