COLOR #83B77C

HEX: #83B77C
RGB: (131,183,124)

Color info

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

RGB color model

#83B77C color RGB value is (131,183,124).

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

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 124 of 255 = 49%

131
183
124

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

Portions of RGB colors in percentages

R + G + B =
131 + 183 + 124 = 438 (100%)
R 131 of 438 ~ 29.91%
G 183 of 438 ~ 41.78%
B 124 of 438 ~ 28.31%

%29.91
%41.78
%28.31

CMYK color model

#83B77C color CMYK value is (28,0,32,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 28.24%
CMYK:
(28,0,32,28)
C28M0Y32K28 
(28%,0%,32%,28%)
(0.28/0.00/0.32/0.28)	

CMYK percentages

%28.42
%0
%32.24
%28.24

Codes

Color #83B77C in popluar color models

83B77C
RGB131183124
HSL113°29.06%60.20%
HSB/HSV113°32.24%71.76%
CMYK28.42%0.00%32.24%
28.24%

Color #83B77C in popluar number systems.

HEX83B77C
Decimal131183124
Binary10000011101101111111100
Octal203267174

Shades and tints

Shades of #83B77C

#83B77C
(131,183,124)
#78A771
(120,167,113)
#6D9766
(109,151,102)
#62875B
(98,135,91)
#577750
(87,119,80)
#4C6745
(76,103,69)
#41573A
(65,87,58)
#36472F
(54,71,47)
#2B3724
(43,55,36)
#202719
(32,39,25)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #83B77C

#83B77C
(131,183,124)
#8EBD87
(142,189,135)
#99C392
(153,195,146)
#A4C99D
(164,201,157)
#AFCFA8
(175,207,168)
#BAD5B3
(186,213,179)
#C5DBBE
(197,219,190)
#D0E1C9
(208,225,201)
#DBE7D4
(219,231,212)
#E6EDDF
(230,237,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B77C; }

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

This text font color is #83B77C.


Background Color

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

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

This div background color is #83B77C.


Border color

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

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

This div border color is #83B77C.


Opacity

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

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

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

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

This text has shadow with #83B77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B77C on black background.


Color preview on white background

This text has color #83B77C on white background.



Black color preview on #83B77C background

This text has black color on #83B77C background.


White color preview on #83B77C background

This text has white color on #83B77C background.