COLOR #482826

HEX: #482826
RGB: (72,40,38)

Color info

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

RGB color model

#482826 color RGB value is (72,40,38).

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

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 38 of 255 = 15%

72
40
38

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

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 38 = 150 (100%)
R 72 of 150 ~ 48%
G 40 of 150 ~ 26.67%
B 38 of 150 ~ 25.33%

%48
%26.67
%25.33

CMYK color model

#482826 color CMYK value is (0,44,47,72).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 47.22%
  • key color value is 71.76%
CMYK:
(0,44,47,72)
C0M44Y47K72 
(0%,44%,47%,72%)
(0.00/0.44/0.47/0.72)	

CMYK percentages

%0
%44.44
%47.22
%71.76

Codes

Color #482826 in popluar color models

482826
RGB724038
HSL30.91%21.57%
HSB/HSV47.22%28.24%
CMYK0.00%44.44%47.22%
71.76%

Color #482826 in popluar number systems.

HEX482826
Decimal724038
Binary1001000101000100110
Octal1105046

Shades and tints

Shades of #482826

#482826
(72,40,38)
#422523
(66,37,35)
#3C2220
(60,34,32)
#361F1D
(54,31,29)
#301C1A
(48,28,26)
#2A1917
(42,25,23)
#241614
(36,22,20)
#1E1311
(30,19,17)
#18100E
(24,16,14)
#120D0B
(18,13,11)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #482826

#482826
(72,40,38)
#583B39
(88,59,57)
#684E4C
(104,78,76)
#78615F
(120,97,95)
#887472
(136,116,114)
#988785
(152,135,133)
#A89A98
(168,154,152)
#B8ADAB
(184,173,171)
#C8C0BE
(200,192,190)
#D8D3D1
(216,211,209)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482826; }

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

This text font color is #482826.


Background Color

.myBgColor { background-color: #482826; }

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

This div background color is #482826.


Border color

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

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

This div border color is #482826.


Opacity

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

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

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

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

This text has shadow with #482826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482826 on black background.


Color preview on white background

This text has color #482826 on white background.



Black color preview on #482826 background

This text has black color on #482826 background.


White color preview on #482826 background

This text has white color on #482826 background.