COLOR #83B480

HEX: #83B480
RGB: (131,180,128)

Color info

#83B480 contains red, green and blue colors in about the same proportion. Web safe color of #83B480 is #99CC66 (or #9C6).

RGB color model

#83B480 color RGB value is (131,180,128).

  • red value is 131;
  • green value is 180;
  • blue value is 128.
RGB: (131,180,128) (51%,71%,50%)

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 128 of 255 = 50%

131
180
128

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

Portions of RGB colors in percentages

R + G + B =
131 + 180 + 128 = 439 (100%)
R 131 of 439 ~ 29.84%
G 180 of 439 ~ 41%
B 128 of 439 ~ 29.16%

%29.84
%41
%29.16

CMYK color model

#83B480 color CMYK value is (27,0,29,29).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK: (27,0,29,29) C27M0Y29K29 (27%,0%,29%,29%) (0.27/0.00/0.29/0.29)

CMYK percentages

%27.22
%0
%28.89
%29.41

Codes

Color #83B480 in popluar color models

83B480
RGB131180128
HSL117°25.74%60.39%
HSB/HSV117°28.89%70.59%
CMYK27.22%0.00%28.89%
29.41%

Color #83B480 in popluar number systems.

HEX83B480
Decimal131180128
Binary100000111011010010000000
Octal203264200

Shades and tints

Shades of #83B480

#83B480
(131,180,128)
#78A475
(120,164,117)
#6D946A
(109,148,106)
#62845F
(98,132,95)
#577454
(87,116,84)
#4C6449
(76,100,73)
#41543E
(65,84,62)
#364433
(54,68,51)
#2B3428
(43,52,40)
#20241D
(32,36,29)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #83B480

#83B480
(131,180,128)
#8EBA8B
(142,186,139)
#99C096
(153,192,150)
#A4C6A1
(164,198,161)
#AFCCAC
(175,204,172)
#BAD2B7
(186,210,183)
#C5D8C2
(197,216,194)
#D0DECD
(208,222,205)
#DBE4D8
(219,228,216)
#E6EAE3
(230,234,227)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B480 color. Also use rgb(131,180,128) instead hex code.

Text Font Color

.myTextColor { color: #83B480; }

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

This text font color is #83B480.


Background Color

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

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

This div background color is #83B480.


Border color

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

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

This div border color is #83B480.


Opacity

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

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

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

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

This text has shadow with #83B480 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #83B480 on black background.


Color preview on white background

This text has color #83B480 on white background.



Black color preview on #83B480 background

This text has black color on #83B480 background.


White color preview on #83B480 background

This text has white color on #83B480 background.