COLOR #48667B

HEX: #48667B
RGB: (72,102,123)

Color info

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

RGB color model

#48667B color RGB value is (72,102,123).

  • red value is 72;
  • green value is 102;
  • blue value is 123.
RGB:
(72,102,123)
(28%,40%,48%)

RGB channels and saturation

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

72
102
123

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

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 123 = 297 (100%)
R 72 of 297 ~ 24.24%
G 102 of 297 ~ 34.34%
B 123 of 297 ~ 41.41%

%24.24
%34.34
%41.41

CMYK color model

#48667B color CMYK value is (41,17,0,52).

  • cyan value is 41.46%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,17,0,52)
C41M17Y0K52 
(41%,17%,0%,52%)
(0.41/0.17/0.00/0.52)	

CMYK percentages

%41.46
%17.07
%0
%51.76

Codes

Color #48667B in popluar color models

48667B
RGB72102123
HSL205°26.15%38.24%
HSB/HSV205°41.46%48.24%
CMYK41.46%17.07%0.00%
51.76%

Color #48667B in popluar number systems.

HEX48667B
Decimal72102123
Binary100100011001101111011
Octal110146173

Shades and tints

Shades of #48667B

#48667B
(72,102,123)
#425D70
(66,93,112)
#3C5465
(60,84,101)
#364B5A
(54,75,90)
#30424F
(48,66,79)
#2A3944
(42,57,68)
#243039
(36,48,57)
#1E272E
(30,39,46)
#181E23
(24,30,35)
#121518
(18,21,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48667B

#48667B
(72,102,123)
#587387
(88,115,135)
#688093
(104,128,147)
#788D9F
(120,141,159)
#889AAB
(136,154,171)
#98A7B7
(152,167,183)
#A8B4C3
(168,180,195)
#B8C1CF
(184,193,207)
#C8CEDB
(200,206,219)
#D8DBE7
(216,219,231)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48667B; }

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

This text font color is #48667B.


Background Color

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

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

This div background color is #48667B.


Border color

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

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

This div border color is #48667B.


Opacity

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

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

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

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

This text has shadow with #48667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48667B on black background.


Color preview on white background

This text has color #48667B on white background.



Black color preview on #48667B background

This text has black color on #48667B background.


White color preview on #48667B background

This text has white color on #48667B background.