COLOR #83B457

HEX: #83B457
RGB: (131,180,87)

Color info

#83B457 contains mainly red and green colors. Web safe color of #83B457 is #99CC66 (or #9C6).

RGB color model

#83B457 color RGB value is (131,180,87).

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

RGB channels and saturation

R 131 of 255 = 51%
G 180 of 255 = 71%
B 87 of 255 = 34%

131
180
87

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

Portions of RGB colors in percentages

R + G + B =
131 + 180 + 87 = 398 (100%)
R 131 of 398 ~ 32.91%
G 180 of 398 ~ 45.23%
B 87 of 398 ~ 21.86%

%32.91
%45.23
%21.86

CMYK color model

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

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 51.67%
  • key color value is 29.41%
CMYK:
(27,0,52,29)
C27M0Y52K29 
(27%,0%,52%,29%)
(0.27/0.00/0.52/0.29)	

CMYK percentages

%27.22
%0
%51.67
%29.41

Codes

Color #83B457 in popluar color models

83B457
RGB13118087
HSL92°38.27%52.35%
HSB/HSV92°51.67%70.59%
CMYK27.22%0.00%51.67%
29.41%

Color #83B457 in popluar number systems.

HEX83B457
Decimal13118087
Binary10000011101101001010111
Octal203264127

Shades and tints

Shades of #83B457

#83B457
(131,180,87)
#78A450
(120,164,80)
#6D9449
(109,148,73)
#628442
(98,132,66)
#57743B
(87,116,59)
#4C6434
(76,100,52)
#41542D
(65,84,45)
#364426
(54,68,38)
#2B341F
(43,52,31)
#202418
(32,36,24)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #83B457

#83B457
(131,180,87)
#8EBA66
(142,186,102)
#99C075
(153,192,117)
#A4C684
(164,198,132)
#AFCC93
(175,204,147)
#BAD2A2
(186,210,162)
#C5D8B1
(197,216,177)
#D0DEC0
(208,222,192)
#DBE4CF
(219,228,207)
#E6EADE
(230,234,222)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B457; }

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

This text font color is #83B457.


Background Color

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

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

This div background color is #83B457.


Border color

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

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

This div border color is #83B457.


Opacity

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

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

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

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

This text has shadow with #83B457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83B457 on black background.


Color preview on white background

This text has color #83B457 on white background.



Black color preview on #83B457 background

This text has black color on #83B457 background.


White color preview on #83B457 background

This text has white color on #83B457 background.