COLOR #48312D

HEX: #48312D RGB: (72,49,45)

Color info

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

RGB color model

#48312D color RGB value is (72,49,45).

RGB: (72,49,45) (28%, 19%, 18%)

RGB channels and saturation

R 72 of 255 = 28%
G 49 of 255 = 19%
B 45 of 255 = 18%

72
49
45

R + G + B ~ 22%. #48312D is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 49 + 45 = 166 (100%)
R 72 of 166 ~ 43.37%
G 49 of 166 ~ 29.52%
B 45 of 166 ~ 27.11'%

%43.37
%29.52
%27.11

CMYK color model

#48312D color CMYK value is (0,32,38,72).

  • cyan value is 0.00%
  • magenta value is 31.94%
  • yellow value is 37.50%
  • key color value is 71.76%

CMYK: (0,32,38,72)
C0M32Y38K72 (0%, 32%, 38%, 72%)
(0.00 / 0.32 / 0.38 / 0.72)

CMYK percentages

%0
%31.94
%37.5
%71.76

Codes

Color #48312D in popluar color models

48 31 2D
RGB 72 49 45
HSL 23.08% 22.94%
HSB/HSV 37.50% 28.24%
CMYK 0.00% 31.94% 37.50%
71.76%

Color #48312D in popluar number systems.

HEX 48 31 2D
Decimal 72 49 45
Binary 1001000 110001 101101
Octal 110 61 55

Shades and tints

Shades of #48312D

#48312D
(72,49,45)
#422D29
(66,45,41)
#3C2925
(60,41,37)
#362521
(54,37,33)
#30211D
(48,33,29)
#2A1D19
(42,29,25)
#241915
(36,25,21)
#1E1511
(30,21,17)
#18110D
(24,17,13)
#120D09
(18,13,9)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #48312D

#48312D
(72,49,45)
#584340
(88,67,64)
#685553
(104,85,83)
#786766
(120,103,102)
#887979
(136,121,121)
#988B8C
(152,139,140)
#A89D9F
(168,157,159)
#B8AFB2
(184,175,178)
#C8C1C5
(200,193,197)
#D8D3D8
(216,211,216)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48312D color. Also use rgb(72,49,45) instead hex code.

Text Font Color

.myTextColor { color: #48312D; }

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

This text font color is #48312D.

Background Color

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

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

This div background color is #48312D.

Border color

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

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

This div border color is #48312D.

Opacity

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

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

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

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

This text has shadow with #48312D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48312D.

Preview

Color preview on black background

This text has color #48312D on black background.


Color preview on white background

This text has color #48312D on white background.


Black color preview on #48312D background

This text has black color on #48312D background.


White color preview on #48312D background

This text has white color on #48312D background.


Related colors

Complementary color

Complementary color for #hex is #B7CED2.


I love getcolorcode.com

Triadic colors

1 #2D4831 and #312D48 with #48312D are triadic colors.

2 #2D3148 and #31482D with #48312D are triadic colors.