COLOR #484228

HEX: #484228
RGB: (72,66,40)

Color info

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

RGB color model

#484228 color RGB value is (72,66,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 40 of 255 = 16%

72
66
40

R + G + B ~ 23%. #484228 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 40 = 178 (100%)
R 72 of 178 ~ 40.45%
G 66 of 178 ~ 37.08%
B 40 of 178 ~ 22.47%

%40.45
%37.08
%22.47

CMYK color model

#484228 color CMYK value is (0,8,44,72).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,8,44,72)
C0M8Y44K72 
(0%,8%,44%,72%)
(0.00/0.08/0.44/0.72)	

CMYK percentages

%0
%8.33
%44.44
%71.76

Codes

Color #484228 in popluar color models

484228
RGB726640
HSL49°28.57%21.96%
HSB/HSV49°44.44%28.24%
CMYK0.00%8.33%44.44%
71.76%

Color #484228 in popluar number systems.

HEX484228
Decimal726640
Binary10010001000010101000
Octal11010250

Shades and tints

Shades of #484228

#484228
(72,66,40)
#423C25
(66,60,37)
#3C3622
(60,54,34)
#36301F
(54,48,31)
#302A1C
(48,42,28)
#2A2419
(42,36,25)
#241E16
(36,30,22)
#1E1813
(30,24,19)
#181210
(24,18,16)
#120C0D
(18,12,13)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #484228

#484228
(72,66,40)
#58533B
(88,83,59)
#68644E
(104,100,78)
#787561
(120,117,97)
#888674
(136,134,116)
#989787
(152,151,135)
#A8A89A
(168,168,154)
#B8B9AD
(184,185,173)
#C8CAC0
(200,202,192)
#D8DBD3
(216,219,211)
#E8ECE6
(232,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484228; }

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

This text font color is #484228.


Background Color

.myBgColor { background-color: #484228; }

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

This div background color is #484228.


Border color

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

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

This div border color is #484228.


Opacity

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

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

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

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

This text has shadow with #484228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484228 on black background.


Color preview on white background

This text has color #484228 on white background.



Black color preview on #484228 background

This text has black color on #484228 background.


White color preview on #484228 background

This text has white color on #484228 background.