COLOR #83C372

HEX: #83C372 RGB: (131,195,114)

Color info

#83C372 contains mainly green color. Web safe color of #83C372 is #99CC66 (or #9C6).

RGB color model

#83C372 color RGB value is (131,195,114).

RGB: (131,195,114) (51%, 76%, 45%)

RGB channels and saturation

R 131 of 255 = 51%
G 195 of 255 = 76%
B 114 of 255 = 45%

131
195
114

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

Portions of RGB colors in percentages

R + G + B = 131 + 195 + 114 = 440 (100%)
R 131 of 440 ~ 29.77%
G 195 of 440 ~ 44.32%
B 114 of 440 ~ 25.91'%

%29.77
%44.32
%25.91

CMYK color model

#83C372 color CMYK value is (33,0,42,24).

  • cyan value is 32.82%
  • magenta value is 0.00%
  • yellow value is 41.54%
  • key color value is 23.53%

CMYK: (33,0,42,24)
C33M0Y42K24 (33%, 0%, 42%, 24%)
(0.33 / 0.00 / 0.42 / 0.24)

CMYK percentages

%32.82
%0
%41.54
%23.53

Codes

Color #83C372 in popluar color models

83 C3 72
RGB 131 195 114
HSL 107° 40.30% 60.59%
HSB/HSV 107° 41.54% 76.47%
CMYK 32.82% 0.00% 41.54%
23.53%

Color #83C372 in popluar number systems.

HEX 83 C3 72
Decimal 131 195 114
Binary 10000011 11000011 1110010
Octal 203 303 162

Shades and tints

Shades of #83C372

#83C372
(131,195,114)
#78B268
(120,178,104)
#6DA15E
(109,161,94)
#629054
(98,144,84)
#577F4A
(87,127,74)
#4C6E40
(76,110,64)
#415D36
(65,93,54)
#364C2C
(54,76,44)
#2B3B22
(43,59,34)
#202A18
(32,42,24)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #83C372

#83C372
(131,195,114)
#8EC87E
(142,200,126)
#99CD8A
(153,205,138)
#A4D296
(164,210,150)
#AFD7A2
(175,215,162)
#BADCAE
(186,220,174)
#C5E1BA
(197,225,186)
#D0E6C6
(208,230,198)
#DBEBD2
(219,235,210)
#E6F0DE
(230,240,222)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C372 color. Also use rgb(131,195,114) instead hex code.

Text Font Color

.myTextColor { color: #83C372; }

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

This text font color is #83C372.

Background Color

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

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

This div background color is #83C372.

Border color

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

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

This div border color is #83C372.

Opacity

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

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

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

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

This text has shadow with #83C372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C372.

Preview

Color preview on black background

This text has color #83C372 on black background.


Color preview on white background

This text has color #83C372 on white background.


Black color preview on #83C372 background

This text has black color on #83C372 background.


White color preview on #83C372 background

This text has white color on #83C372 background.


Related colors

Complementary color

Complementary color for #hex is #7C3C8D.


I love getcolorcode.com

Triadic colors

1 #7283C3 and #C37283 with #83C372 are triadic colors.

2 #72C383 and #C38372 with #83C372 are triadic colors.