COLOR #484316

HEX: #484316
RGB: (72,67,22)

Color info

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

RGB color model

#484316 color RGB value is (72,67,22).

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

RGB channels and saturation

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

72
67
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 67 + 22 = 161 (100%)
R 72 of 161 ~ 44.72%
G 67 of 161 ~ 41.61%
B 22 of 161 ~ 13.66%

%44.72
%41.61
%13.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,7,69,72)
C0M7Y69K72 
(0%,7%,69%,72%)
(0.00/0.07/0.69/0.72)	

CMYK percentages

%0
%6.94
%69.44
%71.76

Codes

Color #484316 in popluar color models

484316
RGB726722
HSL54°53.19%18.43%
HSB/HSV54°69.44%28.24%
CMYK0.00%6.94%69.44%
71.76%

Color #484316 in popluar number systems.

HEX484316
Decimal726722
Binary1001000100001110110
Octal11010326

Shades and tints

Shades of #484316

#484316
(72,67,22)
#423D14
(66,61,20)
#3C3712
(60,55,18)
#363110
(54,49,16)
#302B0E
(48,43,14)
#2A250C
(42,37,12)
#241F0A
(36,31,10)
#1E1908
(30,25,8)
#181306
(24,19,6)
#120D04
(18,13,4)
#0C0702
(12,7,2)
#000000
(0,0,0)

Tints of #484316

#484316
(72,67,22)
#58542B
(88,84,43)
#686540
(104,101,64)
#787655
(120,118,85)
#88876A
(136,135,106)
#98987F
(152,152,127)
#A8A994
(168,169,148)
#B8BAA9
(184,186,169)
#C8CBBE
(200,203,190)
#D8DCD3
(216,220,211)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484316; }

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

This text font color is #484316.


Background Color

.myBgColor { background-color: #484316; }

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

This div background color is #484316.


Border color

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

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

This div border color is #484316.


Opacity

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

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

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

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

This text has shadow with #484316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484316 on black background.


Color preview on white background

This text has color #484316 on white background.



Black color preview on #484316 background

This text has black color on #484316 background.


White color preview on #484316 background

This text has white color on #484316 background.