COLOR #83A781

HEX: #83A781 RGB: (131,167,129)

Color info

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

RGB color model

#83A781 color RGB value is (131,167,129).

RGB: (131,167,129) (51%, 65%, 51%)

RGB channels and saturation

R 131 of 255 = 51%
G 167 of 255 = 65%
B 129 of 255 = 51%

131
167
129

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

Portions of RGB colors in percentages

R + G + B = 131 + 167 + 129 = 427 (100%)
R 131 of 427 ~ 30.68%
G 167 of 427 ~ 39.11%
B 129 of 427 ~ 30.21'%

%30.68
%39.11
%30.21

CMYK color model

#83A781 color CMYK value is (22,0,23,35).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (22,0,23,35)
C22M0Y23K35 (22%, 0%, 23%, 35%)
(0.22 / 0.00 / 0.23 / 0.35)

CMYK percentages

%21.56
%0
%22.75
%34.51

Codes

Color #83A781 in popluar color models

83 A7 81
RGB 131 167 129
HSL 117° 17.76% 58.04%
HSB/HSV 117° 22.75% 65.49%
CMYK 21.56% 0.00% 22.75%
34.51%

Color #83A781 in popluar number systems.

HEX 83 A7 81
Decimal 131 167 129
Binary 10000011 10100111 10000001
Octal 203 247 201

Shades and tints

Shades of #83A781

#83A781
(131,167,129)
#789876
(120,152,118)
#6D896B
(109,137,107)
#627A60
(98,122,96)
#576B55
(87,107,85)
#4C5C4A
(76,92,74)
#414D3F
(65,77,63)
#363E34
(54,62,52)
#2B2F29
(43,47,41)
#20201E
(32,32,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #83A781

#83A781
(131,167,129)
#8EAF8C
(142,175,140)
#99B797
(153,183,151)
#A4BFA2
(164,191,162)
#AFC7AD
(175,199,173)
#BACFB8
(186,207,184)
#C5D7C3
(197,215,195)
#D0DFCE
(208,223,206)
#DBE7D9
(219,231,217)
#E6EFE4
(230,239,228)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A781 color. Also use rgb(131,167,129) instead hex code.

Text Font Color

.myTextColor { color: #83A781; }

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

This text font color is #83A781.

Background Color

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

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

This div background color is #83A781.

Border color

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

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

This div border color is #83A781.

Opacity

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

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

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

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

This text has shadow with #83A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A781.

Preview

Color preview on black background

This text has color #83A781 on black background.


Color preview on white background

This text has color #83A781 on white background.


Black color preview on #83A781 background

This text has black color on #83A781 background.


White color preview on #83A781 background

This text has white color on #83A781 background.


Related colors

Complementary color

Complementary color for #hex is #7C587E.


I love getcolorcode.com

Triadic colors

1 #8183A7 and #A78183 with #83A781 are triadic colors.

2 #81A783 and #A78381 with #83A781 are triadic colors.