COLOR #48696A

HEX: #48696A
RGB: (72,105,106)

Color info

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

RGB color model

#48696A color RGB value is (72,105,106).

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

RGB channels and saturation

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

72
105
106

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

Portions of RGB colors in percentages

R + G + B =
72 + 105 + 106 = 283 (100%)
R 72 of 283 ~ 25.44%
G 105 of 283 ~ 37.1%
B 106 of 283 ~ 37.46%

%25.44
%37.1
%37.46

CMYK color model

#48696A color CMYK value is (32,1,0,58).

  • cyan value is 32.08%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(32,1,0,58)
C32M1Y0K58 
(32%,1%,0%,58%)
(0.32/0.01/0.00/0.58)	

CMYK percentages

%32.08
%0.94
%0
%58.43

Codes

Color #48696A in popluar color models

48696A
RGB72105106
HSL182°19.10%34.90%
HSB/HSV182°32.08%41.57%
CMYK32.08%0.94%0.00%
58.43%

Color #48696A in popluar number systems.

HEX48696A
Decimal72105106
Binary100100011010011101010
Octal110151152

Shades and tints

Shades of #48696A

#48696A
(72,105,106)
#426061
(66,96,97)
#3C5758
(60,87,88)
#364E4F
(54,78,79)
#304546
(48,69,70)
#2A3C3D
(42,60,61)
#243334
(36,51,52)
#1E2A2B
(30,42,43)
#182122
(24,33,34)
#121819
(18,24,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #48696A

#48696A
(72,105,106)
#587677
(88,118,119)
#688384
(104,131,132)
#789091
(120,144,145)
#889D9E
(136,157,158)
#98AAAB
(152,170,171)
#A8B7B8
(168,183,184)
#B8C4C5
(184,196,197)
#C8D1D2
(200,209,210)
#D8DEDF
(216,222,223)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48696A; }

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

This text font color is #48696A.


Background Color

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

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

This div background color is #48696A.


Border color

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

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

This div border color is #48696A.


Opacity

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

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

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

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

This text has shadow with #48696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48696A on black background.


Color preview on white background

This text has color #48696A on white background.



Black color preview on #48696A background

This text has black color on #48696A background.


White color preview on #48696A background

This text has white color on #48696A background.