COLOR #484816

HEX: #484816 RGB: (72,72,22)

Color info

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

RGB color model

#484816 color RGB value is (72,72,22).

RGB: (72,72,22) (28%, 28%, 9%)

RGB channels and saturation

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

72
72
22

R + G + B ~ 22%. #484816 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 72 + 22 = 166 (100%)
R 72 of 166 ~ 43.37%
G 72 of 166 ~ 43.37%
B 22 of 166 ~ 13.25'%

%43.37
%43.37
%13.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 69.44%
  • key color value is 71.76%

CMYK: (0,0,69,72)
C0M0Y69K72 (0%, 0%, 69%, 72%)
(0.00 / 0.00 / 0.69 / 0.72)

CMYK percentages

%0
%0
%69.44
%71.76

Codes

Color #484816 in popluar color models

48 48 16
RGB 72 72 22
HSL 60° 53.19% 18.43%
HSB/HSV 60° 69.44% 28.24%
CMYK 0.00% 0.00% 69.44%
71.76%

Color #484816 in popluar number systems.

HEX 48 48 16
Decimal 72 72 22
Binary 1001000 1001000 10110
Octal 110 110 26

Shades and tints

Shades of #484816

#484816
(72,72,22)
#424214
(66,66,20)
#3C3C12
(60,60,18)
#363610
(54,54,16)
#30300E
(48,48,14)
#2A2A0C
(42,42,12)
#24240A
(36,36,10)
#1E1E08
(30,30,8)
#181806
(24,24,6)
#121204
(18,18,4)
#0C0C02
(12,12,2)
#000000
(0,0,0)

Tints of #484816

#484816
(72,72,22)
#58582B
(88,88,43)
#686840
(104,104,64)
#787855
(120,120,85)
#88886A
(136,136,106)
#98987F
(152,152,127)
#A8A894
(168,168,148)
#B8B8A9
(184,184,169)
#C8C8BE
(200,200,190)
#D8D8D3
(216,216,211)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484816; }

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

This text font color is #484816.

Background Color

.myBgColor { background-color: #484816; }

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

This div background color is #484816.

Border color

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

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

This div border color is #484816.

Opacity

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

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

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

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

This text has shadow with #484816 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #484816.

Preview

Color preview on black background

This text has color #484816 on black background.


Color preview on white background

This text has color #484816 on white background.


Black color preview on #484816 background

This text has black color on #484816 background.


White color preview on #484816 background

This text has white color on #484816 background.


Related colors

Complementary color

Complementary color for #hex is #B7B7E9.


I love getcolorcode.com