COLOR #83A06E

HEX: #83A06E RGB: (131,160,110)

Color info

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

RGB color model

#83A06E color RGB value is (131,160,110).

RGB: (131,160,110) (51%, 63%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 160 of 255 = 63%
B 110 of 255 = 43%

131
160
110

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

Portions of RGB colors in percentages

R + G + B = 131 + 160 + 110 = 401 (100%)
R 131 of 401 ~ 32.67%
G 160 of 401 ~ 39.9%
B 110 of 401 ~ 27.43'%

%32.67
%39.9
%27.43

CMYK color model

#83A06E color CMYK value is (18,0,31,37).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 37.25%

CMYK: (18,0,31,37)
C18M0Y31K37 (18%, 0%, 31%, 37%)
(0.18 / 0.00 / 0.31 / 0.37)

CMYK percentages

%18.13
%0
%31.25
%37.25

Codes

Color #83A06E in popluar color models

83 A0 6E
RGB 131 160 110
HSL 95° 20.83% 52.94%
HSB/HSV 95° 31.25% 62.75%
CMYK 18.13% 0.00% 31.25%
37.25%

Color #83A06E in popluar number systems.

HEX 83 A0 6E
Decimal 131 160 110
Binary 10000011 10100000 1101110
Octal 203 240 156

Shades and tints

Shades of #83A06E

#83A06E
(131,160,110)
#789264
(120,146,100)
#6D845A
(109,132,90)
#627650
(98,118,80)
#576846
(87,104,70)
#4C5A3C
(76,90,60)
#414C32
(65,76,50)
#363E28
(54,62,40)
#2B301E
(43,48,30)
#202214
(32,34,20)
#15140A
(21,20,10)
#000000
(0,0,0)

Tints of #83A06E

#83A06E
(131,160,110)
#8EA87B
(142,168,123)
#99B088
(153,176,136)
#A4B895
(164,184,149)
#AFC0A2
(175,192,162)
#BAC8AF
(186,200,175)
#C5D0BC
(197,208,188)
#D0D8C9
(208,216,201)
#DBE0D6
(219,224,214)
#E6E8E3
(230,232,227)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A06E color. Also use rgb(131,160,110) instead hex code.

Text Font Color

.myTextColor { color: #83A06E; }

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

This text font color is #83A06E.

Background Color

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

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

This div background color is #83A06E.

Border color

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

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

This div border color is #83A06E.

Opacity

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

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

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

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

This text has shadow with #83A06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A06E.

Preview

Color preview on black background

This text has color #83A06E on black background.


Color preview on white background

This text has color #83A06E on white background.


Black color preview on #83A06E background

This text has black color on #83A06E background.


White color preview on #83A06E background

This text has white color on #83A06E background.


Related colors

Complementary color

Complementary color for #hex is #7C5F91.


I love getcolorcode.com

Triadic colors

1 #6E83A0 and #A06E83 with #83A06E are triadic colors.

2 #6EA083 and #A0836E with #83A06E are triadic colors.