COLOR #83BA75

HEX: #83BA75 RGB: (131,186,117)

Color info

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

RGB color model

#83BA75 color RGB value is (131,186,117).

RGB: (131,186,117) (51%, 73%, 46%)

RGB channels and saturation

R 131 of 255 = 51%
G 186 of 255 = 73%
B 117 of 255 = 46%

131
186
117

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

Portions of RGB colors in percentages

R + G + B = 131 + 186 + 117 = 434 (100%)
R 131 of 434 ~ 30.18%
G 186 of 434 ~ 42.86%
B 117 of 434 ~ 26.96'%

%30.18
%42.86
%26.96

CMYK color model

#83BA75 color CMYK value is (30,0,37,27).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 27.06%

CMYK: (30,0,37,27)
C30M0Y37K27 (30%, 0%, 37%, 27%)
(0.30 / 0.00 / 0.37 / 0.27)

CMYK percentages

%29.57
%0
%37.1
%27.06

Codes

Color #83BA75 in popluar color models

83 BA 75
RGB 131 186 117
HSL 108° 33.33% 59.41%
HSB/HSV 108° 37.10% 72.94%
CMYK 29.57% 0.00% 37.10%
27.06%

Color #83BA75 in popluar number systems.

HEX 83 BA 75
Decimal 131 186 117
Binary 10000011 10111010 1110101
Octal 203 272 165

Shades and tints

Shades of #83BA75

#83BA75
(131,186,117)
#78AA6B
(120,170,107)
#6D9A61
(109,154,97)
#628A57
(98,138,87)
#577A4D
(87,122,77)
#4C6A43
(76,106,67)
#415A39
(65,90,57)
#364A2F
(54,74,47)
#2B3A25
(43,58,37)
#202A1B
(32,42,27)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #83BA75

#83BA75
(131,186,117)
#8EC081
(142,192,129)
#99C68D
(153,198,141)
#A4CC99
(164,204,153)
#AFD2A5
(175,210,165)
#BAD8B1
(186,216,177)
#C5DEBD
(197,222,189)
#D0E4C9
(208,228,201)
#DBEAD5
(219,234,213)
#E6F0E1
(230,240,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BA75 color. Also use rgb(131,186,117) instead hex code.

Text Font Color

.myTextColor { color: #83BA75; }

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

This text font color is #83BA75.

Background Color

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

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

This div background color is #83BA75.

Border color

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

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

This div border color is #83BA75.

Opacity

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

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

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

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

This text has shadow with #83BA75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83BA75.

Preview

Color preview on black background

This text has color #83BA75 on black background.


Color preview on white background

This text has color #83BA75 on white background.


Black color preview on #83BA75 background

This text has black color on #83BA75 background.


White color preview on #83BA75 background

This text has white color on #83BA75 background.


Related colors

Complementary color

Complementary color for #hex is #7C458A.


I love getcolorcode.com

Triadic colors

1 #7583BA and #BA7583 with #83BA75 are triadic colors.

2 #75BA83 and #BA8375 with #83BA75 are triadic colors.