COLOR #48973A

HEX: #48973A
RGB: (72,151,58)

Color info

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

RGB color model

#48973A color RGB value is (72,151,58).

  • red value is 72;
  • green value is 151;
  • blue value is 58.
RGB:
(72,151,58)
(28%,59%,23%)

RGB channels and saturation

R 72 of 255 = 28%
G 151 of 255 = 59%
B 58 of 255 = 23%

72
151
58

R + G + B ~ 37%. #48973A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 151 + 58 = 281 (100%)
R 72 of 281 ~ 25.62%
G 151 of 281 ~ 53.74%
B 58 of 281 ~ 20.64%

%25.62
%53.74
%20.64

CMYK color model

#48973A color CMYK value is (52,0,62,41).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 61.59%
  • key color value is 40.78%
CMYK:
(52,0,62,41)
C52M0Y62K41 
(52%,0%,62%,41%)
(0.52/0.00/0.62/0.41)	

CMYK percentages

%52.32
%0
%61.59
%40.78

Codes

Color #48973A in popluar color models

48973A
RGB7215158
HSL111°44.50%40.98%
HSB/HSV111°61.59%59.22%
CMYK52.32%0.00%61.59%
40.78%

Color #48973A in popluar number systems.

HEX48973A
Decimal7215158
Binary100100010010111111010
Octal11022772

Shades and tints

Shades of #48973A

#48973A
(72,151,58)
#428A35
(66,138,53)
#3C7D30
(60,125,48)
#36702B
(54,112,43)
#306326
(48,99,38)
#2A5621
(42,86,33)
#24491C
(36,73,28)
#1E3C17
(30,60,23)
#182F12
(24,47,18)
#12220D
(18,34,13)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #48973A

#48973A
(72,151,58)
#58A04B
(88,160,75)
#68A95C
(104,169,92)
#78B26D
(120,178,109)
#88BB7E
(136,187,126)
#98C48F
(152,196,143)
#A8CDA0
(168,205,160)
#B8D6B1
(184,214,177)
#C8DFC2
(200,223,194)
#D8E8D3
(216,232,211)
#E8F1E4
(232,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48973A color. Also use rgb(72,151,58) instead hex code.

Text Font Color

.myTextColor { color: #48973A; }

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

This text font color is #48973A.


Background Color

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

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

This div background color is #48973A.


Border color

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

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

This div border color is #48973A.


Opacity

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

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

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

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

This text has shadow with #48973A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48973A on black background.


Color preview on white background

This text has color #48973A on white background.



Black color preview on #48973A background

This text has black color on #48973A background.


White color preview on #48973A background

This text has white color on #48973A background.