COLOR #48914B

HEX: #48914B
RGB: (72,145,75)

Color info

#48914B contains mainly green color. Web safe color of #48914B is #339933 (or #393).

RGB color model

#48914B color RGB value is (72,145,75).

  • red value is 72;
  • green value is 145;
  • blue value is 75.
RGB:
(72,145,75)
(28%,57%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 145 of 255 = 57%
B 75 of 255 = 29%

72
145
75

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

Portions of RGB colors in percentages

R + G + B =
72 + 145 + 75 = 292 (100%)
R 72 of 292 ~ 24.66%
G 145 of 292 ~ 49.66%
B 75 of 292 ~ 25.68%

%24.66
%49.66
%25.68

CMYK color model

#48914B color CMYK value is (50,0,48,43).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 43.14%
CMYK:
(50,0,48,43)
C50M0Y48K43 
(50%,0%,48%,43%)
(0.50/0.00/0.48/0.43)	

CMYK percentages

%50.34
%0
%48.28
%43.14

Codes

Color #48914B in popluar color models

48914B
RGB7214575
HSL122°33.64%42.55%
HSB/HSV122°50.34%56.86%
CMYK50.34%0.00%48.28%
43.14%

Color #48914B in popluar number systems.

HEX48914B
Decimal7214575
Binary1001000100100011001011
Octal110221113

Shades and tints

Shades of #48914B

#48914B
(72,145,75)
#428445
(66,132,69)
#3C773F
(60,119,63)
#366A39
(54,106,57)
#305D33
(48,93,51)
#2A502D
(42,80,45)
#244327
(36,67,39)
#1E3621
(30,54,33)
#18291B
(24,41,27)
#121C15
(18,28,21)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #48914B

#48914B
(72,145,75)
#589B5B
(88,155,91)
#68A56B
(104,165,107)
#78AF7B
(120,175,123)
#88B98B
(136,185,139)
#98C39B
(152,195,155)
#A8CDAB
(168,205,171)
#B8D7BB
(184,215,187)
#C8E1CB
(200,225,203)
#D8EBDB
(216,235,219)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48914B color. Also use rgb(72,145,75) instead hex code.

Text Font Color

.myTextColor { color: #48914B; }

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

This text font color is #48914B.


Background Color

.myBgColor { background-color: #48914B; }

<div style="background-color:#48914B">Inner text</div>

This div background color is #48914B.


Border color

.myBorderColor { border: 1px solid #48914B; }

<div style="border:3px solid #48914B">Div</div>

This div border color is #48914B.


Opacity

.myOpacity80 { color: #48914B; opacity: 0.8; }

<p style="color:#48914B;opacity:0.8;">80%</p>

Text with #48914B 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 #48914B;}

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

This text has shadow with #48914B color.

.textShadow {text-shadow: 3px 3px 1px #48914B, 3px 3px 1px red;}

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

This text has shadow with #48914B primary color and red secondary color.


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

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

This text has shadow with #48914B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48914B on black background.


Color preview on white background

This text has color #48914B on white background.



Black color preview on #48914B background

This text has black color on #48914B background.


White color preview on #48914B background

This text has white color on #48914B background.