COLOR #482C26

HEX: #482C26
RGB: (72,44,38)

Color info

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

RGB color model

#482C26 color RGB value is (72,44,38).

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

RGB channels and saturation

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

72
44
38

R + G + B ~ 20%. #482C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 38 = 154 (100%)
R 72 of 154 ~ 46.75%
G 44 of 154 ~ 28.57%
B 38 of 154 ~ 24.68%

%46.75
%28.57
%24.68

CMYK color model

#482C26 color CMYK value is (0,39,47,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 47.22%
  • key color value is 71.76%
CMYK:
(0,39,47,72)
C0M39Y47K72 
(0%,39%,47%,72%)
(0.00/0.39/0.47/0.72)	

CMYK percentages

%0
%38.89
%47.22
%71.76

Codes

Color #482C26 in popluar color models

482C26
RGB724438
HSL11°30.91%21.57%
HSB/HSV11°47.22%28.24%
CMYK0.00%38.89%47.22%
71.76%

Color #482C26 in popluar number systems.

HEX482C26
Decimal724438
Binary1001000101100100110
Octal1105446

Shades and tints

Shades of #482C26

#482C26
(72,44,38)
#422823
(66,40,35)
#3C2420
(60,36,32)
#36201D
(54,32,29)
#301C1A
(48,28,26)
#2A1817
(42,24,23)
#241414
(36,20,20)
#1E1011
(30,16,17)
#180C0E
(24,12,14)
#12080B
(18,8,11)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #482C26

#482C26
(72,44,38)
#583F39
(88,63,57)
#68524C
(104,82,76)
#78655F
(120,101,95)
#887872
(136,120,114)
#988B85
(152,139,133)
#A89E98
(168,158,152)
#B8B1AB
(184,177,171)
#C8C4BE
(200,196,190)
#D8D7D1
(216,215,209)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C26; }

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

This text font color is #482C26.


Background Color

.myBgColor { background-color: #482C26; }

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

This div background color is #482C26.


Border color

.myBorderColor { border: 1px solid #482C26; }

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

This div border color is #482C26.


Opacity

.myOpacity80 { color: #482C26; opacity: 0.8; }

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

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

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

This text has shadow with #482C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C26 on black background.


Color preview on white background

This text has color #482C26 on white background.



Black color preview on #482C26 background

This text has black color on #482C26 background.


White color preview on #482C26 background

This text has white color on #482C26 background.