COLOR #48443F

HEX: #48443F RGB: (72,68,63)

Color info

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

RGB color model

#48443F color RGB value is (72,68,63).

RGB: (72,68,63) (28%, 27%, 25%)

RGB channels and saturation

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

72
68
63

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

Portions of RGB colors in percentages

R + G + B = 72 + 68 + 63 = 203 (100%)
R 72 of 203 ~ 35.47%
G 68 of 203 ~ 33.5%
B 63 of 203 ~ 31.03'%

%35.47
%33.5
%31.03

CMYK color model

#48443F color CMYK value is (0,6,13,72).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK: (0,6,13,72) C0M6Y13K72 (0%,6%,13%,72%) (0.00/0.06/0.13/0.72) 

CMYK percentages

%0
%5.56
%12.5
%71.76

Codes

Color #48443F in popluar color models

48 44 3F
RGB 72 68 63
HSL 33° 6.67% 26.47%
HSB/HSV 33° 12.50% 28.24%
CMYK 0.00% 5.56% 12.50%
71.76%

Color #48443F in popluar number systems.

HEX 48 44 3F
Decimal 72 68 63
Binary 1001000 1000100 111111
Octal 110 104 77

Shades and tints

Shades of #48443F

#48443F
(72,68,63)
#423E3A
(66,62,58)
#3C3835
(60,56,53)
#363230
(54,50,48)
#302C2B
(48,44,43)
#2A2626
(42,38,38)
#242021
(36,32,33)
#1E1A1C
(30,26,28)
#181417
(24,20,23)
#120E12
(18,14,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #48443F

#48443F
(72,68,63)
#585550
(88,85,80)
#686661
(104,102,97)
#787772
(120,119,114)
#888883
(136,136,131)
#989994
(152,153,148)
#A8AAA5
(168,170,165)
#B8BBB6
(184,187,182)
#C8CCC7
(200,204,199)
#D8DDD8
(216,221,216)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48443F; }

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

This text font color is #48443F.

Background Color

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

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

This div background color is #48443F.

Border color

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

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

This div border color is #48443F.

Opacity

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

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

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

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

This text has shadow with #48443F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48443F.

Preview

Color preview on black background

This text has color #48443F on black background.


Color preview on white background

This text has color #48443F on white background.


Black color preview on #48443F background

This text has black color on #48443F background.


White color preview on #48443F background

This text has white color on #48443F background.


Related colors

Complementary color

Complementary color for #hex is #B7BBC0.


I love getcolorcode.com

Triadic colors

1 #3F4844 and #443F48 with #48443F are triadic colors.

2 #3F4448 and #44483F with #48443F are triadic colors.