COLOR #48907C

HEX: #48907C RGB: (72,144,124)

Color info

#48907C contains mainly green and blue colors. Web safe color of #48907C is #339966 (or #396).

RGB color model

#48907C color RGB value is (72,144,124).

RGB: (72,144,124) (28%, 56%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 144 of 255 = 56%
B 124 of 255 = 49%

72
144
124

R + G + B ~ 44%. #48907C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 144 + 124 = 340 (100%)
R 72 of 340 ~ 21.18%
G 144 of 340 ~ 42.35%
B 124 of 340 ~ 36.47'%

%21.18
%42.35
%36.47

CMYK color model

#48907C color CMYK value is (50,0,14,44).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 43.53%

CMYK: (50,0,14,44)
C50M0Y14K44 (50%, 0%, 14%, 44%)
(0.50 / 0.00 / 0.14 / 0.44)

CMYK percentages

%50
%0
%13.89
%43.53

Codes

Color #48907C in popluar color models

48 90 7C
RGB 72 144 124
HSL 163° 33.33% 42.35%
HSB/HSV 163° 50.00% 56.47%
CMYK 50.00% 0.00% 13.89%
43.53%

Color #48907C in popluar number systems.

HEX 48 90 7C
Decimal 72 144 124
Binary 1001000 10010000 1111100
Octal 110 220 174

Shades and tints

Shades of #48907C

#48907C
(72,144,124)
#428371
(66,131,113)
#3C7666
(60,118,102)
#36695B
(54,105,91)
#305C50
(48,92,80)
#2A4F45
(42,79,69)
#24423A
(36,66,58)
#1E352F
(30,53,47)
#182824
(24,40,36)
#121B19
(18,27,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #48907C

#48907C
(72,144,124)
#589A87
(88,154,135)
#68A492
(104,164,146)
#78AE9D
(120,174,157)
#88B8A8
(136,184,168)
#98C2B3
(152,194,179)
#A8CCBE
(168,204,190)
#B8D6C9
(184,214,201)
#C8E0D4
(200,224,212)
#D8EADF
(216,234,223)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48907C color. Also use rgb(72,144,124) instead hex code.

Text Font Color

.myTextColor { color: #48907C; }

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

This text font color is #48907C.

Background Color

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

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

This div background color is #48907C.

Border color

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

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

This div border color is #48907C.

Opacity

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

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

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

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

This text has shadow with #48907C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48907C.

Preview

Color preview on black background

This text has color #48907C on black background.


Color preview on white background

This text has color #48907C on white background.


Black color preview on #48907C background

This text has black color on #48907C background.


White color preview on #48907C background

This text has white color on #48907C background.


Related colors

Complementary color

Complementary color for #hex is #B76F83.


I love getcolorcode.com

Triadic colors

1 #7C4890 and #907C48 with #48907C are triadic colors.

2 #7C9048 and #90487C with #48907C are triadic colors.