COLOR #484911

HEX: #484911
RGB: (72,73,17)

Color info

#484911 contains red, green and blue colors in about the same proportion. Web safe color of #484911 is #333300 (or #330).

RGB color model

#484911 color RGB value is (72,73,17).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 17 of 255 = 7%

72
73
17

R + G + B ~ 21%. #484911 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 17 = 162 (100%)
R 72 of 162 ~ 44.44%
G 73 of 162 ~ 45.06%
B 17 of 162 ~ 10.49%

%44.44
%45.06
%10.49

CMYK color model

#484911 color CMYK value is (1,0,77,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 76.71%
  • key color value is 71.37%
CMYK:
(1,0,77,71)
C1M0Y77K71 
(1%,0%,77%,71%)
(0.01/0.00/0.77/0.71)	

CMYK percentages

%1.37
%0
%76.71
%71.37

Codes

Color #484911 in popluar color models

484911
RGB727317
HSL61°62.22%17.65%
HSB/HSV61°76.71%28.63%
CMYK1.37%0.00%76.71%
71.37%

Color #484911 in popluar number systems.

HEX484911
Decimal727317
Binary1001000100100110001
Octal11011121

Shades and tints

Shades of #484911

#484911
(72,73,17)
#424310
(66,67,16)
#3C3D0F
(60,61,15)
#36370E
(54,55,14)
#30310D
(48,49,13)
#2A2B0C
(42,43,12)
#24250B
(36,37,11)
#1E1F0A
(30,31,10)
#181909
(24,25,9)
#121308
(18,19,8)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #484911

#484911
(72,73,17)
#585926
(88,89,38)
#68693B
(104,105,59)
#787950
(120,121,80)
#888965
(136,137,101)
#98997A
(152,153,122)
#A8A98F
(168,169,143)
#B8B9A4
(184,185,164)
#C8C9B9
(200,201,185)
#D8D9CE
(216,217,206)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484911; }

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

This text font color is #484911.


Background Color

.myBgColor { background-color: #484911; }

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

This div background color is #484911.


Border color

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

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

This div border color is #484911.


Opacity

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

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

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

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

This text has shadow with #484911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484911 on black background.


Color preview on white background

This text has color #484911 on white background.



Black color preview on #484911 background

This text has black color on #484911 background.


White color preview on #484911 background

This text has white color on #484911 background.