COLOR #83C08A

HEX: #83C08A RGB: (131,192,138)

Color info

#83C08A contains mainly green and blue colors. Web safe color of #83C08A is #99CC99 (or #9C9).

RGB color model

#83C08A color RGB value is (131,192,138).

RGB: (131,192,138) (51%, 75%, 54%)

RGB channels and saturation

R 131 of 255 = 51%
G 192 of 255 = 75%
B 138 of 255 = 54%

131
192
138

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

Portions of RGB colors in percentages

R + G + B = 131 + 192 + 138 = 461 (100%)
R 131 of 461 ~ 28.42%
G 192 of 461 ~ 41.65%
B 138 of 461 ~ 29.93'%

%28.42
%41.65
%29.93

CMYK color model

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

  • cyan value is 31.77%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 24.71%
CMYK: (32,0,28,25) C32M0Y28K25 (32%,0%,28%,25%) (0.32/0.00/0.28/0.25) 

CMYK percentages

%31.77
%0
%28.13
%24.71

Codes

Color #83C08A in popluar color models

83 C0 8A
RGB 131 192 138
HSL 127° 32.62% 63.33%
HSB/HSV 127° 31.77% 75.29%
CMYK 31.77% 0.00% 28.13%
24.71%

Color #83C08A in popluar number systems.

HEX 83 C0 8A
Decimal 131 192 138
Binary 10000011 11000000 10001010
Octal 203 300 212

Shades and tints

Shades of #83C08A

#83C08A
(131,192,138)
#78AF7E
(120,175,126)
#6D9E72
(109,158,114)
#628D66
(98,141,102)
#577C5A
(87,124,90)
#4C6B4E
(76,107,78)
#415A42
(65,90,66)
#364936
(54,73,54)
#2B382A
(43,56,42)
#20271E
(32,39,30)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #83C08A

#83C08A
(131,192,138)
#8EC594
(142,197,148)
#99CA9E
(153,202,158)
#A4CFA8
(164,207,168)
#AFD4B2
(175,212,178)
#BAD9BC
(186,217,188)
#C5DEC6
(197,222,198)
#D0E3D0
(208,227,208)
#DBE8DA
(219,232,218)
#E6EDE4
(230,237,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C08A color. Also use rgb(131,192,138) instead hex code.

Text Font Color

.myTextColor { color: #83C08A; }

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

This text font color is #83C08A.

Background Color

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

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

This div background color is #83C08A.

Border color

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

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

This div border color is #83C08A.

Opacity

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

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

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

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

This text has shadow with #83C08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C08A.

Preview

Color preview on black background

This text has color #83C08A on black background.


Color preview on white background

This text has color #83C08A on white background.


Black color preview on #83C08A background

This text has black color on #83C08A background.


White color preview on #83C08A background

This text has white color on #83C08A background.


Related colors

Complementary color

Complementary color for #hex is #7C3F75.


I love getcolorcode.com

Triadic colors

1 #8A83C0 and #C08A83 with #83C08A are triadic colors.

2 #8AC083 and #C0838A with #83C08A are triadic colors.