COLOR #83AF85

HEX: #83AF85
RGB: (131,175,133)

Color info

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

RGB color model

#83AF85 color RGB value is (131,175,133).

  • red value is 131;
  • green value is 175;
  • blue value is 133.
RGB:
(131,175,133)
(51%,69%,52%)

RGB channels and saturation

R 131 of 255 = 51%
G 175 of 255 = 69%
B 133 of 255 = 52%

131
175
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 175 + 133 = 439 (100%)
R 131 of 439 ~ 29.84%
G 175 of 439 ~ 39.86%
B 133 of 439 ~ 30.3%

%29.84
%39.86
%30.3

CMYK color model

#83AF85 color CMYK value is (25,0,24,31).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(25,0,24,31)
C25M0Y24K31 
(25%,0%,24%,31%)
(0.25/0.00/0.24/0.31)	

CMYK percentages

%25.14
%0
%24
%31.37

Codes

Color #83AF85 in popluar color models

83AF85
RGB131175133
HSL123°21.57%60.00%
HSB/HSV123°25.14%68.63%
CMYK25.14%0.00%24.00%
31.37%

Color #83AF85 in popluar number systems.

HEX83AF85
Decimal131175133
Binary100000111010111110000101
Octal203257205

Shades and tints

Shades of #83AF85

#83AF85
(131,175,133)
#78A079
(120,160,121)
#6D916D
(109,145,109)
#628261
(98,130,97)
#577355
(87,115,85)
#4C6449
(76,100,73)
#41553D
(65,85,61)
#364631
(54,70,49)
#2B3725
(43,55,37)
#202819
(32,40,25)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #83AF85

#83AF85
(131,175,133)
#8EB690
(142,182,144)
#99BD9B
(153,189,155)
#A4C4A6
(164,196,166)
#AFCBB1
(175,203,177)
#BAD2BC
(186,210,188)
#C5D9C7
(197,217,199)
#D0E0D2
(208,224,210)
#DBE7DD
(219,231,221)
#E6EEE8
(230,238,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83AF85; }

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

This text font color is #83AF85.


Background Color

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

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

This div background color is #83AF85.


Border color

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

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

This div border color is #83AF85.


Opacity

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

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

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

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

This text has shadow with #83AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83AF85 on black background.


Color preview on white background

This text has color #83AF85 on white background.



Black color preview on #83AF85 background

This text has black color on #83AF85 background.


White color preview on #83AF85 background

This text has white color on #83AF85 background.