COLOR #48964A

HEX: #48964A
RGB: (72,150,74)

Color info

#48964A contains mainly green color. Web safe color of #48964A is #339933 (or #393).

RGB color model

#48964A color RGB value is (72,150,74).

  • red value is 72;
  • green value is 150;
  • blue value is 74.
RGB:
(72,150,74)
(28%,59%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 150 of 255 = 59%
B 74 of 255 = 29%

72
150
74

R + G + B ~ 39%. #48964A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 150 + 74 = 296 (100%)
R 72 of 296 ~ 24.32%
G 150 of 296 ~ 50.68%
B 74 of 296 ~ 25%

%24.32
%50.68
%25

CMYK color model

#48964A color CMYK value is (52,0,51,41).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 41.18%
CMYK:
(52,0,51,41)
C52M0Y51K41 
(52%,0%,51%,41%)
(0.52/0.00/0.51/0.41)	

CMYK percentages

%52
%0
%50.67
%41.18

Codes

Color #48964A in popluar color models

48964A
RGB7215074
HSL122°35.14%43.53%
HSB/HSV122°52.00%58.82%
CMYK52.00%0.00%50.67%
41.18%

Color #48964A in popluar number systems.

HEX48964A
Decimal7215074
Binary1001000100101101001010
Octal110226112

Shades and tints

Shades of #48964A

#48964A
(72,150,74)
#428944
(66,137,68)
#3C7C3E
(60,124,62)
#366F38
(54,111,56)
#306232
(48,98,50)
#2A552C
(42,85,44)
#244826
(36,72,38)
#1E3B20
(30,59,32)
#182E1A
(24,46,26)
#122114
(18,33,20)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #48964A

#48964A
(72,150,74)
#589F5A
(88,159,90)
#68A86A
(104,168,106)
#78B17A
(120,177,122)
#88BA8A
(136,186,138)
#98C39A
(152,195,154)
#A8CCAA
(168,204,170)
#B8D5BA
(184,213,186)
#C8DECA
(200,222,202)
#D8E7DA
(216,231,218)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48964A color. Also use rgb(72,150,74) instead hex code.

Text Font Color

.myTextColor { color: #48964A; }

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

This text font color is #48964A.


Background Color

.myBgColor { background-color: #48964A; }

<div style="background-color:#48964A">Inner text</div>

This div background color is #48964A.


Border color

.myBorderColor { border: 1px solid #48964A; }

<div style="border:3px solid #48964A">Div</div>

This div border color is #48964A.


Opacity

.myOpacity80 { color: #48964A; opacity: 0.8; }

<p style="color:#48964A;opacity:0.8;">80%</p>

Text with #48964A 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 #48964A;}

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

This text has shadow with #48964A color.

.textShadow {text-shadow: 3px 3px 1px #48964A, 3px 3px 1px red;}

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

This text has shadow with #48964A primary color and red secondary color.


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

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

This text has shadow with #48964A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48964A on black background.


Color preview on white background

This text has color #48964A on white background.



Black color preview on #48964A background

This text has black color on #48964A background.


White color preview on #48964A background

This text has white color on #48964A background.