COLOR #83A38B

HEX: #83A38B RGB: (131,163,139)

Color info

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

RGB color model

#83A38B color RGB value is (131,163,139).

RGB: (131,163,139) (51%, 64%, 55%)

RGB channels and saturation

R 131 of 255 = 51%
G 163 of 255 = 64%
B 139 of 255 = 55%

131
163
139

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

Portions of RGB colors in percentages

R + G + B = 131 + 163 + 139 = 433 (100%)
R 131 of 433 ~ 30.25%
G 163 of 433 ~ 37.64%
B 139 of 433 ~ 32.1'%

%30.25
%37.64
%32.1

CMYK color model

#83A38B color CMYK value is (20,0,15,36).

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

CMYK: (20,0,15,36)
C20M0Y15K36 (20%, 0%, 15%, 36%)
(0.20 / 0.00 / 0.15 / 0.36)

CMYK percentages

%19.63
%0
%14.72
%36.08

Codes

Color #83A38B in popluar color models

83 A3 8B
RGB 131 163 139
HSL 135° 14.81% 57.65%
HSB/HSV 135° 19.63% 63.92%
CMYK 19.63% 0.00% 14.72%
36.08%

Color #83A38B in popluar number systems.

HEX 83 A3 8B
Decimal 131 163 139
Binary 10000011 10100011 10001011
Octal 203 243 213

Shades and tints

Shades of #83A38B

#83A38B
(131,163,139)
#78957F
(120,149,127)
#6D8773
(109,135,115)
#627967
(98,121,103)
#576B5B
(87,107,91)
#4C5D4F
(76,93,79)
#414F43
(65,79,67)
#364137
(54,65,55)
#2B332B
(43,51,43)
#20251F
(32,37,31)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #83A38B

#83A38B
(131,163,139)
#8EAB95
(142,171,149)
#99B39F
(153,179,159)
#A4BBA9
(164,187,169)
#AFC3B3
(175,195,179)
#BACBBD
(186,203,189)
#C5D3C7
(197,211,199)
#D0DBD1
(208,219,209)
#DBE3DB
(219,227,219)
#E6EBE5
(230,235,229)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83A38B; }

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

This text font color is #83A38B.

Background Color

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

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

This div background color is #83A38B.

Border color

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

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

This div border color is #83A38B.

Opacity

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

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

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

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

This text has shadow with #83A38B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A38B.

Preview

Color preview on black background

This text has color #83A38B on black background.


Color preview on white background

This text has color #83A38B on white background.


Black color preview on #83A38B background

This text has black color on #83A38B background.


White color preview on #83A38B background

This text has white color on #83A38B background.


Related colors

Complementary color

Complementary color for #hex is #7C5C74.


I love getcolorcode.com

Triadic colors

1 #8B83A3 and #A38B83 with #83A38B are triadic colors.

2 #8BA383 and #A3838B with #83A38B are triadic colors.