COLOR #83B77B

HEX: #83B77B RGB: (131,183,123)

Color info

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

RGB color model

#83B77B color RGB value is (131,183,123).

RGB: (131,183,123) (51%, 72%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 183 of 255 = 72%
B 123 of 255 = 48%

131
183
123

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

Portions of RGB colors in percentages

R + G + B = 131 + 183 + 123 = 437 (100%)
R 131 of 437 ~ 29.98%
G 183 of 437 ~ 41.88%
B 123 of 437 ~ 28.15'%

%29.98
%41.88
%28.15

CMYK color model

#83B77B color CMYK value is (28,0,33,28).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%

CMYK: (28,0,33,28)
C28M0Y33K28 (28%, 0%, 33%, 28%)
(0.28 / 0.00 / 0.33 / 0.28)

CMYK percentages

%28.42
%0
%32.79
%28.24

Codes

Color #83B77B in popluar color models

83 B7 7B
RGB 131 183 123
HSL 112° 29.41% 60.00%
HSB/HSV 112° 32.79% 71.76%
CMYK 28.42% 0.00% 32.79%
28.24%

Color #83B77B in popluar number systems.

HEX 83 B7 7B
Decimal 131 183 123
Binary 10000011 10110111 1111011
Octal 203 267 173

Shades and tints

Shades of #83B77B

#83B77B
(131,183,123)
#78A770
(120,167,112)
#6D9765
(109,151,101)
#62875A
(98,135,90)
#57774F
(87,119,79)
#4C6744
(76,103,68)
#415739
(65,87,57)
#36472E
(54,71,46)
#2B3723
(43,55,35)
#202718
(32,39,24)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #83B77B

#83B77B
(131,183,123)
#8EBD87
(142,189,135)
#99C393
(153,195,147)
#A4C99F
(164,201,159)
#AFCFAB
(175,207,171)
#BAD5B7
(186,213,183)
#C5DBC3
(197,219,195)
#D0E1CF
(208,225,207)
#DBE7DB
(219,231,219)
#E6EDE7
(230,237,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B77B; }

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

This text font color is #83B77B.

Background Color

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

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

This div background color is #83B77B.

Border color

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

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

This div border color is #83B77B.

Opacity

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

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

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

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

This text has shadow with #83B77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B77B.

Preview

Color preview on black background

This text has color #83B77B on black background.


Color preview on white background

This text has color #83B77B on white background.


Black color preview on #83B77B background

This text has black color on #83B77B background.


White color preview on #83B77B background

This text has white color on #83B77B background.


Related colors

Complementary color

Complementary color for #hex is #7C4884.


I love getcolorcode.com

Triadic colors

1 #7B83B7 and #B77B83 with #83B77B are triadic colors.

2 #7BB783 and #B7837B with #83B77B are triadic colors.