COLOR #48747B

HEX: #48747B RGB: (72,116,123)

Color info

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

RGB color model

#48747B color RGB value is (72,116,123).

RGB: (72,116,123) (28%, 45%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 123 of 255 = 48%

72
116
123

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

Portions of RGB colors in percentages

R + G + B = 72 + 116 + 123 = 311 (100%)
R 72 of 311 ~ 23.15%
G 116 of 311 ~ 37.3%
B 123 of 311 ~ 39.55'%

%23.15
%37.3
%39.55

CMYK color model

#48747B color CMYK value is (41,6,0,52).

  • cyan value is 41.46%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (41,6,0,52)
C41M6Y0K52 (41%, 6%, 0%, 52%)
(0.41 / 0.06 / 0.00 / 0.52)

CMYK percentages

%41.46
%5.69
%0
%51.76

Codes

Color #48747B in popluar color models

48 74 7B
RGB 72 116 123
HSL 188° 26.15% 38.24%
HSB/HSV 188° 41.46% 48.24%
CMYK 41.46% 5.69% 0.00%
51.76%

Color #48747B in popluar number systems.

HEX 48 74 7B
Decimal 72 116 123
Binary 1001000 1110100 1111011
Octal 110 164 173

Shades and tints

Shades of #48747B

#48747B
(72,116,123)
#426A70
(66,106,112)
#3C6065
(60,96,101)
#36565A
(54,86,90)
#304C4F
(48,76,79)
#2A4244
(42,66,68)
#243839
(36,56,57)
#1E2E2E
(30,46,46)
#182423
(24,36,35)
#121A18
(18,26,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #48747B

#48747B
(72,116,123)
#588087
(88,128,135)
#688C93
(104,140,147)
#78989F
(120,152,159)
#88A4AB
(136,164,171)
#98B0B7
(152,176,183)
#A8BCC3
(168,188,195)
#B8C8CF
(184,200,207)
#C8D4DB
(200,212,219)
#D8E0E7
(216,224,231)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48747B; }

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

This text font color is #48747B.

Background Color

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

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

This div background color is #48747B.

Border color

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

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

This div border color is #48747B.

Opacity

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

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

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

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

This text has shadow with #48747B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48747B.

Preview

Color preview on black background

This text has color #48747B on black background.


Color preview on white background

This text has color #48747B on white background.


Black color preview on #48747B background

This text has black color on #48747B background.


White color preview on #48747B background

This text has white color on #48747B background.


Related colors

Complementary color

Complementary color for #hex is #B78B84.


I love getcolorcode.com

Triadic colors

1 #7B4874 and #747B48 with #48747B are triadic colors.

2 #7B7448 and #74487B with #48747B are triadic colors.