COLOR #484917

HEX: #484917
RGB: (72,73,23)

Color info

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

RGB color model

#484917 color RGB value is (72,73,23).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 23 of 255 = 9%

72
73
23

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

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 23 = 168 (100%)
R 72 of 168 ~ 42.86%
G 73 of 168 ~ 43.45%
B 23 of 168 ~ 13.69%

%42.86
%43.45
%13.69

CMYK color model

#484917 color CMYK value is (1,0,68,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(1,0,68,71)
C1M0Y68K71 
(1%,0%,68%,71%)
(0.01/0.00/0.68/0.71)	

CMYK percentages

%1.37
%0
%68.49
%71.37

Codes

Color #484917 in popluar color models

484917
RGB727323
HSL61°52.08%18.82%
HSB/HSV61°68.49%28.63%
CMYK1.37%0.00%68.49%
71.37%

Color #484917 in popluar number systems.

HEX484917
Decimal727323
Binary1001000100100110111
Octal11011127

Shades and tints

Shades of #484917

#484917
(72,73,23)
#424315
(66,67,21)
#3C3D13
(60,61,19)
#363711
(54,55,17)
#30310F
(48,49,15)
#2A2B0D
(42,43,13)
#24250B
(36,37,11)
#1E1F09
(30,31,9)
#181907
(24,25,7)
#121305
(18,19,5)
#0C0D03
(12,13,3)
#000000
(0,0,0)

Tints of #484917

#484917
(72,73,23)
#58592C
(88,89,44)
#686941
(104,105,65)
#787956
(120,121,86)
#88896B
(136,137,107)
#989980
(152,153,128)
#A8A995
(168,169,149)
#B8B9AA
(184,185,170)
#C8C9BF
(200,201,191)
#D8D9D4
(216,217,212)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484917; }

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

This text font color is #484917.


Background Color

.myBgColor { background-color: #484917; }

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

This div background color is #484917.


Border color

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

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

This div border color is #484917.


Opacity

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

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

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

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

This text has shadow with #484917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484917 on black background.


Color preview on white background

This text has color #484917 on white background.



Black color preview on #484917 background

This text has black color on #484917 background.


White color preview on #484917 background

This text has white color on #484917 background.