COLOR #83C378

HEX: #83C378
RGB: (131,195,120)

Color info

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

RGB color model

#83C378 color RGB value is (131,195,120).

  • red value is 131;
  • green value is 195;
  • blue value is 120.
RGB:
(131,195,120)
(51%,76%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 195 of 255 = 76%
B 120 of 255 = 47%

131
195
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 195 + 120 = 446 (100%)
R 131 of 446 ~ 29.37%
G 195 of 446 ~ 43.72%
B 120 of 446 ~ 26.91%

%29.37
%43.72
%26.91

CMYK color model

#83C378 color CMYK value is (33,0,38,24).

  • cyan value is 32.82%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(33,0,38,24)
C33M0Y38K24 
(33%,0%,38%,24%)
(0.33/0.00/0.38/0.24)	

CMYK percentages

%32.82
%0
%38.46
%23.53

Codes

Color #83C378 in popluar color models

83C378
RGB131195120
HSL111°38.46%61.76%
HSB/HSV111°38.46%76.47%
CMYK32.82%0.00%38.46%
23.53%

Color #83C378 in popluar number systems.

HEX83C378
Decimal131195120
Binary10000011110000111111000
Octal203303170

Shades and tints

Shades of #83C378

#83C378
(131,195,120)
#78B26E
(120,178,110)
#6DA164
(109,161,100)
#62905A
(98,144,90)
#577F50
(87,127,80)
#4C6E46
(76,110,70)
#415D3C
(65,93,60)
#364C32
(54,76,50)
#2B3B28
(43,59,40)
#202A1E
(32,42,30)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #83C378

#83C378
(131,195,120)
#8EC884
(142,200,132)
#99CD90
(153,205,144)
#A4D29C
(164,210,156)
#AFD7A8
(175,215,168)
#BADCB4
(186,220,180)
#C5E1C0
(197,225,192)
#D0E6CC
(208,230,204)
#DBEBD8
(219,235,216)
#E6F0E4
(230,240,228)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C378; }

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

This text font color is #83C378.


Background Color

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

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

This div background color is #83C378.


Border color

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

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

This div border color is #83C378.


Opacity

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

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

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

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

This text has shadow with #83C378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C378 on black background.


Color preview on white background

This text has color #83C378 on white background.



Black color preview on #83C378 background

This text has black color on #83C378 background.


White color preview on #83C378 background

This text has white color on #83C378 background.