COLOR #484818

HEX: #484818
RGB: (72,72,24)

Color info

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

RGB color model

#484818 color RGB value is (72,72,24).

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

RGB channels and saturation

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

72
72
24

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 24 = 168 (100%)
R 72 of 168 ~ 42.86%
G 72 of 168 ~ 42.86%
B 24 of 168 ~ 14.29%

%42.86
%42.86
%14.29

CMYK color model

#484818 color CMYK value is (0,0,67,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 71.76%
CMYK:
(0,0,67,72)
C0M0Y67K72 
(0%,0%,67%,72%)
(0.00/0.00/0.67/0.72)	

CMYK percentages

%0
%0
%66.67
%71.76

Codes

Color #484818 in popluar color models

484818
RGB727224
HSL60°50.00%18.82%
HSB/HSV60°66.67%28.24%
CMYK0.00%0.00%66.67%
71.76%

Color #484818 in popluar number systems.

HEX484818
Decimal727224
Binary1001000100100011000
Octal11011030

Shades and tints

Shades of #484818

#484818
(72,72,24)
#424216
(66,66,22)
#3C3C14
(60,60,20)
#363612
(54,54,18)
#303010
(48,48,16)
#2A2A0E
(42,42,14)
#24240C
(36,36,12)
#1E1E0A
(30,30,10)
#181808
(24,24,8)
#121206
(18,18,6)
#0C0C04
(12,12,4)
#000000
(0,0,0)

Tints of #484818

#484818
(72,72,24)
#58582D
(88,88,45)
#686842
(104,104,66)
#787857
(120,120,87)
#88886C
(136,136,108)
#989881
(152,152,129)
#A8A896
(168,168,150)
#B8B8AB
(184,184,171)
#C8C8C0
(200,200,192)
#D8D8D5
(216,216,213)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484818; }

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

This text font color is #484818.


Background Color

.myBgColor { background-color: #484818; }

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

This div background color is #484818.


Border color

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

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

This div border color is #484818.


Opacity

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

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

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

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

This text has shadow with #484818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484818 on black background.


Color preview on white background

This text has color #484818 on white background.



Black color preview on #484818 background

This text has black color on #484818 background.


White color preview on #484818 background

This text has white color on #484818 background.