COLOR #48273E

HEX: #48273E
RGB: (72,39,62)

Color info

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

RGB color model

#48273E color RGB value is (72,39,62).

  • red value is 72;
  • green value is 39;
  • blue value is 62.
RGB:
(72,39,62)
(28%,15%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 39 of 255 = 15%
B 62 of 255 = 24%

72
39
62

R + G + B ~ 22%. #48273E is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 39 + 62 = 173 (100%)
R 72 of 173 ~ 41.62%
G 39 of 173 ~ 22.54%
B 62 of 173 ~ 35.84%

%41.62
%22.54
%35.84

CMYK color model

#48273E color CMYK value is (0,46,14,72).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 13.89%
  • key color value is 71.76%
CMYK:
(0,46,14,72)
C0M46Y14K72 
(0%,46%,14%,72%)
(0.00/0.46/0.14/0.72)	

CMYK percentages

%0
%45.83
%13.89
%71.76

Codes

Color #48273E in popluar color models

48273E
RGB723962
HSL318°29.73%21.76%
HSB/HSV318°45.83%28.24%
CMYK0.00%45.83%13.89%
71.76%

Color #48273E in popluar number systems.

HEX48273E
Decimal723962
Binary1001000100111111110
Octal1104776

Shades and tints

Shades of #48273E

#48273E
(72,39,62)
#422439
(66,36,57)
#3C2134
(60,33,52)
#361E2F
(54,30,47)
#301B2A
(48,27,42)
#2A1825
(42,24,37)
#241520
(36,21,32)
#1E121B
(30,18,27)
#180F16
(24,15,22)
#120C11
(18,12,17)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #48273E

#48273E
(72,39,62)
#583A4F
(88,58,79)
#684D60
(104,77,96)
#786071
(120,96,113)
#887382
(136,115,130)
#988693
(152,134,147)
#A899A4
(168,153,164)
#B8ACB5
(184,172,181)
#C8BFC6
(200,191,198)
#D8D2D7
(216,210,215)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48273E color. Also use rgb(72,39,62) instead hex code.

Text Font Color

.myTextColor { color: #48273E; }

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

This text font color is #48273E.


Background Color

.myBgColor { background-color: #48273E; }

<div style="background-color:#48273E">Inner text</div>

This div background color is #48273E.


Border color

.myBorderColor { border: 1px solid #48273E; }

<div style="border:3px solid #48273E">Div</div>

This div border color is #48273E.


Opacity

.myOpacity80 { color: #48273E; opacity: 0.8; }

<p style="color:#48273E;opacity:0.8;">80%</p>

Text with #48273E 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 #48273E;}

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

This text has shadow with #48273E color.

.textShadow {text-shadow: 3px 3px 1px #48273E, 3px 3px 1px red;}

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

This text has shadow with #48273E primary color and red secondary color.


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

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

This text has shadow with #48273E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48273E;
-webkit-box-shadow: 1px 1px 3px 2px #48273E;
box-shadow:1px 1px 3px 2px #48273E;">
Div content here</div>
This div box has shadow with color #48273E.

Preview

Color preview on black background

This text has color #48273E on black background.


Color preview on white background

This text has color #48273E on white background.



Black color preview on #48273E background

This text has black color on #48273E background.


White color preview on #48273E background

This text has white color on #48273E background.