COLOR #482426

HEX: #482426
RGB: (72,36,38)

Color info

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

RGB color model

#482426 color RGB value is (72,36,38).

  • red value is 72;
  • green value is 36;
  • blue value is 38.
RGB:
(72,36,38)
(28%,14%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 38 of 255 = 15%

72
36
38

R + G + B ~ 19%. #482426 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 38 = 146 (100%)
R 72 of 146 ~ 49.32%
G 36 of 146 ~ 24.66%
B 38 of 146 ~ 26.03%

%49.32
%24.66
%26.03

CMYK color model

#482426 color CMYK value is (0,50,47,72).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 47.22%
  • key color value is 71.76%
CMYK:
(0,50,47,72)
C0M50Y47K72 
(0%,50%,47%,72%)
(0.00/0.50/0.47/0.72)	

CMYK percentages

%0
%50
%47.22
%71.76

Codes

Color #482426 in popluar color models

482426
RGB723638
HSL357°33.33%21.18%
HSB/HSV357°50.00%28.24%
CMYK0.00%50.00%47.22%
71.76%

Color #482426 in popluar number systems.

HEX482426
Decimal723638
Binary1001000100100100110
Octal1104446

Shades and tints

Shades of #482426

#482426
(72,36,38)
#422123
(66,33,35)
#3C1E20
(60,30,32)
#361B1D
(54,27,29)
#30181A
(48,24,26)
#2A1517
(42,21,23)
#241214
(36,18,20)
#1E0F11
(30,15,17)
#180C0E
(24,12,14)
#12090B
(18,9,11)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #482426

#482426
(72,36,38)
#583739
(88,55,57)
#684A4C
(104,74,76)
#785D5F
(120,93,95)
#887072
(136,112,114)
#988385
(152,131,133)
#A89698
(168,150,152)
#B8A9AB
(184,169,171)
#C8BCBE
(200,188,190)
#D8CFD1
(216,207,209)
#E8E2E4
(232,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482426 color. Also use rgb(72,36,38) instead hex code.

Text Font Color

.myTextColor { color: #482426; }

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

This text font color is #482426.


Background Color

.myBgColor { background-color: #482426; }

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

This div background color is #482426.


Border color

.myBorderColor { border: 1px solid #482426; }

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

This div border color is #482426.


Opacity

.myOpacity80 { color: #482426; opacity: 0.8; }

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

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

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

This text has shadow with #482426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482426 on black background.


Color preview on white background

This text has color #482426 on white background.



Black color preview on #482426 background

This text has black color on #482426 background.


White color preview on #482426 background

This text has white color on #482426 background.