COLOR #48291A

HEX: #48291A
RGB: (72,41,26)

Color info

#48291A contains red, green and blue colors in about the same proportion. Web safe color of #48291A is #333300 (or #330).

RGB color model

#48291A color RGB value is (72,41,26).

  • red value is 72;
  • green value is 41;
  • blue value is 26.
RGB:
(72,41,26)
(28%,16%,10%)

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 26 of 255 = 10%

72
41
26

R + G + B ~ 18%. #48291A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 41 + 26 = 139 (100%)
R 72 of 139 ~ 51.8%
G 41 of 139 ~ 29.5%
B 26 of 139 ~ 18.71%

%51.8
%29.5
%18.71

CMYK color model

#48291A color CMYK value is (0,43,64,72).

  • cyan value is 0.00%
  • magenta value is 43.06%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,43,64,72)
C0M43Y64K72 
(0%,43%,64%,72%)
(0.00/0.43/0.64/0.72)	

CMYK percentages

%0
%43.06
%63.89
%71.76

Codes

Color #48291A in popluar color models

48291A
RGB724126
HSL20°46.94%19.22%
HSB/HSV20°63.89%28.24%
CMYK0.00%43.06%63.89%
71.76%

Color #48291A in popluar number systems.

HEX48291A
Decimal724126
Binary100100010100111010
Octal1105132

Shades and tints

Shades of #48291A

#48291A
(72,41,26)
#422618
(66,38,24)
#3C2316
(60,35,22)
#362014
(54,32,20)
#301D12
(48,29,18)
#2A1A10
(42,26,16)
#24170E
(36,23,14)
#1E140C
(30,20,12)
#18110A
(24,17,10)
#120E08
(18,14,8)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #48291A

#48291A
(72,41,26)
#583C2E
(88,60,46)
#684F42
(104,79,66)
#786256
(120,98,86)
#88756A
(136,117,106)
#98887E
(152,136,126)
#A89B92
(168,155,146)
#B8AEA6
(184,174,166)
#C8C1BA
(200,193,186)
#D8D4CE
(216,212,206)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48291A color. Also use rgb(72,41,26) instead hex code.

Text Font Color

.myTextColor { color: #48291A; }

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

This text font color is #48291A.


Background Color

.myBgColor { background-color: #48291A; }

<div style="background-color:#48291A">Inner text</div>

This div background color is #48291A.


Border color

.myBorderColor { border: 1px solid #48291A; }

<div style="border:3px solid #48291A">Div</div>

This div border color is #48291A.


Opacity

.myOpacity80 { color: #48291A; opacity: 0.8; }

<p style="color:#48291A;opacity:0.8;">80%</p>

Text with #48291A 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 #48291A;}

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

This text has shadow with #48291A color.

.textShadow {text-shadow: 3px 3px 1px #48291A, 3px 3px 1px red;}

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

This text has shadow with #48291A primary color and red secondary color.


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

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

This text has shadow with #48291A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48291A on black background.


Color preview on white background

This text has color #48291A on white background.



Black color preview on #48291A background

This text has black color on #48291A background.


White color preview on #48291A background

This text has white color on #48291A background.