COLOR #83A574

HEX: #83A574
RGB: (131,165,116)

Color info

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

RGB color model

#83A574 color RGB value is (131,165,116).

  • red value is 131;
  • green value is 165;
  • blue value is 116.
RGB:
(131,165,116)
(51%,65%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 116 of 255 = 45%

131
165
116

R + G + B ~ 54%. #83A574 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 116 = 412 (100%)
R 131 of 412 ~ 31.8%
G 165 of 412 ~ 40.05%
B 116 of 412 ~ 28.16%

%31.8
%40.05
%28.16

CMYK color model

#83A574 color CMYK value is (21,0,30,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(21,0,30,35)
C21M0Y30K35 
(21%,0%,30%,35%)
(0.21/0.00/0.30/0.35)	

CMYK percentages

%20.61
%0
%29.7
%35.29

Codes

Color #83A574 in popluar color models

83A574
RGB131165116
HSL102°21.40%55.10%
HSB/HSV102°29.70%64.71%
CMYK20.61%0.00%29.70%
35.29%

Color #83A574 in popluar number systems.

HEX83A574
Decimal131165116
Binary10000011101001011110100
Octal203245164

Shades and tints

Shades of #83A574

#83A574
(131,165,116)
#78966A
(120,150,106)
#6D8760
(109,135,96)
#627856
(98,120,86)
#57694C
(87,105,76)
#4C5A42
(76,90,66)
#414B38
(65,75,56)
#363C2E
(54,60,46)
#2B2D24
(43,45,36)
#201E1A
(32,30,26)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #83A574

#83A574
(131,165,116)
#8EAD80
(142,173,128)
#99B58C
(153,181,140)
#A4BD98
(164,189,152)
#AFC5A4
(175,197,164)
#BACDB0
(186,205,176)
#C5D5BC
(197,213,188)
#D0DDC8
(208,221,200)
#DBE5D4
(219,229,212)
#E6EDE0
(230,237,224)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A574 color. Also use rgb(131,165,116) instead hex code.

Text Font Color

.myTextColor { color: #83A574; }

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

This text font color is #83A574.


Background Color

.myBgColor { background-color: #83A574; }

<div style="background-color:#83A574">Inner text</div>

This div background color is #83A574.


Border color

.myBorderColor { border: 1px solid #83A574; }

<div style="border:3px solid #83A574">Div</div>

This div border color is #83A574.


Opacity

.myOpacity80 { color: #83A574; opacity: 0.8; }

<p style="color:#83A574;opacity:0.8;">80%</p>

Text with #83A574 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 #83A574;}

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

This text has shadow with #83A574 color.

.textShadow {text-shadow: 3px 3px 1px #83A574, 3px 3px 1px red;}

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

This text has shadow with #83A574 primary color and red secondary color.


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

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

This text has shadow with #83A574 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A574 on black background.


Color preview on white background

This text has color #83A574 on white background.



Black color preview on #83A574 background

This text has black color on #83A574 background.


White color preview on #83A574 background

This text has white color on #83A574 background.