COLOR #83A395

HEX: #83A395 RGB: (131,163,149)

Color info

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

RGB color model

#83A395 color RGB value is (131,163,149).

RGB: (131,163,149) (51%, 64%, 58%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 149 of 255 = 58%

131
163
149

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

Portions of RGB colors in percentages

R + G + B = 131 + 163 + 149 = 443 (100%)
R 131 of 443 ~ 29.57%
G 163 of 443 ~ 36.79%
B 149 of 443 ~ 33.63'%

%29.57
%36.79
%33.63

CMYK color model

#83A395 color CMYK value is (20,0,9,36).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%

CMYK: (20,0,9,36)
C20M0Y9K36 (20%, 0%, 9%, 36%)
(0.20 / 0.00 / 0.09 / 0.36)

CMYK percentages

%19.63
%0
%8.59
%36.08

Codes

Color #83A395 in popluar color models

83 A3 95
RGB 131 163 149
HSL 154° 14.81% 57.65%
HSB/HSV 154° 19.63% 63.92%
CMYK 19.63% 0.00% 8.59%
36.08%

Color #83A395 in popluar number systems.

HEX 83 A3 95
Decimal 131 163 149
Binary 10000011 10100011 10010101
Octal 203 243 225

Shades and tints

Shades of #83A395

#83A395
(131,163,149)
#789588
(120,149,136)
#6D877B
(109,135,123)
#62796E
(98,121,110)
#576B61
(87,107,97)
#4C5D54
(76,93,84)
#414F47
(65,79,71)
#36413A
(54,65,58)
#2B332D
(43,51,45)
#202520
(32,37,32)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #83A395

#83A395
(131,163,149)
#8EAB9E
(142,171,158)
#99B3A7
(153,179,167)
#A4BBB0
(164,187,176)
#AFC3B9
(175,195,185)
#BACBC2
(186,203,194)
#C5D3CB
(197,211,203)
#D0DBD4
(208,219,212)
#DBE3DD
(219,227,221)
#E6EBE6
(230,235,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A395 color. Also use rgb(131,163,149) instead hex code.

Text Font Color

.myTextColor { color: #83A395; }

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

This text font color is #83A395.

Background Color

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

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

This div background color is #83A395.

Border color

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

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

This div border color is #83A395.

Opacity

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

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

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

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

This text has shadow with #83A395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A395.

Preview

Color preview on black background

This text has color #83A395 on black background.


Color preview on white background

This text has color #83A395 on white background.


Black color preview on #83A395 background

This text has black color on #83A395 background.


White color preview on #83A395 background

This text has white color on #83A395 background.


Related colors

Complementary color

Complementary color for #hex is #7C5C6A.


I love getcolorcode.com

Triadic colors

1 #9583A3 and #A39583 with #83A395 are triadic colors.

2 #95A383 and #A38395 with #83A395 are triadic colors.