COLOR #83B14C

HEX: #83B14C
RGB: (131,177,76)

Color info

#83B14C contains mainly red and green colors. Web safe color of #83B14C is #999933 (or #993).

RGB color model

#83B14C color RGB value is (131,177,76).

  • red value is 131;
  • green value is 177;
  • blue value is 76.
RGB:
(131,177,76)
(51%,69%,30%)

RGB channels and saturation

R 131 of 255 = 51%
G 177 of 255 = 69%
B 76 of 255 = 30%

131
177
76

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

Portions of RGB colors in percentages

R + G + B =
131 + 177 + 76 = 384 (100%)
R 131 of 384 ~ 34.11%
G 177 of 384 ~ 46.09%
B 76 of 384 ~ 19.79%

%34.11
%46.09
%19.79

CMYK color model

#83B14C color CMYK value is (26,0,57,31).

  • cyan value is 25.99%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 30.59%
CMYK:
(26,0,57,31)
C26M0Y57K31 
(26%,0%,57%,31%)
(0.26/0.00/0.57/0.31)	

CMYK percentages

%25.99
%0
%57.06
%30.59

Codes

Color #83B14C in popluar color models

83B14C
RGB13117776
HSL87°39.92%49.61%
HSB/HSV87°57.06%69.41%
CMYK25.99%0.00%57.06%
30.59%

Color #83B14C in popluar number systems.

HEX83B14C
Decimal13117776
Binary10000011101100011001100
Octal203261114

Shades and tints

Shades of #83B14C

#83B14C
(131,177,76)
#78A146
(120,161,70)
#6D9140
(109,145,64)
#62813A
(98,129,58)
#577134
(87,113,52)
#4C612E
(76,97,46)
#415128
(65,81,40)
#364122
(54,65,34)
#2B311C
(43,49,28)
#202116
(32,33,22)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #83B14C

#83B14C
(131,177,76)
#8EB85C
(142,184,92)
#99BF6C
(153,191,108)
#A4C67C
(164,198,124)
#AFCD8C
(175,205,140)
#BAD49C
(186,212,156)
#C5DBAC
(197,219,172)
#D0E2BC
(208,226,188)
#DBE9CC
(219,233,204)
#E6F0DC
(230,240,220)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B14C color. Also use rgb(131,177,76) instead hex code.

Text Font Color

.myTextColor { color: #83B14C; }

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

This text font color is #83B14C.


Background Color

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

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

This div background color is #83B14C.


Border color

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

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

This div border color is #83B14C.


Opacity

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

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

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

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

This text has shadow with #83B14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B14C on black background.


Color preview on white background

This text has color #83B14C on white background.



Black color preview on #83B14C background

This text has black color on #83B14C background.


White color preview on #83B14C background

This text has white color on #83B14C background.