COLOR #48707F

HEX: #48707F
RGB: (72,112,127)

Color info

#48707F contains red, green and blue colors in about the same proportion. Web safe color of #48707F is #336666 (or #366).

RGB color model

#48707F color RGB value is (72,112,127).

  • red value is 72;
  • green value is 112;
  • blue value is 127.
RGB:
(72,112,127)
(28%,44%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 112 of 255 = 44%
B 127 of 255 = 50%

72
112
127

R + G + B ~ 41%. #48707F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 112 + 127 = 311 (100%)
R 72 of 311 ~ 23.15%
G 112 of 311 ~ 36.01%
B 127 of 311 ~ 40.84%

%23.15
%36.01
%40.84

CMYK color model

#48707F color CMYK value is (43,12,0,50).

  • cyan value is 43.31%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,12,0,50)
C43M12Y0K50 
(43%,12%,0%,50%)
(0.43/0.12/0.00/0.50)	

CMYK percentages

%43.31
%11.81
%0
%50.2

Codes

Color #48707F in popluar color models

48707F
RGB72112127
HSL196°27.64%39.02%
HSB/HSV196°43.31%49.80%
CMYK43.31%11.81%0.00%
50.20%

Color #48707F in popluar number systems.

HEX48707F
Decimal72112127
Binary100100011100001111111
Octal110160177

Shades and tints

Shades of #48707F

#48707F
(72,112,127)
#426674
(66,102,116)
#3C5C69
(60,92,105)
#36525E
(54,82,94)
#304853
(48,72,83)
#2A3E48
(42,62,72)
#24343D
(36,52,61)
#1E2A32
(30,42,50)
#182027
(24,32,39)
#12161C
(18,22,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #48707F

#48707F
(72,112,127)
#587D8A
(88,125,138)
#688A95
(104,138,149)
#7897A0
(120,151,160)
#88A4AB
(136,164,171)
#98B1B6
(152,177,182)
#A8BEC1
(168,190,193)
#B8CBCC
(184,203,204)
#C8D8D7
(200,216,215)
#D8E5E2
(216,229,226)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48707F color. Also use rgb(72,112,127) instead hex code.

Text Font Color

.myTextColor { color: #48707F; }

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

This text font color is #48707F.


Background Color

.myBgColor { background-color: #48707F; }

<div style="background-color:#48707F">Inner text</div>

This div background color is #48707F.


Border color

.myBorderColor { border: 1px solid #48707F; }

<div style="border:3px solid #48707F">Div</div>

This div border color is #48707F.


Opacity

.myOpacity80 { color: #48707F; opacity: 0.8; }

<p style="color:#48707F;opacity:0.8;">80%</p>

Text with #48707F 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 #48707F;}

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

This text has shadow with #48707F color.

.textShadow {text-shadow: 3px 3px 1px #48707F, 3px 3px 1px red;}

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

This text has shadow with #48707F primary color and red secondary color.


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

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

This text has shadow with #48707F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48707F on black background.


Color preview on white background

This text has color #48707F on white background.



Black color preview on #48707F background

This text has black color on #48707F background.


White color preview on #48707F background

This text has white color on #48707F background.