Color Hex Logo

#83804f Color Hex

#83804F
(131,128,79)
1 Favorites   0 Comments

Color spaces of #83804f

RGB 13112879
HSL0.160.250.41
HSV57°40°51°
CMYK 0.000.020.40   0.49
XYZ18.490520.828210.4428
Yxy20.82820.37160.4186
Hunter Lab45.6379-7.545918.3799
CIE-Lab52.7610-6.666827.0054

#83804f color RGB value is (131,128,79).

#83804f hex color red value is 131, green value is 128 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #83804f hue: 0.16 , saturation: 0.25 and the lightness value of 83804f is 0.41.

The process color (four color CMYK) of #83804f color hex is 0.00, 0.02, 0.40, 0.49. Web safe color of #83804f is #999966. Color #83804f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 01001111
Octal 203 200 117
Decimal 131 128 79
Hex 83 80 4F

RGB Percentages of Color #83804f

%38.76
%37.87
%23.37

CMYK Percentages of Color #83804f

%0
%2
%40
%49

Triadic Colors of #83804f

#83804f #4f8380 #804f83

Analogous Colors of #83804f

#83804f #6c834f #83664f

Monochromatic Colors of #83804f

#83804f

Complementary Color

#83804f #4f5283

#83804f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83804f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83804f Color CSS Codes

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

#83804f Text Font Color

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

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


#83804f Background Color

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

This div background color is #83804f


#83804f Border Color

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

This div border color is #83804f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83804f


Comments

No comments written yet.

Please login to write comment.