COLOR #48697F

HEX: #48697F
RGB: (72,105,127)

Color info

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

RGB color model

#48697F color RGB value is (72,105,127).

  • red value is 72;
  • green value is 105;
  • blue value is 127.
RGB:
(72,105,127)
(28%,41%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 127 of 255 = 50%

72
105
127

R + G + B ~ 40%. #48697F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 127 = 304 (100%)
R 72 of 304 ~ 23.68%
G 105 of 304 ~ 34.54%
B 127 of 304 ~ 41.78%

%23.68
%34.54
%41.78

CMYK color model

#48697F color CMYK value is (43,17,0,50).

  • cyan value is 43.31%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,17,0,50)
C43M17Y0K50 
(43%,17%,0%,50%)
(0.43/0.17/0.00/0.50)	

CMYK percentages

%43.31
%17.32
%0
%50.2

Codes

Color #48697F in popluar color models

48697F
RGB72105127
HSL204°27.64%39.02%
HSB/HSV204°43.31%49.80%
CMYK43.31%17.32%0.00%
50.20%

Color #48697F in popluar number systems.

HEX48697F
Decimal72105127
Binary100100011010011111111
Octal110151177

Shades and tints

Shades of #48697F

#48697F
(72,105,127)
#426074
(66,96,116)
#3C5769
(60,87,105)
#364E5E
(54,78,94)
#304553
(48,69,83)
#2A3C48
(42,60,72)
#24333D
(36,51,61)
#1E2A32
(30,42,50)
#182127
(24,33,39)
#12181C
(18,24,28)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #48697F

#48697F
(72,105,127)
#58768A
(88,118,138)
#688395
(104,131,149)
#7890A0
(120,144,160)
#889DAB
(136,157,171)
#98AAB6
(152,170,182)
#A8B7C1
(168,183,193)
#B8C4CC
(184,196,204)
#C8D1D7
(200,209,215)
#D8DEE2
(216,222,226)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48697F color. Also use rgb(72,105,127) instead hex code.

Text Font Color

.myTextColor { color: #48697F; }

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

This text font color is #48697F.


Background Color

.myBgColor { background-color: #48697F; }

<div style="background-color:#48697F">Inner text</div>

This div background color is #48697F.


Border color

.myBorderColor { border: 1px solid #48697F; }

<div style="border:3px solid #48697F">Div</div>

This div border color is #48697F.


Opacity

.myOpacity80 { color: #48697F; opacity: 0.8; }

<p style="color:#48697F;opacity:0.8;">80%</p>

Text with #48697F 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 #48697F;}

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

This text has shadow with #48697F color.

.textShadow {text-shadow: 3px 3px 1px #48697F, 3px 3px 1px red;}

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

This text has shadow with #48697F primary color and red secondary color.


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

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

This text has shadow with #48697F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48697F on black background.


Color preview on white background

This text has color #48697F on white background.



Black color preview on #48697F background

This text has black color on #48697F background.


White color preview on #48697F background

This text has white color on #48697F background.