COLOR #48476D

HEX: #48476D
RGB: (72,71,109)

Color info

#48476D contains red, green and blue colors in about the same proportion. Web safe color of #48476D is #333366 (or #336).

RGB color model

#48476D color RGB value is (72,71,109).

  • red value is 72;
  • green value is 71;
  • blue value is 109.
RGB:
(72,71,109)
(28%,28%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 109 of 255 = 43%

72
71
109

R + G + B ~ 33%. #48476D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 109 = 252 (100%)
R 72 of 252 ~ 28.57%
G 71 of 252 ~ 28.17%
B 109 of 252 ~ 43.25%

%28.57
%28.17
%43.25

CMYK color model

#48476D color CMYK value is (34,35,0,57).

  • cyan value is 33.94%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,35,0,57)
C34M35Y0K57 
(34%,35%,0%,57%)
(0.34/0.35/0.00/0.57)	

CMYK percentages

%33.94
%34.86
%0
%57.25

Codes

Color #48476D in popluar color models

48476D
RGB7271109
HSL242°21.11%35.29%
HSB/HSV242°34.86%42.75%
CMYK33.94%34.86%0.00%
57.25%

Color #48476D in popluar number systems.

HEX48476D
Decimal7271109
Binary100100010001111101101
Octal110107155

Shades and tints

Shades of #48476D

#48476D
(72,71,109)
#424164
(66,65,100)
#3C3B5B
(60,59,91)
#363552
(54,53,82)
#302F49
(48,47,73)
#2A2940
(42,41,64)
#242337
(36,35,55)
#1E1D2E
(30,29,46)
#181725
(24,23,37)
#12111C
(18,17,28)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #48476D

#48476D
(72,71,109)
#58577A
(88,87,122)
#686787
(104,103,135)
#787794
(120,119,148)
#8887A1
(136,135,161)
#9897AE
(152,151,174)
#A8A7BB
(168,167,187)
#B8B7C8
(184,183,200)
#C8C7D5
(200,199,213)
#D8D7E2
(216,215,226)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48476D color. Also use rgb(72,71,109) instead hex code.

Text Font Color

.myTextColor { color: #48476D; }

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

This text font color is #48476D.


Background Color

.myBgColor { background-color: #48476D; }

<div style="background-color:#48476D">Inner text</div>

This div background color is #48476D.


Border color

.myBorderColor { border: 1px solid #48476D; }

<div style="border:3px solid #48476D">Div</div>

This div border color is #48476D.


Opacity

.myOpacity80 { color: #48476D; opacity: 0.8; }

<p style="color:#48476D;opacity:0.8;">80%</p>

Text with #48476D 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 #48476D;}

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

This text has shadow with #48476D color.

.textShadow {text-shadow: 3px 3px 1px #48476D, 3px 3px 1px red;}

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

This text has shadow with #48476D primary color and red secondary color.


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

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

This text has shadow with #48476D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48476D on black background.


Color preview on white background

This text has color #48476D on white background.



Black color preview on #48476D background

This text has black color on #48476D background.


White color preview on #48476D background

This text has white color on #48476D background.