COLOR #48696B

HEX: #48696B
RGB: (72,105,107)

Color info

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

RGB color model

#48696B color RGB value is (72,105,107).

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

RGB channels and saturation

R 72 of 255 = 28%
G 105 of 255 = 41%
B 107 of 255 = 42%

72
105
107

R + G + B ~ 37%. #48696B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 107 = 284 (100%)
R 72 of 284 ~ 25.35%
G 105 of 284 ~ 36.97%
B 107 of 284 ~ 37.68%

%25.35
%36.97
%37.68

CMYK color model

#48696B color CMYK value is (33,2,0,58).

  • cyan value is 32.71%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,2,0,58)
C33M2Y0K58 
(33%,2%,0%,58%)
(0.33/0.02/0.00/0.58)	

CMYK percentages

%32.71
%1.87
%0
%58.04

Codes

Color #48696B in popluar color models

48696B
RGB72105107
HSL183°19.55%35.10%
HSB/HSV183°32.71%41.96%
CMYK32.71%1.87%0.00%
58.04%

Color #48696B in popluar number systems.

HEX48696B
Decimal72105107
Binary100100011010011101011
Octal110151153

Shades and tints

Shades of #48696B

#48696B
(72,105,107)
#426062
(66,96,98)
#3C5759
(60,87,89)
#364E50
(54,78,80)
#304547
(48,69,71)
#2A3C3E
(42,60,62)
#243335
(36,51,53)
#1E2A2C
(30,42,44)
#182123
(24,33,35)
#12181A
(18,24,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #48696B

#48696B
(72,105,107)
#587678
(88,118,120)
#688385
(104,131,133)
#789092
(120,144,146)
#889D9F
(136,157,159)
#98AAAC
(152,170,172)
#A8B7B9
(168,183,185)
#B8C4C6
(184,196,198)
#C8D1D3
(200,209,211)
#D8DEE0
(216,222,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48696B color. Also use rgb(72,105,107) instead hex code.

Text Font Color

.myTextColor { color: #48696B; }

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

This text font color is #48696B.


Background Color

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

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

This div background color is #48696B.


Border color

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

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

This div border color is #48696B.


Opacity

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

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

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

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

This text has shadow with #48696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48696B on black background.


Color preview on white background

This text has color #48696B on white background.



Black color preview on #48696B background

This text has black color on #48696B background.


White color preview on #48696B background

This text has white color on #48696B background.