COLOR #48221B

HEX: #48221B RGB: (72,34,27)

Color info

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

RGB color model

#48221B color RGB value is (72,34,27).

RGB: (72,34,27) (28%, 13%, 11%)

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 27 of 255 = 11%

72
34
27

R + G + B ~ 17%. #48221B is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 34 + 27 = 133 (100%)
R 72 of 133 ~ 54.14%
G 34 of 133 ~ 25.56%
B 27 of 133 ~ 20.3'%

%54.14
%25.56
%20.3

CMYK color model

#48221B color CMYK value is (0,53,63,72).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 62.50%
  • key color value is 71.76%

CMYK: (0,53,63,72)
C0M53Y63K72 (0%, 53%, 63%, 72%)
(0.00 / 0.53 / 0.63 / 0.72)

CMYK percentages

%0
%52.78
%62.5
%71.76

Codes

Color #48221B in popluar color models

48 22 1B
RGB 72 34 27
HSL 45.45% 19.41%
HSB/HSV 62.50% 28.24%
CMYK 0.00% 52.78% 62.50%
71.76%

Color #48221B in popluar number systems.

HEX 48 22 1B
Decimal 72 34 27
Binary 1001000 100010 11011
Octal 110 42 33

Shades and tints

Shades of #48221B

#48221B
(72,34,27)
#421F19
(66,31,25)
#3C1C17
(60,28,23)
#361915
(54,25,21)
#301613
(48,22,19)
#2A1311
(42,19,17)
#24100F
(36,16,15)
#1E0D0D
(30,13,13)
#180A0B
(24,10,11)
#120709
(18,7,9)
#0C0407
(12,4,7)
#000000
(0,0,0)

Tints of #48221B

#48221B
(72,34,27)
#58362F
(88,54,47)
#684A43
(104,74,67)
#785E57
(120,94,87)
#88726B
(136,114,107)
#98867F
(152,134,127)
#A89A93
(168,154,147)
#B8AEA7
(184,174,167)
#C8C2BB
(200,194,187)
#D8D6CF
(216,214,207)
#E8EAE3
(232,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48221B color. Also use rgb(72,34,27) instead hex code.

Text Font Color

.myTextColor { color: #48221B; }

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

This text font color is #48221B.

Background Color

.myBgColor { background-color: #48221B; }

<div style="background-color:#48221B">Inner text</div>

This div background color is #48221B.

Border color

.myBorderColor { border: 1px solid #48221B; }

<div style="border:3px solid #48221B">Div</div>

This div border color is #48221B.

Opacity

.myOpacity80 { color: #48221B; opacity: 0.8; }

<p style="color:#48221B;opacity:0.8;">80%</p>

Text with #48221B 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 #48221B;}

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

This text has shadow with #48221B color.


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

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

This text has shadow with #48221B primary color and red secondary color.


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

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

This text has shadow with #48221B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48221B.

Preview

Color preview on black background

This text has color #48221B on black background.


Color preview on white background

This text has color #48221B on white background.


Black color preview on #48221B background

This text has black color on #48221B background.


White color preview on #48221B background

This text has white color on #48221B background.


Related colors

Complementary color

Complementary color for #hex is #B7DDE4.


I love getcolorcode.com

Triadic colors

1 #1B4822 and #221B48 with #48221B are triadic colors.

2 #1B2248 and #22481B with #48221B are triadic colors.