COLOR #83AF6B

HEX: #83AF6B RGB: (131,175,107)

Color info

#83AF6B contains mainly red and green colors. Web safe color of #83AF6B is #999966 (or #996).

RGB color model

#83AF6B color RGB value is (131,175,107).

RGB: (131,175,107) (51%, 69%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 107 of 255 = 42%

131
175
107

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

Portions of RGB colors in percentages

R + G + B = 131 + 175 + 107 = 413 (100%)
R 131 of 413 ~ 31.72%
G 175 of 413 ~ 42.37%
B 107 of 413 ~ 25.91'%

%31.72
%42.37
%25.91

CMYK color model

#83AF6B color CMYK value is (25,0,39,31).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%

CMYK: (25,0,39,31)
C25M0Y39K31 (25%, 0%, 39%, 31%)
(0.25 / 0.00 / 0.39 / 0.31)

CMYK percentages

%25.14
%0
%38.86
%31.37

Codes

Color #83AF6B in popluar color models

83 AF 6B
RGB 131 175 107
HSL 99° 29.82% 55.29%
HSB/HSV 99° 38.86% 68.63%
CMYK 25.14% 0.00% 38.86%
31.37%

Color #83AF6B in popluar number systems.

HEX 83 AF 6B
Decimal 131 175 107
Binary 10000011 10101111 1101011
Octal 203 257 153

Shades and tints

Shades of #83AF6B

#83AF6B
(131,175,107)
#78A062
(120,160,98)
#6D9159
(109,145,89)
#628250
(98,130,80)
#577347
(87,115,71)
#4C643E
(76,100,62)
#415535
(65,85,53)
#36462C
(54,70,44)
#2B3723
(43,55,35)
#20281A
(32,40,26)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #83AF6B

#83AF6B
(131,175,107)
#8EB678
(142,182,120)
#99BD85
(153,189,133)
#A4C492
(164,196,146)
#AFCB9F
(175,203,159)
#BAD2AC
(186,210,172)
#C5D9B9
(197,217,185)
#D0E0C6
(208,224,198)
#DBE7D3
(219,231,211)
#E6EEE0
(230,238,224)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83AF6B color. Also use rgb(131,175,107) instead hex code.

Text Font Color

.myTextColor { color: #83AF6B; }

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

This text font color is #83AF6B.

Background Color

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

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

This div background color is #83AF6B.

Border color

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

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

This div border color is #83AF6B.

Opacity

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

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

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

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

This text has shadow with #83AF6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83AF6B.

Preview

Color preview on black background

This text has color #83AF6B on black background.


Color preview on white background

This text has color #83AF6B on white background.


Black color preview on #83AF6B background

This text has black color on #83AF6B background.


White color preview on #83AF6B background

This text has white color on #83AF6B background.


Related colors

Complementary color

Complementary color for #hex is #7C5094.


I love getcolorcode.com

Triadic colors

1 #6B83AF and #AF6B83 with #83AF6B are triadic colors.

2 #6BAF83 and #AF836B with #83AF6B are triadic colors.