COLOR #48717B

HEX: #48717B RGB: (72,113,123)

Color info

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

RGB color model

#48717B color RGB value is (72,113,123).

RGB: (72,113,123) (28%, 44%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 113 of 255 = 44%
B 123 of 255 = 48%

72
113
123

R + G + B ~ 40%. #48717B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 113 + 123 = 308 (100%)
R 72 of 308 ~ 23.38%
G 113 of 308 ~ 36.69%
B 123 of 308 ~ 39.94'%

%23.38
%36.69
%39.94

CMYK color model

#48717B color CMYK value is (41,8,0,52).

  • cyan value is 41.46%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (41,8,0,52) C41M8Y0K52 (41%,8%,0%,52%) (0.41/0.08/0.00/0.52) 

CMYK percentages

%41.46
%8.13
%0
%51.76

Codes

Color #48717B in popluar color models

48 71 7B
RGB 72 113 123
HSL 192° 26.15% 38.24%
HSB/HSV 192° 41.46% 48.24%
CMYK 41.46% 8.13% 0.00%
51.76%

Color #48717B in popluar number systems.

HEX 48 71 7B
Decimal 72 113 123
Binary 1001000 1110001 1111011
Octal 110 161 173

Shades and tints

Shades of #48717B

#48717B
(72,113,123)
#426770
(66,103,112)
#3C5D65
(60,93,101)
#36535A
(54,83,90)
#30494F
(48,73,79)
#2A3F44
(42,63,68)
#243539
(36,53,57)
#1E2B2E
(30,43,46)
#182123
(24,33,35)
#121718
(18,23,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #48717B

#48717B
(72,113,123)
#587D87
(88,125,135)
#688993
(104,137,147)
#78959F
(120,149,159)
#88A1AB
(136,161,171)
#98ADB7
(152,173,183)
#A8B9C3
(168,185,195)
#B8C5CF
(184,197,207)
#C8D1DB
(200,209,219)
#D8DDE7
(216,221,231)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48717B color. Also use rgb(72,113,123) instead hex code.

Text Font Color

.myTextColor { color: #48717B; }

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

This text font color is #48717B.

Background Color

.myBgColor { background-color: #48717B; }

<div style="background-color:#48717B">Inner text</div>

This div background color is #48717B.

Border color

.myBorderColor { border: 1px solid #48717B; }

<div style="border:3px solid #48717B">Div</div>

This div border color is #48717B.

Opacity

.myOpacity80 { color: #48717B; opacity: 0.8; }

<p style="color:#48717B;opacity:0.8;">80%</p>

Text with #48717B 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 #48717B;}

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

This text has shadow with #48717B color.


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

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

This text has shadow with #48717B primary color and red secondary color.


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

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

This text has shadow with #48717B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48717B.

Preview

Color preview on black background

This text has color #48717B on black background.


Color preview on white background

This text has color #48717B on white background.


Black color preview on #48717B background

This text has black color on #48717B background.


White color preview on #48717B background

This text has white color on #48717B background.


Related colors

Complementary color

Complementary color for #hex is #B78E84.


I love getcolorcode.com

Triadic colors

1 #7B4871 and #717B48 with #48717B are triadic colors.

2 #7B7148 and #71487B with #48717B are triadic colors.