COLOR #48657B

HEX: #48657B RGB: (72,101,123)

Color info

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

RGB color model

#48657B color RGB value is (72,101,123).

RGB: (72,101,123) (28%, 40%, 48%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 123 of 255 = 48%

72
101
123

R + G + B ~ 39%. #48657B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 101 + 123 = 296 (100%)
R 72 of 296 ~ 24.32%
G 101 of 296 ~ 34.12%
B 123 of 296 ~ 41.55'%

%24.32
%34.12
%41.55

CMYK color model

#48657B color CMYK value is (41,18,0,52).

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

CMYK: (41,18,0,52)
C41M18Y0K52 (41%, 18%, 0%, 52%)
(0.41 / 0.18 / 0.00 / 0.52)

CMYK percentages

%41.46
%17.89
%0
%51.76

Codes

Color #48657B in popluar color models

48 65 7B
RGB 72 101 123
HSL 206° 26.15% 38.24%
HSB/HSV 206° 41.46% 48.24%
CMYK 41.46% 17.89% 0.00%
51.76%

Color #48657B in popluar number systems.

HEX 48 65 7B
Decimal 72 101 123
Binary 1001000 1100101 1111011
Octal 110 145 173

Shades and tints

Shades of #48657B

#48657B
(72,101,123)
#425C70
(66,92,112)
#3C5365
(60,83,101)
#364A5A
(54,74,90)
#30414F
(48,65,79)
#2A3844
(42,56,68)
#242F39
(36,47,57)
#1E262E
(30,38,46)
#181D23
(24,29,35)
#121418
(18,20,24)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #48657B

#48657B
(72,101,123)
#587387
(88,115,135)
#688193
(104,129,147)
#788F9F
(120,143,159)
#889DAB
(136,157,171)
#98ABB7
(152,171,183)
#A8B9C3
(168,185,195)
#B8C7CF
(184,199,207)
#C8D5DB
(200,213,219)
#D8E3E7
(216,227,231)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48657B; }

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

This text font color is #48657B.

Background Color

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

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

This div background color is #48657B.

Border color

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

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

This div border color is #48657B.

Opacity

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

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

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

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

This text has shadow with #48657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48657B.

Preview

Color preview on black background

This text has color #48657B on black background.


Color preview on white background

This text has color #48657B on white background.


Black color preview on #48657B background

This text has black color on #48657B background.


White color preview on #48657B background

This text has white color on #48657B background.


Related colors

Complementary color

Complementary color for #hex is #B79A84.


I love getcolorcode.com

Triadic colors

1 #7B4865 and #657B48 with #48657B are triadic colors.

2 #7B6548 and #65487B with #48657B are triadic colors.