COLOR #484928

HEX: #484928
RGB: (72,73,40)

Color info

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

RGB color model

#484928 color RGB value is (72,73,40).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 40 of 255 = 16%

72
73
40

R + G + B ~ 24%. #484928 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 40 = 185 (100%)
R 72 of 185 ~ 38.92%
G 73 of 185 ~ 39.46%
B 40 of 185 ~ 21.62%

%38.92
%39.46
%21.62

CMYK color model

#484928 color CMYK value is (1,0,45,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 71.37%
CMYK:
(1,0,45,71)
C1M0Y45K71 
(1%,0%,45%,71%)
(0.01/0.00/0.45/0.71)	

CMYK percentages

%1.37
%0
%45.21
%71.37

Codes

Color #484928 in popluar color models

484928
RGB727340
HSL62°29.20%22.16%
HSB/HSV62°45.21%28.63%
CMYK1.37%0.00%45.21%
71.37%

Color #484928 in popluar number systems.

HEX484928
Decimal727340
Binary10010001001001101000
Octal11011150

Shades and tints

Shades of #484928

#484928
(72,73,40)
#424325
(66,67,37)
#3C3D22
(60,61,34)
#36371F
(54,55,31)
#30311C
(48,49,28)
#2A2B19
(42,43,25)
#242516
(36,37,22)
#1E1F13
(30,31,19)
#181910
(24,25,16)
#12130D
(18,19,13)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #484928

#484928
(72,73,40)
#58593B
(88,89,59)
#68694E
(104,105,78)
#787961
(120,121,97)
#888974
(136,137,116)
#989987
(152,153,135)
#A8A99A
(168,169,154)
#B8B9AD
(184,185,173)
#C8C9C0
(200,201,192)
#D8D9D3
(216,217,211)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484928; }

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

This text font color is #484928.


Background Color

.myBgColor { background-color: #484928; }

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

This div background color is #484928.


Border color

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

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

This div border color is #484928.


Opacity

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

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

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

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

This text has shadow with #484928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484928 on black background.


Color preview on white background

This text has color #484928 on white background.



Black color preview on #484928 background

This text has black color on #484928 background.


White color preview on #484928 background

This text has white color on #484928 background.