COLOR #83A594

HEX: #83A594
RGB: (131,165,148)

Color info

#83A594 contains red, green and blue colors in about the same proportion. Web safe color of #83A594 is #999999 (or #999).

RGB color model

#83A594 color RGB value is (131,165,148).

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

RGB channels and saturation

R 131 of 255 = 51%
G 165 of 255 = 65%
B 148 of 255 = 58%

131
165
148

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

Portions of RGB colors in percentages

R + G + B =
131 + 165 + 148 = 444 (100%)
R 131 of 444 ~ 29.5%
G 165 of 444 ~ 37.16%
B 148 of 444 ~ 33.33%

%29.5
%37.16
%33.33

CMYK color model

#83A594 color CMYK value is (21,0,10,35).

  • cyan value is 20.61%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 35.29%
CMYK:
(21,0,10,35)
C21M0Y10K35 
(21%,0%,10%,35%)
(0.21/0.00/0.10/0.35)	

CMYK percentages

%20.61
%0
%10.3
%35.29

Codes

Color #83A594 in popluar color models

83A594
RGB131165148
HSL150°15.89%58.04%
HSB/HSV150°20.61%64.71%
CMYK20.61%0.00%10.30%
35.29%

Color #83A594 in popluar number systems.

HEX83A594
Decimal131165148
Binary100000111010010110010100
Octal203245224

Shades and tints

Shades of #83A594

#83A594
(131,165,148)
#789687
(120,150,135)
#6D877A
(109,135,122)
#62786D
(98,120,109)
#576960
(87,105,96)
#4C5A53
(76,90,83)
#414B46
(65,75,70)
#363C39
(54,60,57)
#2B2D2C
(43,45,44)
#201E1F
(32,30,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #83A594

#83A594
(131,165,148)
#8EAD9D
(142,173,157)
#99B5A6
(153,181,166)
#A4BDAF
(164,189,175)
#AFC5B8
(175,197,184)
#BACDC1
(186,205,193)
#C5D5CA
(197,213,202)
#D0DDD3
(208,221,211)
#DBE5DC
(219,229,220)
#E6EDE5
(230,237,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A594; }

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

This text font color is #83A594.


Background Color

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

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

This div background color is #83A594.


Border color

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

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

This div border color is #83A594.


Opacity

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

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

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

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

This text has shadow with #83A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83A594 on black background.


Color preview on white background

This text has color #83A594 on white background.



Black color preview on #83A594 background

This text has black color on #83A594 background.


White color preview on #83A594 background

This text has white color on #83A594 background.