COLOR #48974C

HEX: #48974C
RGB: (72,151,76)

Color info

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

RGB color model

#48974C color RGB value is (72,151,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 151 of 255 = 59%
B 76 of 255 = 30%

72
151
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 151 + 76 = 299 (100%)
R 72 of 299 ~ 24.08%
G 151 of 299 ~ 50.5%
B 76 of 299 ~ 25.42%

%24.08
%50.5
%25.42

CMYK color model

#48974C color CMYK value is (52,0,50,41).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 49.67%
  • key color value is 40.78%
CMYK:
(52,0,50,41)
C52M0Y50K41 
(52%,0%,50%,41%)
(0.52/0.00/0.50/0.41)	

CMYK percentages

%52.32
%0
%49.67
%40.78

Codes

Color #48974C in popluar color models

48974C
RGB7215176
HSL123°35.43%43.73%
HSB/HSV123°52.32%59.22%
CMYK52.32%0.00%49.67%
40.78%

Color #48974C in popluar number systems.

HEX48974C
Decimal7215176
Binary1001000100101111001100
Octal110227114

Shades and tints

Shades of #48974C

#48974C
(72,151,76)
#428A46
(66,138,70)
#3C7D40
(60,125,64)
#36703A
(54,112,58)
#306334
(48,99,52)
#2A562E
(42,86,46)
#244928
(36,73,40)
#1E3C22
(30,60,34)
#182F1C
(24,47,28)
#122216
(18,34,22)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #48974C

#48974C
(72,151,76)
#58A05C
(88,160,92)
#68A96C
(104,169,108)
#78B27C
(120,178,124)
#88BB8C
(136,187,140)
#98C49C
(152,196,156)
#A8CDAC
(168,205,172)
#B8D6BC
(184,214,188)
#C8DFCC
(200,223,204)
#D8E8DC
(216,232,220)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48974C; }

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

This text font color is #48974C.


Background Color

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

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

This div background color is #48974C.


Border color

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

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

This div border color is #48974C.


Opacity

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

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

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

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

This text has shadow with #48974C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48974C on black background.


Color preview on white background

This text has color #48974C on white background.



Black color preview on #48974C background

This text has black color on #48974C background.


White color preview on #48974C background

This text has white color on #48974C background.