Color Hex Logo

#83945b Color Hex

#83945B
(131,148,91)
0 Favorites   0 Comments

Color spaces of #83945b

RGB 13114891
HSL0.220.240.47
HSV78°39°58°
CMYK 0.110.000.39   0.42
XYZ21.838326.760413.9118
Yxy26.76040.34940.4281
Hunter Lab51.7305-15.173520.2665
CIE-Lab58.7519-15.965328.1497

#83945b color RGB value is (131,148,91).

#83945b hex color red value is 131, green value is 148 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #83945b hue: 0.22 , saturation: 0.24 and the lightness value of 83945b is 0.47.

The process color (four color CMYK) of #83945b color hex is 0.11, 0.00, 0.39, 0.42. Web safe color of #83945b is #999966. Color #83945b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10010100 01011011
Octal 203 224 133
Decimal 131 148 91
Hex 83 94 5B

RGB Percentages of Color #83945b

%35.41
%40.00
%24.59

CMYK Percentages of Color #83945b

%11
%0
%39
%42

Triadic Colors of #83945b

#83945b #5b8394 #945b83

Analogous Colors of #83945b

#83945b #67945b #94895b

Monochromatic Colors of #83945b

#83945b

Complementary Color

#83945b #6c5b94

#83945b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83945b Color Preview on White Background

Lorem ipsum dolor sit amet.

#83945b Color CSS Codes

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

#83945b Text Font Color

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

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


#83945b Background Color

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

This div background color is #83945b


#83945b Border Color

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

This div border color is #83945b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83945b


Comments

No comments written yet.

Please login to write comment.