COLOR #83955A

HEX: #83955A
RGB: (131,149,90)

Color info

#83955A contains red, green and blue colors in about the same proportion. Web safe color of #83955A is #999966 (or #996).

RGB color model

#83955A color RGB value is (131,149,90).

  • red value is 131;
  • green value is 149;
  • blue value is 90.
RGB:
(131,149,90)
(51%,58%,35%)

RGB channels and saturation

R 131 of 255 = 51%
G 149 of 255 = 58%
B 90 of 255 = 35%

131
149
90

R + G + B ~ 48%. #83955A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 149 + 90 = 370 (100%)
R 131 of 370 ~ 35.41%
G 149 of 370 ~ 40.27%
B 90 of 370 ~ 24.32%

%35.41
%40.27
%24.32

CMYK color model

#83955A color CMYK value is (12,0,40,42).

  • cyan value is 12.08%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(12,0,40,42)
C12M0Y40K42 
(12%,0%,40%,42%)
(0.12/0.00/0.40/0.42)	

CMYK percentages

%12.08
%0
%39.6
%41.57

Codes

Color #83955A in popluar color models

83955A
RGB13114990
HSL78°24.69%46.86%
HSB/HSV78°39.60%58.43%
CMYK12.08%0.00%39.60%
41.57%

Color #83955A in popluar number systems.

HEX83955A
Decimal13114990
Binary10000011100101011011010
Octal203225132

Shades and tints

Shades of #83955A

#83955A
(131,149,90)
#788852
(120,136,82)
#6D7B4A
(109,123,74)
#626E42
(98,110,66)
#57613A
(87,97,58)
#4C5432
(76,84,50)
#41472A
(65,71,42)
#363A22
(54,58,34)
#2B2D1A
(43,45,26)
#202012
(32,32,18)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #83955A

#83955A
(131,149,90)
#8E9E69
(142,158,105)
#99A778
(153,167,120)
#A4B087
(164,176,135)
#AFB996
(175,185,150)
#BAC2A5
(186,194,165)
#C5CBB4
(197,203,180)
#D0D4C3
(208,212,195)
#DBDDD2
(219,221,210)
#E6E6E1
(230,230,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83955A color. Also use rgb(131,149,90) instead hex code.

Text Font Color

.myTextColor { color: #83955A; }

<p style="color:#83955A">This sample text font color is #83955A.</p>

This text font color is #83955A.


Background Color

.myBgColor { background-color: #83955A; }

<div style="background-color:#83955A">Inner text</div>

This div background color is #83955A.


Border color

.myBorderColor { border: 1px solid #83955A; }

<div style="border:3px solid #83955A">Div</div>

This div border color is #83955A.


Opacity

.myOpacity80 { color: #83955A; opacity: 0.8; }

<p style="color:#83955A;opacity:0.8;">80%</p>

Text with #83955A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #83955A;}

<p style="text-shadow: 3px 3px 1px #83955A">Text here.</p>

This text has shadow with #83955A color.

.textShadow {text-shadow: 3px 3px 1px #83955A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #83955A, 5px 5px 20px red">Text here.</p>

This text has shadow with #83955A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83955A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#83955A, Direction=45, Strength=4)">Text</p>

This text has shadow with #83955A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #83955A;
  -webkit-box-shadow:	1px 1px 3px 2px #83955A;
  box-shadow:		1px 1px 3px 2px #83955A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83955A;
-webkit-box-shadow: 1px 1px 3px 2px #83955A;
box-shadow:1px 1px 3px 2px #83955A;">
Div content here</div>
This div box has shadow with color #83955A.

Preview

Color preview on black background

This text has color #83955A on black background.


Color preview on white background

This text has color #83955A on white background.



Black color preview on #83955A background

This text has black color on #83955A background.


White color preview on #83955A background

This text has white color on #83955A background.