COLOR #48978D

HEX: #48978D RGB: (72,151,141)

Color info

#48978D contains mainly green and blue colors. Web safe color of #48978D is #339999 (or #399).

RGB color model

#48978D color RGB value is (72,151,141).

RGB: (72,151,141) (28%, 59%, 55%)

RGB channels and saturation

R 72 of 255 = 28%
G 151 of 255 = 59%
B 141 of 255 = 55%

72
151
141

R + G + B ~ 47%. #48978D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 151 + 141 = 364 (100%)
R 72 of 364 ~ 19.78%
G 151 of 364 ~ 41.48%
B 141 of 364 ~ 38.74'%

%19.78
%41.48
%38.74

CMYK color model

#48978D color CMYK value is (52,0,7,41).

  • cyan value is 52.32%
  • magenta value is 0.00%
  • yellow value is 6.62%
  • key color value is 40.78%

CMYK: (52,0,7,41)
C52M0Y7K41 (52%, 0%, 7%, 41%)
(0.52 / 0.00 / 0.07 / 0.41)

CMYK percentages

%52.32
%0
%6.62
%40.78

Codes

Color #48978D in popluar color models

48 97 8D
RGB 72 151 141
HSL 172° 35.43% 43.73%
HSB/HSV 172° 52.32% 59.22%
CMYK 52.32% 0.00% 6.62%
40.78%

Color #48978D in popluar number systems.

HEX 48 97 8D
Decimal 72 151 141
Binary 1001000 10010111 10001101
Octal 110 227 215

Shades and tints

Shades of #48978D

#48978D
(72,151,141)
#428A81
(66,138,129)
#3C7D75
(60,125,117)
#367069
(54,112,105)
#30635D
(48,99,93)
#2A5651
(42,86,81)
#244945
(36,73,69)
#1E3C39
(30,60,57)
#182F2D
(24,47,45)
#122221
(18,34,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #48978D

#48978D
(72,151,141)
#58A097
(88,160,151)
#68A9A1
(104,169,161)
#78B2AB
(120,178,171)
#88BBB5
(136,187,181)
#98C4BF
(152,196,191)
#A8CDC9
(168,205,201)
#B8D6D3
(184,214,211)
#C8DFDD
(200,223,221)
#D8E8E7
(216,232,231)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48978D color. Also use rgb(72,151,141) instead hex code.

Text Font Color

.myTextColor { color: #48978D; }

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

This text font color is #48978D.

Background Color

.myBgColor { background-color: #48978D; }

<div style="background-color:#48978D">Inner text</div>

This div background color is #48978D.

Border color

.myBorderColor { border: 1px solid #48978D; }

<div style="border:3px solid #48978D">Div</div>

This div border color is #48978D.

Opacity

.myOpacity80 { color: #48978D; opacity: 0.8; }

<p style="color:#48978D;opacity:0.8;">80%</p>

Text with #48978D 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 #48978D;}

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

This text has shadow with #48978D color.


.textShadow {text-shadow: 3px 3px 1px #48978D', 3px 3px 1px red;}

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

This text has shadow with #48978D primary color and red secondary color.


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

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

This text has shadow with #48978D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48978D; -webkit-box-shadow: 1px 1px 3px 2px #48978D; box-shadow:1px 1px 3px 2px #48978D;">
Div content here
</div>

This div box has shadow with color #48978D.

Preview

Color preview on black background

This text has color #48978D on black background.


Color preview on white background

This text has color #48978D on white background.


Black color preview on #48978D background

This text has black color on #48978D background.


White color preview on #48978D background

This text has white color on #48978D background.


Related colors

Complementary color

Complementary color for #hex is #B76872.


I love getcolorcode.com

Triadic colors

1 #8D4897 and #978D48 with #48978D are triadic colors.

2 #8D9748 and #97488D with #48978D are triadic colors.