COLOR #83A267

HEX: #83A267 RGB: (131,162,103)

Color info

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

RGB color model

#83A267 color RGB value is (131,162,103).

RGB: (131,162,103) (51%, 64%, 40%)

RGB channels and saturation

R 131 of 255 = 51%
G 162 of 255 = 64%
B 103 of 255 = 40%

131
162
103

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

Portions of RGB colors in percentages

R + G + B = 131 + 162 + 103 = 396 (100%)
R 131 of 396 ~ 33.08%
G 162 of 396 ~ 40.91%
B 103 of 396 ~ 26.01'%

%33.08
%40.91
%26.01

CMYK color model

#83A267 color CMYK value is (19,0,36,36).

  • cyan value is 19.14%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 36.47%

CMYK: (19,0,36,36)
C19M0Y36K36 (19%, 0%, 36%, 36%)
(0.19 / 0.00 / 0.36 / 0.36)

CMYK percentages

%19.14
%0
%36.42
%36.47

Codes

Color #83A267 in popluar color models

83 A2 67
RGB 131 162 103
HSL 92° 24.08% 51.96%
HSB/HSV 92° 36.42% 63.53%
CMYK 19.14% 0.00% 36.42%
36.47%

Color #83A267 in popluar number systems.

HEX 83 A2 67
Decimal 131 162 103
Binary 10000011 10100010 1100111
Octal 203 242 147

Shades and tints

Shades of #83A267

#83A267
(131,162,103)
#78945E
(120,148,94)
#6D8655
(109,134,85)
#62784C
(98,120,76)
#576A43
(87,106,67)
#4C5C3A
(76,92,58)
#414E31
(65,78,49)
#364028
(54,64,40)
#2B321F
(43,50,31)
#202416
(32,36,22)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #83A267

#83A267
(131,162,103)
#8EAA74
(142,170,116)
#99B281
(153,178,129)
#A4BA8E
(164,186,142)
#AFC29B
(175,194,155)
#BACAA8
(186,202,168)
#C5D2B5
(197,210,181)
#D0DAC2
(208,218,194)
#DBE2CF
(219,226,207)
#E6EADC
(230,234,220)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83A267 color. Also use rgb(131,162,103) instead hex code.

Text Font Color

.myTextColor { color: #83A267; }

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

This text font color is #83A267.

Background Color

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

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

This div background color is #83A267.

Border color

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

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

This div border color is #83A267.

Opacity

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

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

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

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

This text has shadow with #83A267 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83A267.

Preview

Color preview on black background

This text has color #83A267 on black background.


Color preview on white background

This text has color #83A267 on white background.


Black color preview on #83A267 background

This text has black color on #83A267 background.


White color preview on #83A267 background

This text has white color on #83A267 background.


Related colors

Complementary color

Complementary color for #hex is #7C5D98.


I love getcolorcode.com

Triadic colors

1 #6783A2 and #A26783 with #83A267 are triadic colors.

2 #67A283 and #A28367 with #83A267 are triadic colors.