COLOR #484016

HEX: #484016
RGB: (72,64,22)

Color info

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

RGB color model

#484016 color RGB value is (72,64,22).

  • red value is 72;
  • green value is 64;
  • blue value is 22.
RGB:
(72,64,22)
(28%,25%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 22 of 255 = 9%

72
64
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 22 = 158 (100%)
R 72 of 158 ~ 45.57%
G 64 of 158 ~ 40.51%
B 22 of 158 ~ 13.92%

%45.57
%40.51
%13.92

CMYK color model

#484016 color CMYK value is (0,11,69,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,11,69,72)
C0M11Y69K72 
(0%,11%,69%,72%)
(0.00/0.11/0.69/0.72)	

CMYK percentages

%0
%11.11
%69.44
%71.76

Codes

Color #484016 in popluar color models

484016
RGB726422
HSL50°53.19%18.43%
HSB/HSV50°69.44%28.24%
CMYK0.00%11.11%69.44%
71.76%

Color #484016 in popluar number systems.

HEX484016
Decimal726422
Binary1001000100000010110
Octal11010026

Shades and tints

Shades of #484016

#484016
(72,64,22)
#423B14
(66,59,20)
#3C3612
(60,54,18)
#363110
(54,49,16)
#302C0E
(48,44,14)
#2A270C
(42,39,12)
#24220A
(36,34,10)
#1E1D08
(30,29,8)
#181806
(24,24,6)
#121304
(18,19,4)
#0C0E02
(12,14,2)
#000000
(0,0,0)

Tints of #484016

#484016
(72,64,22)
#58512B
(88,81,43)
#686240
(104,98,64)
#787355
(120,115,85)
#88846A
(136,132,106)
#98957F
(152,149,127)
#A8A694
(168,166,148)
#B8B7A9
(184,183,169)
#C8C8BE
(200,200,190)
#D8D9D3
(216,217,211)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484016 color. Also use rgb(72,64,22) instead hex code.

Text Font Color

.myTextColor { color: #484016; }

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

This text font color is #484016.


Background Color

.myBgColor { background-color: #484016; }

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

This div background color is #484016.


Border color

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

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

This div border color is #484016.


Opacity

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

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

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

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

This text has shadow with #484016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484016 on black background.


Color preview on white background

This text has color #484016 on white background.



Black color preview on #484016 background

This text has black color on #484016 background.


White color preview on #484016 background

This text has white color on #484016 background.