COLOR #48656B

HEX: #48656B
RGB: (72,101,107)

Color info

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

RGB color model

#48656B color RGB value is (72,101,107).

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

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 107 of 255 = 42%

72
101
107

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 107 = 280 (100%)
R 72 of 280 ~ 25.71%
G 101 of 280 ~ 36.07%
B 107 of 280 ~ 38.21%

%25.71
%36.07
%38.21

CMYK color model

#48656B color CMYK value is (33,6,0,58).

  • cyan value is 32.71%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,6,0,58)
C33M6Y0K58 
(33%,6%,0%,58%)
(0.33/0.06/0.00/0.58)	

CMYK percentages

%32.71
%5.61
%0
%58.04

Codes

Color #48656B in popluar color models

48656B
RGB72101107
HSL190°19.55%35.10%
HSB/HSV190°32.71%41.96%
CMYK32.71%5.61%0.00%
58.04%

Color #48656B in popluar number systems.

HEX48656B
Decimal72101107
Binary100100011001011101011
Octal110145153

Shades and tints

Shades of #48656B

#48656B
(72,101,107)
#425C62
(66,92,98)
#3C5359
(60,83,89)
#364A50
(54,74,80)
#304147
(48,65,71)
#2A383E
(42,56,62)
#242F35
(36,47,53)
#1E262C
(30,38,44)
#181D23
(24,29,35)
#12141A
(18,20,26)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #48656B

#48656B
(72,101,107)
#587378
(88,115,120)
#688185
(104,129,133)
#788F92
(120,143,146)
#889D9F
(136,157,159)
#98ABAC
(152,171,172)
#A8B9B9
(168,185,185)
#B8C7C6
(184,199,198)
#C8D5D3
(200,213,211)
#D8E3E0
(216,227,224)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48656B; }

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

This text font color is #48656B.


Background Color

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

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

This div background color is #48656B.


Border color

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

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

This div border color is #48656B.


Opacity

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

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

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

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

This text has shadow with #48656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48656B on black background.


Color preview on white background

This text has color #48656B on white background.



Black color preview on #48656B background

This text has black color on #48656B background.


White color preview on #48656B background

This text has white color on #48656B background.