COLOR #48637E

HEX: #48637E
RGB: (72,99,126)

Color info

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

RGB color model

#48637E color RGB value is (72,99,126).

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

RGB channels and saturation

R 72 of 255 = 28%
G 99 of 255 = 39%
B 126 of 255 = 49%

72
99
126

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

Portions of RGB colors in percentages

R + G + B =
72 + 99 + 126 = 297 (100%)
R 72 of 297 ~ 24.24%
G 99 of 297 ~ 33.33%
B 126 of 297 ~ 42.42%

%24.24
%33.33
%42.42

CMYK color model

#48637E color CMYK value is (43,21,0,51).

  • cyan value is 42.86%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(43,21,0,51)
C43M21Y0K51 
(43%,21%,0%,51%)
(0.43/0.21/0.00/0.51)	

CMYK percentages

%42.86
%21.43
%0
%50.59

Codes

Color #48637E in popluar color models

48637E
RGB7299126
HSL210°27.27%38.82%
HSB/HSV210°42.86%49.41%
CMYK42.86%21.43%0.00%
50.59%

Color #48637E in popluar number systems.

HEX48637E
Decimal7299126
Binary100100011000111111110
Octal110143176

Shades and tints

Shades of #48637E

#48637E
(72,99,126)
#425A73
(66,90,115)
#3C5168
(60,81,104)
#36485D
(54,72,93)
#303F52
(48,63,82)
#2A3647
(42,54,71)
#242D3C
(36,45,60)
#1E2431
(30,36,49)
#181B26
(24,27,38)
#12121B
(18,18,27)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #48637E

#48637E
(72,99,126)
#587189
(88,113,137)
#687F94
(104,127,148)
#788D9F
(120,141,159)
#889BAA
(136,155,170)
#98A9B5
(152,169,181)
#A8B7C0
(168,183,192)
#B8C5CB
(184,197,203)
#C8D3D6
(200,211,214)
#D8E1E1
(216,225,225)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48637E; }

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

This text font color is #48637E.


Background Color

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

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

This div background color is #48637E.


Border color

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

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

This div border color is #48637E.


Opacity

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

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

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

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

This text has shadow with #48637E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48637E on black background.


Color preview on white background

This text has color #48637E on white background.



Black color preview on #48637E background

This text has black color on #48637E background.


White color preview on #48637E background

This text has white color on #48637E background.