COLOR #83B551

HEX: #83B551 RGB: (131,181,81)

Color info

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

RGB color model

#83B551 color RGB value is (131,181,81).

RGB: (131,181,81) (51%, 71%, 32%)

RGB channels and saturation

R 131 of 255 = 51%
G 181 of 255 = 71%
B 81 of 255 = 32%

131
181
81

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

Portions of RGB colors in percentages

R + G + B = 131 + 181 + 81 = 393 (100%)
R 131 of 393 ~ 33.33%
G 181 of 393 ~ 46.06%
B 81 of 393 ~ 20.61'%

%33.33
%46.06
%20.61

CMYK color model

#83B551 color CMYK value is (28,0,55,29).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 55.25%
  • key color value is 29.02%

CMYK: (28,0,55,29)
C28M0Y55K29 (28%, 0%, 55%, 29%)
(0.28 / 0.00 / 0.55 / 0.29)

CMYK percentages

%27.62
%0
%55.25
%29.02

Codes

Color #83B551 in popluar color models

83 B5 51
RGB 131 181 81
HSL 90° 40.32% 51.37%
HSB/HSV 90° 55.25% 70.98%
CMYK 27.62% 0.00% 55.25%
29.02%

Color #83B551 in popluar number systems.

HEX 83 B5 51
Decimal 131 181 81
Binary 10000011 10110101 1010001
Octal 203 265 121

Shades and tints

Shades of #83B551

#83B551
(131,181,81)
#78A54A
(120,165,74)
#6D9543
(109,149,67)
#62853C
(98,133,60)
#577535
(87,117,53)
#4C652E
(76,101,46)
#415527
(65,85,39)
#364520
(54,69,32)
#2B3519
(43,53,25)
#202512
(32,37,18)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #83B551

#83B551
(131,181,81)
#8EBB60
(142,187,96)
#99C16F
(153,193,111)
#A4C77E
(164,199,126)
#AFCD8D
(175,205,141)
#BAD39C
(186,211,156)
#C5D9AB
(197,217,171)
#D0DFBA
(208,223,186)
#DBE5C9
(219,229,201)
#E6EBD8
(230,235,216)
#F1F1E7
(241,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B551 color. Also use rgb(131,181,81) instead hex code.

Text Font Color

.myTextColor { color: #83B551; }

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

This text font color is #83B551.

Background Color

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

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

This div background color is #83B551.

Border color

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

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

This div border color is #83B551.

Opacity

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

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

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

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

This text has shadow with #83B551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B551.

Preview

Color preview on black background

This text has color #83B551 on black background.


Color preview on white background

This text has color #83B551 on white background.


Black color preview on #83B551 background

This text has black color on #83B551 background.


White color preview on #83B551 background

This text has white color on #83B551 background.


Related colors

Complementary color

Complementary color for #hex is #7C4AAE.


I love getcolorcode.com

Triadic colors

1 #5183B5 and #B55183 with #83B551 are triadic colors.

2 #51B583 and #B58351 with #83B551 are triadic colors.