COLOR #48252C

HEX: #48252C RGB: (72,37,44)

Color info

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

RGB color model

#48252C color RGB value is (72,37,44).

RGB: (72,37,44) (28%, 15%, 17%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 44 of 255 = 17%

72
37
44

R + G + B ~ 20%. #48252C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 37 + 44 = 153 (100%)
R 72 of 153 ~ 47.06%
G 37 of 153 ~ 24.18%
B 44 of 153 ~ 28.76'%

%47.06
%24.18
%28.76

CMYK color model

#48252C color CMYK value is (0,49,39,72).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 38.89%
  • key color value is 71.76%

CMYK: (0,49,39,72)
C0M49Y39K72 (0%, 49%, 39%, 72%)
(0.00 / 0.49 / 0.39 / 0.72)

CMYK percentages

%0
%48.61
%38.89
%71.76

Codes

Color #48252C in popluar color models

48 25 2C
RGB 72 37 44
HSL 348° 32.11% 21.37%
HSB/HSV 348° 48.61% 28.24%
CMYK 0.00% 48.61% 38.89%
71.76%

Color #48252C in popluar number systems.

HEX 48 25 2C
Decimal 72 37 44
Binary 1001000 100101 101100
Octal 110 45 54

Shades and tints

Shades of #48252C

#48252C
(72,37,44)
#422228
(66,34,40)
#3C1F24
(60,31,36)
#361C20
(54,28,32)
#30191C
(48,25,28)
#2A1618
(42,22,24)
#241314
(36,19,20)
#1E1010
(30,16,16)
#180D0C
(24,13,12)
#120A08
(18,10,8)
#0C0704
(12,7,4)
#000000
(0,0,0)

Tints of #48252C

#48252C
(72,37,44)
#58383F
(88,56,63)
#684B52
(104,75,82)
#785E65
(120,94,101)
#887178
(136,113,120)
#98848B
(152,132,139)
#A8979E
(168,151,158)
#B8AAB1
(184,170,177)
#C8BDC4
(200,189,196)
#D8D0D7
(216,208,215)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48252C color. Also use rgb(72,37,44) instead hex code.

Text Font Color

.myTextColor { color: #48252C; }

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

This text font color is #48252C.

Background Color

.myBgColor { background-color: #48252C; }

<div style="background-color:#48252C">Inner text</div>

This div background color is #48252C.

Border color

.myBorderColor { border: 1px solid #48252C; }

<div style="border:3px solid #48252C">Div</div>

This div border color is #48252C.

Opacity

.myOpacity80 { color: #48252C; opacity: 0.8; }

<p style="color:#48252C;opacity:0.8;">80%</p>

Text with #48252C 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 #48252C;}

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

This text has shadow with #48252C color.


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

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

This text has shadow with #48252C primary color and red secondary color.


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

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

This text has shadow with #48252C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48252C.

Preview

Color preview on black background

This text has color #48252C on black background.


Color preview on white background

This text has color #48252C on white background.


Black color preview on #48252C background

This text has black color on #48252C background.


White color preview on #48252C background

This text has white color on #48252C background.


Related colors

Complementary color

Complementary color for #hex is #B7DAD3.


I love getcolorcode.com

Triadic colors

1 #2C4825 and #252C48 with #48252C are triadic colors.

2 #2C2548 and #25482C with #48252C are triadic colors.