Color Hex Logo

#83806b Color Hex

#83806B
(131,128,107)
0 Favorites   0 Comments

Color spaces of #83806b

RGB 131128107
HSL0.150.100.47
HSV53°18°51°
CMYK 0.000.020.18   0.49
XYZ19.733121.325216.9860
Yxy21.32520.34000.3674
Hunter Lab46.1792-4.537810.5169
CIE-Lab53.3036-2.656011.8242

#83806b color RGB value is (131,128,107).

#83806b hex color red value is 131, green value is 128 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #83806b hue: 0.15 , saturation: 0.10 and the lightness value of 83806b is 0.47.

The process color (four color CMYK) of #83806b color hex is 0.00, 0.02, 0.18, 0.49. Web safe color of #83806b is #999966. Color #83806b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 01101011
Octal 203 200 153
Decimal 131 128 107
Hex 83 80 6B

RGB Percentages of Color #83806b

%35.79
%34.97
%29.23

CMYK Percentages of Color #83806b

%0
%2
%18
%49

Triadic Colors of #83806b

#83806b #6b8380 #806b83

Analogous Colors of #83806b

#83806b #7a836b #83746b

Monochromatic Colors of #83806b

#83806b

Complementary Color

#83806b #6b6e83

#83806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83806b Color CSS Codes

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

#83806b Text Font Color

<p style="color:#83806b">Text here</p>

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


#83806b Background Color

<div style="background-color:#83806b">
Div content here</div>

This div background color is #83806b


#83806b Border Color

<div style="border:3px solid #83806b">
Div here</div>

This div border color is #83806b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,128,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83806b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83806b;
  -webkit-box-shadow: 1px 1px 3px 2px #83806b;
  box-shadow:         1px 1px 3px 2px #83806b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83806b


Comments

No comments written yet.

Please login to write comment.