COLOR #48473D

HEX: #48473D
RGB: (72,71,61)

Color info

#48473D contains red, green and blue colors in about the same proportion. Web safe color of #48473D is #333333 (or #333).

RGB color model

#48473D color RGB value is (72,71,61).

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

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 61 of 255 = 24%

72
71
61

R + G + B ~ 27%. #48473D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 61 = 204 (100%)
R 72 of 204 ~ 35.29%
G 71 of 204 ~ 34.8%
B 61 of 204 ~ 29.9%

%35.29
%34.8
%29.9

CMYK color model

#48473D color CMYK value is (0,1,15,72).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(0,1,15,72)
C0M1Y15K72 
(0%,1%,15%,72%)
(0.00/0.01/0.15/0.72)	

CMYK percentages

%0
%1.39
%15.28
%71.76

Codes

Color #48473D in popluar color models

48473D
RGB727161
HSL55°8.27%26.08%
HSB/HSV55°15.28%28.24%
CMYK0.00%1.39%15.28%
71.76%

Color #48473D in popluar number systems.

HEX48473D
Decimal727161
Binary10010001000111111101
Octal11010775

Shades and tints

Shades of #48473D

#48473D
(72,71,61)
#424138
(66,65,56)
#3C3B33
(60,59,51)
#36352E
(54,53,46)
#302F29
(48,47,41)
#2A2924
(42,41,36)
#24231F
(36,35,31)
#1E1D1A
(30,29,26)
#181715
(24,23,21)
#121110
(18,17,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #48473D

#48473D
(72,71,61)
#58574E
(88,87,78)
#68675F
(104,103,95)
#787770
(120,119,112)
#888781
(136,135,129)
#989792
(152,151,146)
#A8A7A3
(168,167,163)
#B8B7B4
(184,183,180)
#C8C7C5
(200,199,197)
#D8D7D6
(216,215,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48473D; }

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

This text font color is #48473D.


Background Color

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

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

This div background color is #48473D.


Border color

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

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

This div border color is #48473D.


Opacity

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

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

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

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

This text has shadow with #48473D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48473D on black background.


Color preview on white background

This text has color #48473D on white background.



Black color preview on #48473D background

This text has black color on #48473D background.


White color preview on #48473D background

This text has white color on #48473D background.