COLOR #48657E

HEX: #48657E
RGB: (72,101,126)

Color info

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

RGB color model

#48657E color RGB value is (72,101,126).

  • red value is 72;
  • green value is 101;
  • blue value is 126.
RGB:
(72,101,126)
(28%,40%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 126 of 255 = 49%

72
101
126

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 126 = 299 (100%)
R 72 of 299 ~ 24.08%
G 101 of 299 ~ 33.78%
B 126 of 299 ~ 42.14%

%24.08
%33.78
%42.14

CMYK color model

#48657E color CMYK value is (43,20,0,51).

  • cyan value is 42.86%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(43,20,0,51)
C43M20Y0K51 
(43%,20%,0%,51%)
(0.43/0.20/0.00/0.51)	

CMYK percentages

%42.86
%19.84
%0
%50.59

Codes

Color #48657E in popluar color models

48657E
RGB72101126
HSL208°27.27%38.82%
HSB/HSV208°42.86%49.41%
CMYK42.86%19.84%0.00%
50.59%

Color #48657E in popluar number systems.

HEX48657E
Decimal72101126
Binary100100011001011111110
Octal110145176

Shades and tints

Shades of #48657E

#48657E
(72,101,126)
#425C73
(66,92,115)
#3C5368
(60,83,104)
#364A5D
(54,74,93)
#304152
(48,65,82)
#2A3847
(42,56,71)
#242F3C
(36,47,60)
#1E2631
(30,38,49)
#181D26
(24,29,38)
#12141B
(18,20,27)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #48657E

#48657E
(72,101,126)
#587389
(88,115,137)
#688194
(104,129,148)
#788F9F
(120,143,159)
#889DAA
(136,157,170)
#98ABB5
(152,171,181)
#A8B9C0
(168,185,192)
#B8C7CB
(184,199,203)
#C8D5D6
(200,213,214)
#D8E3E1
(216,227,225)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48657E; }

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

This text font color is #48657E.


Background Color

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

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

This div background color is #48657E.


Border color

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

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

This div border color is #48657E.


Opacity

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

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

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

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

This text has shadow with #48657E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48657E on black background.


Color preview on white background

This text has color #48657E on white background.



Black color preview on #48657E background

This text has black color on #48657E background.


White color preview on #48657E background

This text has white color on #48657E background.