COLOR #83B271

HEX: #83B271
RGB: (131,178,113)

Color info

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

RGB color model

#83B271 color RGB value is (131,178,113).

  • red value is 131;
  • green value is 178;
  • blue value is 113.
RGB:
(131,178,113)
(51%,70%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 178 of 255 = 70%
B 113 of 255 = 44%

131
178
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 178 + 113 = 422 (100%)
R 131 of 422 ~ 31.04%
G 178 of 422 ~ 42.18%
B 113 of 422 ~ 26.78%

%31.04
%42.18
%26.78

CMYK color model

#83B271 color CMYK value is (26,0,37,30).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(26,0,37,30)
C26M0Y37K30 
(26%,0%,37%,30%)
(0.26/0.00/0.37/0.30)	

CMYK percentages

%26.4
%0
%36.52
%30.2

Codes

Color #83B271 in popluar color models

83B271
RGB131178113
HSL103°29.68%57.06%
HSB/HSV103°36.52%69.80%
CMYK26.40%0.00%36.52%
30.20%

Color #83B271 in popluar number systems.

HEX83B271
Decimal131178113
Binary10000011101100101110001
Octal203262161

Shades and tints

Shades of #83B271

#83B271
(131,178,113)
#78A267
(120,162,103)
#6D925D
(109,146,93)
#628253
(98,130,83)
#577249
(87,114,73)
#4C623F
(76,98,63)
#415235
(65,82,53)
#36422B
(54,66,43)
#2B3221
(43,50,33)
#202217
(32,34,23)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #83B271

#83B271
(131,178,113)
#8EB97D
(142,185,125)
#99C089
(153,192,137)
#A4C795
(164,199,149)
#AFCEA1
(175,206,161)
#BAD5AD
(186,213,173)
#C5DCB9
(197,220,185)
#D0E3C5
(208,227,197)
#DBEAD1
(219,234,209)
#E6F1DD
(230,241,221)
#F1F8E9
(241,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B271 color. Also use rgb(131,178,113) instead hex code.

Text Font Color

.myTextColor { color: #83B271; }

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

This text font color is #83B271.


Background Color

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

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

This div background color is #83B271.


Border color

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

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

This div border color is #83B271.


Opacity

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

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

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

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

This text has shadow with #83B271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B271 on black background.


Color preview on white background

This text has color #83B271 on white background.



Black color preview on #83B271 background

This text has black color on #83B271 background.


White color preview on #83B271 background

This text has white color on #83B271 background.