COLOR #48302F

HEX: #48302F
RGB: (72,48,47)

Color info

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

RGB color model

#48302F color RGB value is (72,48,47).

  • red value is 72;
  • green value is 48;
  • blue value is 47.
RGB:
(72,48,47)
(28%,19%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 48 of 255 = 19%
B 47 of 255 = 18%

72
48
47

R + G + B ~ 22%. #48302F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 48 + 47 = 167 (100%)
R 72 of 167 ~ 43.11%
G 48 of 167 ~ 28.74%
B 47 of 167 ~ 28.14%

%43.11
%28.74
%28.14

CMYK color model

#48302F color CMYK value is (0,33,35,72).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 34.72%
  • key color value is 71.76%
CMYK:
(0,33,35,72)
C0M33Y35K72 
(0%,33%,35%,72%)
(0.00/0.33/0.35/0.72)	

CMYK percentages

%0
%33.33
%34.72
%71.76

Codes

Color #48302F in popluar color models

48302F
RGB724847
HSL21.01%23.33%
HSB/HSV34.72%28.24%
CMYK0.00%33.33%34.72%
71.76%

Color #48302F in popluar number systems.

HEX48302F
Decimal724847
Binary1001000110000101111
Octal1106057

Shades and tints

Shades of #48302F

#48302F
(72,48,47)
#422C2B
(66,44,43)
#3C2827
(60,40,39)
#362423
(54,36,35)
#30201F
(48,32,31)
#2A1C1B
(42,28,27)
#241817
(36,24,23)
#1E1413
(30,20,19)
#18100F
(24,16,15)
#120C0B
(18,12,11)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #48302F

#48302F
(72,48,47)
#584241
(88,66,65)
#685453
(104,84,83)
#786665
(120,102,101)
#887877
(136,120,119)
#988A89
(152,138,137)
#A89C9B
(168,156,155)
#B8AEAD
(184,174,173)
#C8C0BF
(200,192,191)
#D8D2D1
(216,210,209)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48302F color. Also use rgb(72,48,47) instead hex code.

Text Font Color

.myTextColor { color: #48302F; }

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

This text font color is #48302F.


Background Color

.myBgColor { background-color: #48302F; }

<div style="background-color:#48302F">Inner text</div>

This div background color is #48302F.


Border color

.myBorderColor { border: 1px solid #48302F; }

<div style="border:3px solid #48302F">Div</div>

This div border color is #48302F.


Opacity

.myOpacity80 { color: #48302F; opacity: 0.8; }

<p style="color:#48302F;opacity:0.8;">80%</p>

Text with #48302F 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 #48302F;}

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

This text has shadow with #48302F color.

.textShadow {text-shadow: 3px 3px 1px #48302F, 3px 3px 1px red;}

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

This text has shadow with #48302F primary color and red secondary color.


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

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

This text has shadow with #48302F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48302F on black background.


Color preview on white background

This text has color #48302F on white background.



Black color preview on #48302F background

This text has black color on #48302F background.


White color preview on #48302F background

This text has white color on #48302F background.