COLOR #48253C

HEX: #48253C RGB: (72,37,60)

Color info

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

RGB color model

#48253C color RGB value is (72,37,60).

RGB: (72,37,60) (28%, 15%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 60 of 255 = 24%

72
37
60

R + G + B ~ 22%. #48253C is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 37 + 60 = 169 (100%)
R 72 of 169 ~ 42.6%
G 37 of 169 ~ 21.89%
B 60 of 169 ~ 35.5'%

%42.6
%21.89
%35.5

CMYK color model

#48253C color CMYK value is (0,49,17,72).

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

CMYK: (0,49,17,72)
C0M49Y17K72 (0%, 49%, 17%, 72%)
(0.00 / 0.49 / 0.17 / 0.72)

CMYK percentages

%0
%48.61
%16.67
%71.76

Codes

Color #48253C in popluar color models

48 25 3C
RGB 72 37 60
HSL 321° 32.11% 21.37%
HSB/HSV 321° 48.61% 28.24%
CMYK 0.00% 48.61% 16.67%
71.76%

Color #48253C in popluar number systems.

HEX 48 25 3C
Decimal 72 37 60
Binary 1001000 100101 111100
Octal 110 45 74

Shades and tints

Shades of #48253C

#48253C
(72,37,60)
#422237
(66,34,55)
#3C1F32
(60,31,50)
#361C2D
(54,28,45)
#301928
(48,25,40)
#2A1623
(42,22,35)
#24131E
(36,19,30)
#1E1019
(30,16,25)
#180D14
(24,13,20)
#120A0F
(18,10,15)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #48253C

#48253C
(72,37,60)
#58384D
(88,56,77)
#684B5E
(104,75,94)
#785E6F
(120,94,111)
#887180
(136,113,128)
#988491
(152,132,145)
#A897A2
(168,151,162)
#B8AAB3
(184,170,179)
#C8BDC4
(200,189,196)
#D8D0D5
(216,208,213)
#E8E3E6
(232,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48253C; }

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

This text font color is #48253C.

Background Color

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

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

This div background color is #48253C.

Border color

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

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

This div border color is #48253C.

Opacity

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

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

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

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

This text has shadow with #48253C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48253C.

Preview

Color preview on black background

This text has color #48253C on black background.


Color preview on white background

This text has color #48253C on white background.


Black color preview on #48253C background

This text has black color on #48253C background.


White color preview on #48253C background

This text has white color on #48253C background.


Related colors

Complementary color

Complementary color for #hex is #B7DAC3.


I love getcolorcode.com

Triadic colors

1 #3C4825 and #253C48 with #48253C are triadic colors.

2 #3C2548 and #25483C with #48253C are triadic colors.