COLOR #48983F

HEX: #48983F
RGB: (72,152,63)

Color info

#48983F contains mainly green color. Web safe color of #48983F is #339933 (or #393).

RGB color model

#48983F color RGB value is (72,152,63).

  • red value is 72;
  • green value is 152;
  • blue value is 63.
RGB:
(72,152,63)
(28%,60%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 152 of 255 = 60%
B 63 of 255 = 25%

72
152
63

R + G + B ~ 38%. #48983F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 152 + 63 = 287 (100%)
R 72 of 287 ~ 25.09%
G 152 of 287 ~ 52.96%
B 63 of 287 ~ 21.95%

%25.09
%52.96
%21.95

CMYK color model

#48983F color CMYK value is (53,0,59,40).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 58.55%
  • key color value is 40.39%
CMYK:
(53,0,59,40)
C53M0Y59K40 
(53%,0%,59%,40%)
(0.53/0.00/0.59/0.40)	

CMYK percentages

%52.63
%0
%58.55
%40.39

Codes

Color #48983F in popluar color models

48983F
RGB7215263
HSL114°41.40%42.16%
HSB/HSV114°58.55%59.61%
CMYK52.63%0.00%58.55%
40.39%

Color #48983F in popluar number systems.

HEX48983F
Decimal7215263
Binary100100010011000111111
Octal11023077

Shades and tints

Shades of #48983F

#48983F
(72,152,63)
#428B3A
(66,139,58)
#3C7E35
(60,126,53)
#367130
(54,113,48)
#30642B
(48,100,43)
#2A5726
(42,87,38)
#244A21
(36,74,33)
#1E3D1C
(30,61,28)
#183017
(24,48,23)
#122312
(18,35,18)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #48983F

#48983F
(72,152,63)
#58A150
(88,161,80)
#68AA61
(104,170,97)
#78B372
(120,179,114)
#88BC83
(136,188,131)
#98C594
(152,197,148)
#A8CEA5
(168,206,165)
#B8D7B6
(184,215,182)
#C8E0C7
(200,224,199)
#D8E9D8
(216,233,216)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48983F color. Also use rgb(72,152,63) instead hex code.

Text Font Color

.myTextColor { color: #48983F; }

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

This text font color is #48983F.


Background Color

.myBgColor { background-color: #48983F; }

<div style="background-color:#48983F">Inner text</div>

This div background color is #48983F.


Border color

.myBorderColor { border: 1px solid #48983F; }

<div style="border:3px solid #48983F">Div</div>

This div border color is #48983F.


Opacity

.myOpacity80 { color: #48983F; opacity: 0.8; }

<p style="color:#48983F;opacity:0.8;">80%</p>

Text with #48983F 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 #48983F;}

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

This text has shadow with #48983F color.

.textShadow {text-shadow: 3px 3px 1px #48983F, 3px 3px 1px red;}

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

This text has shadow with #48983F primary color and red secondary color.


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

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

This text has shadow with #48983F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48983F on black background.


Color preview on white background

This text has color #48983F on white background.



Black color preview on #48983F background

This text has black color on #48983F background.


White color preview on #48983F background

This text has white color on #48983F background.