COLOR #83CC48

HEX: #83CC48
RGB: (131,204,72)

Color info

#83CC48 contains mainly green color. Web safe color of #83CC48 is #99CC33 (or #9C3).

RGB color model

#83CC48 color RGB value is (131,204,72).

  • red value is 131;
  • green value is 204;
  • blue value is 72.
RGB:
(131,204,72)
(51%,80%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 204 of 255 = 80%
B 72 of 255 = 28%

131
204
72

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

Portions of RGB colors in percentages

R + G + B =
131 + 204 + 72 = 407 (100%)
R 131 of 407 ~ 32.19%
G 204 of 407 ~ 50.12%
B 72 of 407 ~ 17.69%

%32.19
%50.12
%17.69

CMYK color model

#83CC48 color CMYK value is (36,0,65,20).

  • cyan value is 35.78%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 20.00%
CMYK:
(36,0,65,20)
C36M0Y65K20 
(36%,0%,65%,20%)
(0.36/0.00/0.65/0.20)	

CMYK percentages

%35.78
%0
%64.71
%20

Codes

Color #83CC48 in popluar color models

83CC48
RGB13120472
HSL93°56.41%54.12%
HSB/HSV93°64.71%80.00%
CMYK35.78%0.00%64.71%
20.00%

Color #83CC48 in popluar number systems.

HEX83CC48
Decimal13120472
Binary10000011110011001001000
Octal203314110

Shades and tints

Shades of #83CC48

#83CC48
(131,204,72)
#78BA42
(120,186,66)
#6DA83C
(109,168,60)
#629636
(98,150,54)
#578430
(87,132,48)
#4C722A
(76,114,42)
#416024
(65,96,36)
#364E1E
(54,78,30)
#2B3C18
(43,60,24)
#202A12
(32,42,18)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #83CC48

#83CC48
(131,204,72)
#8ED058
(142,208,88)
#99D468
(153,212,104)
#A4D878
(164,216,120)
#AFDC88
(175,220,136)
#BAE098
(186,224,152)
#C5E4A8
(197,228,168)
#D0E8B8
(208,232,184)
#DBECC8
(219,236,200)
#E6F0D8
(230,240,216)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CC48 color. Also use rgb(131,204,72) instead hex code.

Text Font Color

.myTextColor { color: #83CC48; }

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

This text font color is #83CC48.


Background Color

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

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

This div background color is #83CC48.


Border color

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

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

This div border color is #83CC48.


Opacity

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

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

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

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

This text has shadow with #83CC48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CC48 on black background.


Color preview on white background

This text has color #83CC48 on white background.



Black color preview on #83CC48 background

This text has black color on #83CC48 background.


White color preview on #83CC48 background

This text has white color on #83CC48 background.