COLOR #48647A

HEX: #48647A
RGB: (72,100,122)

Color info

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

RGB color model

#48647A color RGB value is (72,100,122).

  • red value is 72;
  • green value is 100;
  • blue value is 122.
RGB:
(72,100,122)
(28%,39%,48%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 122 of 255 = 48%

72
100
122

R + G + B ~ 38%. #48647A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 122 = 294 (100%)
R 72 of 294 ~ 24.49%
G 100 of 294 ~ 34.01%
B 122 of 294 ~ 41.5%

%24.49
%34.01
%41.5

CMYK color model

#48647A color CMYK value is (41,18,0,52).

  • cyan value is 40.98%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(41,18,0,52)
C41M18Y0K52 
(41%,18%,0%,52%)
(0.41/0.18/0.00/0.52)	

CMYK percentages

%40.98
%18.03
%0
%52.16

Codes

Color #48647A in popluar color models

48647A
RGB72100122
HSL206°25.77%38.04%
HSB/HSV206°40.98%47.84%
CMYK40.98%18.03%0.00%
52.16%

Color #48647A in popluar number systems.

HEX48647A
Decimal72100122
Binary100100011001001111010
Octal110144172

Shades and tints

Shades of #48647A

#48647A
(72,100,122)
#425B6F
(66,91,111)
#3C5264
(60,82,100)
#364959
(54,73,89)
#30404E
(48,64,78)
#2A3743
(42,55,67)
#242E38
(36,46,56)
#1E252D
(30,37,45)
#181C22
(24,28,34)
#121317
(18,19,23)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #48647A

#48647A
(72,100,122)
#587286
(88,114,134)
#688092
(104,128,146)
#788E9E
(120,142,158)
#889CAA
(136,156,170)
#98AAB6
(152,170,182)
#A8B8C2
(168,184,194)
#B8C6CE
(184,198,206)
#C8D4DA
(200,212,218)
#D8E2E6
(216,226,230)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48647A color. Also use rgb(72,100,122) instead hex code.

Text Font Color

.myTextColor { color: #48647A; }

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

This text font color is #48647A.


Background Color

.myBgColor { background-color: #48647A; }

<div style="background-color:#48647A">Inner text</div>

This div background color is #48647A.


Border color

.myBorderColor { border: 1px solid #48647A; }

<div style="border:3px solid #48647A">Div</div>

This div border color is #48647A.


Opacity

.myOpacity80 { color: #48647A; opacity: 0.8; }

<p style="color:#48647A;opacity:0.8;">80%</p>

Text with #48647A 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 #48647A;}

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

This text has shadow with #48647A color.

.textShadow {text-shadow: 3px 3px 1px #48647A, 3px 3px 1px red;}

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

This text has shadow with #48647A primary color and red secondary color.


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

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

This text has shadow with #48647A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48647A on black background.


Color preview on white background

This text has color #48647A on white background.



Black color preview on #48647A background

This text has black color on #48647A background.


White color preview on #48647A background

This text has white color on #48647A background.