COLOR #83B252

HEX: #83B252 RGB: (131,178,82)

Color info

#83B252 contains mainly red and green colors. Web safe color of #83B252 is #999966 (or #996).

RGB color model

#83B252 color RGB value is (131,178,82).

RGB: (131,178,82) (51%, 70%, 32%)

RGB channels and saturation

R 131 of 255 = 51%
G 178 of 255 = 70%
B 82 of 255 = 32%

131
178
82

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

Portions of RGB colors in percentages

R + G + B = 131 + 178 + 82 = 391 (100%)
R 131 of 391 ~ 33.5%
G 178 of 391 ~ 45.52%
B 82 of 391 ~ 20.97'%

%33.5
%45.52
%20.97

CMYK color model

#83B252 color CMYK value is (26,0,54,30).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 30.20%

CMYK: (26,0,54,30)
C26M0Y54K30 (26%, 0%, 54%, 30%)
(0.26 / 0.00 / 0.54 / 0.30)

CMYK percentages

%26.4
%0
%53.93
%30.2

Codes

Color #83B252 in popluar color models

83 B2 52
RGB 131 178 82
HSL 89° 38.40% 50.98%
HSB/HSV 89° 53.93% 69.80%
CMYK 26.40% 0.00% 53.93%
30.20%

Color #83B252 in popluar number systems.

HEX 83 B2 52
Decimal 131 178 82
Binary 10000011 10110010 1010010
Octal 203 262 122

Shades and tints

Shades of #83B252

#83B252
(131,178,82)
#78A24B
(120,162,75)
#6D9244
(109,146,68)
#62823D
(98,130,61)
#577236
(87,114,54)
#4C622F
(76,98,47)
#415228
(65,82,40)
#364221
(54,66,33)
#2B321A
(43,50,26)
#202213
(32,34,19)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #83B252

#83B252
(131,178,82)
#8EB961
(142,185,97)
#99C070
(153,192,112)
#A4C77F
(164,199,127)
#AFCE8E
(175,206,142)
#BAD59D
(186,213,157)
#C5DCAC
(197,220,172)
#D0E3BB
(208,227,187)
#DBEACA
(219,234,202)
#E6F1D9
(230,241,217)
#F1F8E8
(241,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83B252 color. Also use rgb(131,178,82) instead hex code.

Text Font Color

.myTextColor { color: #83B252; }

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

This text font color is #83B252.

Background Color

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

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

This div background color is #83B252.

Border color

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

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

This div border color is #83B252.

Opacity

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

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

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

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

This text has shadow with #83B252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B252.

Preview

Color preview on black background

This text has color #83B252 on black background.


Color preview on white background

This text has color #83B252 on white background.


Black color preview on #83B252 background

This text has black color on #83B252 background.


White color preview on #83B252 background

This text has white color on #83B252 background.


Related colors

Complementary color

Complementary color for #hex is #7C4DAD.


I love getcolorcode.com

Triadic colors

1 #5283B2 and #B25283 with #83B252 are triadic colors.

2 #52B283 and #B28352 with #83B252 are triadic colors.