COLOR #48686F

HEX: #48686F RGB: (72,104,111)

Color info

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

RGB color model

#48686F color RGB value is (72,104,111).

RGB: (72,104,111) (28%, 41%, 44%)

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 111 of 255 = 44%

72
104
111

R + G + B ~ 38%. #48686F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 104 + 111 = 287 (100%)
R 72 of 287 ~ 25.09%
G 104 of 287 ~ 36.24%
B 111 of 287 ~ 38.68'%

%25.09
%36.24
%38.68

CMYK color model

#48686F color CMYK value is (35,6,0,56).

  • cyan value is 35.14%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (35,6,0,56)
C35M6Y0K56 (35%, 6%, 0%, 56%)
(0.35 / 0.06 / 0.00 / 0.56)

CMYK percentages

%35.14
%6.31
%0
%56.47

Codes

Color #48686F in popluar color models

48 68 6F
RGB 72 104 111
HSL 191° 21.31% 35.88%
HSB/HSV 191° 35.14% 43.53%
CMYK 35.14% 6.31% 0.00%
56.47%

Color #48686F in popluar number systems.

HEX 48 68 6F
Decimal 72 104 111
Binary 1001000 1101000 1101111
Octal 110 150 157

Shades and tints

Shades of #48686F

#48686F
(72,104,111)
#425F65
(66,95,101)
#3C565B
(60,86,91)
#364D51
(54,77,81)
#304447
(48,68,71)
#2A3B3D
(42,59,61)
#243233
(36,50,51)
#1E2929
(30,41,41)
#18201F
(24,32,31)
#121715
(18,23,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #48686F

#48686F
(72,104,111)
#58757C
(88,117,124)
#688289
(104,130,137)
#788F96
(120,143,150)
#889CA3
(136,156,163)
#98A9B0
(152,169,176)
#A8B6BD
(168,182,189)
#B8C3CA
(184,195,202)
#C8D0D7
(200,208,215)
#D8DDE4
(216,221,228)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48686F color. Also use rgb(72,104,111) instead hex code.

Text Font Color

.myTextColor { color: #48686F; }

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

This text font color is #48686F.

Background Color

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

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

This div background color is #48686F.

Border color

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

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

This div border color is #48686F.

Opacity

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

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

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

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

This text has shadow with #48686F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48686F.

Preview

Color preview on black background

This text has color #48686F on black background.


Color preview on white background

This text has color #48686F on white background.


Black color preview on #48686F background

This text has black color on #48686F background.


White color preview on #48686F background

This text has white color on #48686F background.


Related colors

Complementary color

Complementary color for #hex is #B79790.


I love getcolorcode.com

Triadic colors

1 #6F4868 and #686F48 with #48686F are triadic colors.

2 #6F6848 and #68486F with #48686F are triadic colors.