COLOR #48954C

HEX: #48954C
RGB: (72,149,76)

Color info

#48954C contains mainly green color. Web safe color of #48954C is #339933 (or #393).

RGB color model

#48954C color RGB value is (72,149,76).

  • red value is 72;
  • green value is 149;
  • blue value is 76.
RGB:
(72,149,76)
(28%,58%,30%)

RGB channels and saturation

R 72 of 255 = 28%
G 149 of 255 = 58%
B 76 of 255 = 30%

72
149
76

R + G + B ~ 39%. #48954C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 149 + 76 = 297 (100%)
R 72 of 297 ~ 24.24%
G 149 of 297 ~ 50.17%
B 76 of 297 ~ 25.59%

%24.24
%50.17
%25.59

CMYK color model

#48954C color CMYK value is (52,0,49,42).

  • cyan value is 51.68%
  • magenta value is 0.00%
  • yellow value is 48.99%
  • key color value is 41.57%
CMYK:
(52,0,49,42)
C52M0Y49K42 
(52%,0%,49%,42%)
(0.52/0.00/0.49/0.42)	

CMYK percentages

%51.68
%0
%48.99
%41.57

Codes

Color #48954C in popluar color models

48954C
RGB7214976
HSL123°34.84%43.33%
HSB/HSV123°51.68%58.43%
CMYK51.68%0.00%48.99%
41.57%

Color #48954C in popluar number systems.

HEX48954C
Decimal7214976
Binary1001000100101011001100
Octal110225114

Shades and tints

Shades of #48954C

#48954C
(72,149,76)
#428846
(66,136,70)
#3C7B40
(60,123,64)
#366E3A
(54,110,58)
#306134
(48,97,52)
#2A542E
(42,84,46)
#244728
(36,71,40)
#1E3A22
(30,58,34)
#182D1C
(24,45,28)
#122016
(18,32,22)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #48954C

#48954C
(72,149,76)
#589E5C
(88,158,92)
#68A76C
(104,167,108)
#78B07C
(120,176,124)
#88B98C
(136,185,140)
#98C29C
(152,194,156)
#A8CBAC
(168,203,172)
#B8D4BC
(184,212,188)
#C8DDCC
(200,221,204)
#D8E6DC
(216,230,220)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48954C color. Also use rgb(72,149,76) instead hex code.

Text Font Color

.myTextColor { color: #48954C; }

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

This text font color is #48954C.


Background Color

.myBgColor { background-color: #48954C; }

<div style="background-color:#48954C">Inner text</div>

This div background color is #48954C.


Border color

.myBorderColor { border: 1px solid #48954C; }

<div style="border:3px solid #48954C">Div</div>

This div border color is #48954C.


Opacity

.myOpacity80 { color: #48954C; opacity: 0.8; }

<p style="color:#48954C;opacity:0.8;">80%</p>

Text with #48954C 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 #48954C;}

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

This text has shadow with #48954C color.

.textShadow {text-shadow: 3px 3px 1px #48954C, 3px 3px 1px red;}

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

This text has shadow with #48954C primary color and red secondary color.


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

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

This text has shadow with #48954C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48954C on black background.


Color preview on white background

This text has color #48954C on white background.



Black color preview on #48954C background

This text has black color on #48954C background.


White color preview on #48954C background

This text has white color on #48954C background.