COLOR #48223D

HEX: #48223D RGB: (72,34,61)

Color info

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

RGB color model

#48223D color RGB value is (72,34,61).

RGB: (72,34,61) (28%, 13%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 61 of 255 = 24%

72
34
61

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

Portions of RGB colors in percentages

R + G + B = 72 + 34 + 61 = 167 (100%)
R 72 of 167 ~ 43.11%
G 34 of 167 ~ 20.36%
B 61 of 167 ~ 36.53'%

%43.11
%20.36
%36.53

CMYK color model

#48223D color CMYK value is (0,53,15,72).

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

CMYK: (0,53,15,72)
C0M53Y15K72 (0%, 53%, 15%, 72%)
(0.00 / 0.53 / 0.15 / 0.72)

CMYK percentages

%0
%52.78
%15.28
%71.76

Codes

Color #48223D in popluar color models

48 22 3D
RGB 72 34 61
HSL 317° 35.85% 20.78%
HSB/HSV 317° 52.78% 28.24%
CMYK 0.00% 52.78% 15.28%
71.76%

Color #48223D in popluar number systems.

HEX 48 22 3D
Decimal 72 34 61
Binary 1001000 100010 111101
Octal 110 42 75

Shades and tints

Shades of #48223D

#48223D
(72,34,61)
#421F38
(66,31,56)
#3C1C33
(60,28,51)
#36192E
(54,25,46)
#301629
(48,22,41)
#2A1324
(42,19,36)
#24101F
(36,16,31)
#1E0D1A
(30,13,26)
#180A15
(24,10,21)
#120710
(18,7,16)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #48223D

#48223D
(72,34,61)
#58364E
(88,54,78)
#684A5F
(104,74,95)
#785E70
(120,94,112)
#887281
(136,114,129)
#988692
(152,134,146)
#A89AA3
(168,154,163)
#B8AEB4
(184,174,180)
#C8C2C5
(200,194,197)
#D8D6D6
(216,214,214)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48223D color. Also use rgb(72,34,61) instead hex code.

Text Font Color

.myTextColor { color: #48223D; }

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

This text font color is #48223D.

Background Color

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

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

This div background color is #48223D.

Border color

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

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

This div border color is #48223D.

Opacity

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

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

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

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

This text has shadow with #48223D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48223D.

Preview

Color preview on black background

This text has color #48223D on black background.


Color preview on white background

This text has color #48223D on white background.


Black color preview on #48223D background

This text has black color on #48223D background.


White color preview on #48223D background

This text has white color on #48223D background.


Related colors

Complementary color

Complementary color for #hex is #B7DDC2.


I love getcolorcode.com

Triadic colors

1 #3D4822 and #223D48 with #48223D are triadic colors.

2 #3D2248 and #22483D with #48223D are triadic colors.