COLOR #83B67F

HEX: #83B67F
RGB: (131,182,127)

Color info

#83B67F contains red, green and blue colors in about the same proportion. Web safe color of #83B67F is #99CC66 (or #9C6).

RGB color model

#83B67F color RGB value is (131,182,127).

  • red value is 131;
  • green value is 182;
  • blue value is 127.
RGB:
(131,182,127)
(51%,71%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 127 of 255 = 50%

131
182
127

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

Portions of RGB colors in percentages

R + G + B =
131 + 182 + 127 = 440 (100%)
R 131 of 440 ~ 29.77%
G 182 of 440 ~ 41.36%
B 127 of 440 ~ 28.86%

%29.77
%41.36
%28.86

CMYK color model

#83B67F color CMYK value is (28,0,30,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(28,0,30,29)
C28M0Y30K29 
(28%,0%,30%,29%)
(0.28/0.00/0.30/0.29)	

CMYK percentages

%28.02
%0
%30.22
%28.63

Codes

Color #83B67F in popluar color models

83B67F
RGB131182127
HSL116°27.36%60.59%
HSB/HSV116°30.22%71.37%
CMYK28.02%0.00%30.22%
28.63%

Color #83B67F in popluar number systems.

HEX83B67F
Decimal131182127
Binary10000011101101101111111
Octal203266177

Shades and tints

Shades of #83B67F

#83B67F
(131,182,127)
#78A674
(120,166,116)
#6D9669
(109,150,105)
#62865E
(98,134,94)
#577653
(87,118,83)
#4C6648
(76,102,72)
#41563D
(65,86,61)
#364632
(54,70,50)
#2B3627
(43,54,39)
#20261C
(32,38,28)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #83B67F

#83B67F
(131,182,127)
#8EBC8A
(142,188,138)
#99C295
(153,194,149)
#A4C8A0
(164,200,160)
#AFCEAB
(175,206,171)
#BAD4B6
(186,212,182)
#C5DAC1
(197,218,193)
#D0E0CC
(208,224,204)
#DBE6D7
(219,230,215)
#E6ECE2
(230,236,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B67F color. Also use rgb(131,182,127) instead hex code.

Text Font Color

.myTextColor { color: #83B67F; }

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

This text font color is #83B67F.


Background Color

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

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

This div background color is #83B67F.


Border color

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

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

This div border color is #83B67F.


Opacity

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

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

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

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

This text has shadow with #83B67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B67F on black background.


Color preview on white background

This text has color #83B67F on white background.



Black color preview on #83B67F background

This text has black color on #83B67F background.


White color preview on #83B67F background

This text has white color on #83B67F background.