COLOR #48463F

HEX: #48463F
RGB: (72,70,63)

Color info

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

RGB color model

#48463F color RGB value is (72,70,63).

  • red value is 72;
  • green value is 70;
  • blue value is 63.
RGB:
(72,70,63)
(28%,27%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 63 of 255 = 25%

72
70
63

R + G + B ~ 27%. #48463F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 63 = 205 (100%)
R 72 of 205 ~ 35.12%
G 70 of 205 ~ 34.15%
B 63 of 205 ~ 30.73%

%35.12
%34.15
%30.73

CMYK color model

#48463F color CMYK value is (0,3,13,72).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,3,13,72)
C0M3Y13K72 
(0%,3%,13%,72%)
(0.00/0.03/0.13/0.72)	

CMYK percentages

%0
%2.78
%12.5
%71.76

Codes

Color #48463F in popluar color models

48463F
RGB727063
HSL47°6.67%26.47%
HSB/HSV47°12.50%28.24%
CMYK0.00%2.78%12.50%
71.76%

Color #48463F in popluar number systems.

HEX48463F
Decimal727063
Binary10010001000110111111
Octal11010677

Shades and tints

Shades of #48463F

#48463F
(72,70,63)
#42403A
(66,64,58)
#3C3A35
(60,58,53)
#363430
(54,52,48)
#302E2B
(48,46,43)
#2A2826
(42,40,38)
#242221
(36,34,33)
#1E1C1C
(30,28,28)
#181617
(24,22,23)
#121012
(18,16,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #48463F

#48463F
(72,70,63)
#585650
(88,86,80)
#686661
(104,102,97)
#787672
(120,118,114)
#888683
(136,134,131)
#989694
(152,150,148)
#A8A6A5
(168,166,165)
#B8B6B6
(184,182,182)
#C8C6C7
(200,198,199)
#D8D6D8
(216,214,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48463F color. Also use rgb(72,70,63) instead hex code.

Text Font Color

.myTextColor { color: #48463F; }

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

This text font color is #48463F.


Background Color

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

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

This div background color is #48463F.


Border color

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

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

This div border color is #48463F.


Opacity

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

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

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

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

This text has shadow with #48463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48463F on black background.


Color preview on white background

This text has color #48463F on white background.



Black color preview on #48463F background

This text has black color on #48463F background.


White color preview on #48463F background

This text has white color on #48463F background.