COLOR #83B774

HEX: #83B774
RGB: (131,183,116)

Color info

#83B774 contains mainly red and green colors. Web safe color of #83B774 is #99CC66 (or #9C6).

RGB color model

#83B774 color RGB value is (131,183,116).

  • red value is 131;
  • green value is 183;
  • blue value is 116.
RGB:
(131,183,116)
(51%,72%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 116 of 255 = 45%

131
183
116

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

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 116 = 430 (100%)
R 131 of 430 ~ 30.47%
G 183 of 430 ~ 42.56%
B 116 of 430 ~ 26.98%

%30.47
%42.56
%26.98

CMYK color model

#83B774 color CMYK value is (28,0,37,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 28.24%
CMYK:
(28,0,37,28)
C28M0Y37K28 
(28%,0%,37%,28%)
(0.28/0.00/0.37/0.28)	

CMYK percentages

%28.42
%0
%36.61
%28.24

Codes

Color #83B774 in popluar color models

83B774
RGB131183116
HSL107°31.75%58.63%
HSB/HSV107°36.61%71.76%
CMYK28.42%0.00%36.61%
28.24%

Color #83B774 in popluar number systems.

HEX83B774
Decimal131183116
Binary10000011101101111110100
Octal203267164

Shades and tints

Shades of #83B774

#83B774
(131,183,116)
#78A76A
(120,167,106)
#6D9760
(109,151,96)
#628756
(98,135,86)
#57774C
(87,119,76)
#4C6742
(76,103,66)
#415738
(65,87,56)
#36472E
(54,71,46)
#2B3724
(43,55,36)
#20271A
(32,39,26)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #83B774

#83B774
(131,183,116)
#8EBD80
(142,189,128)
#99C38C
(153,195,140)
#A4C998
(164,201,152)
#AFCFA4
(175,207,164)
#BAD5B0
(186,213,176)
#C5DBBC
(197,219,188)
#D0E1C8
(208,225,200)
#DBE7D4
(219,231,212)
#E6EDE0
(230,237,224)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B774 color. Also use rgb(131,183,116) instead hex code.

Text Font Color

.myTextColor { color: #83B774; }

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

This text font color is #83B774.


Background Color

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

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

This div background color is #83B774.


Border color

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

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

This div border color is #83B774.


Opacity

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

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

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

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

This text has shadow with #83B774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B774 on black background.


Color preview on white background

This text has color #83B774 on white background.



Black color preview on #83B774 background

This text has black color on #83B774 background.


White color preview on #83B774 background

This text has white color on #83B774 background.