COLOR #484509

HEX: #484509
RGB: (72,69,9)

Color info

#484509 contains mainly red and green colors. Web safe color of #484509 is #333300 (or #330).

RGB color model

#484509 color RGB value is (72,69,9).

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

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 9 of 255 = 4%

72
69
9

R + G + B ~ 20%. #484509 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 9 = 150 (100%)
R 72 of 150 ~ 48%
G 69 of 150 ~ 46%
B 9 of 150 ~ 6%

%48
%46

CMYK color model

#484509 color CMYK value is (0,4,88,72).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(0,4,88,72)
C0M4Y88K72 
(0%,4%,88%,72%)
(0.00/0.04/0.88/0.72)	

CMYK percentages

%0
%4.17
%87.5
%71.76

Codes

Color #484509 in popluar color models

484509
RGB72699
HSL57°77.78%15.88%
HSB/HSV57°87.50%28.24%
CMYK0.00%4.17%87.50%
71.76%

Color #484509 in popluar number systems.

HEX484509
Decimal72699
Binary100100010001011001
Octal11010511

Shades and tints

Shades of #484509

#484509
(72,69,9)
#423F09
(66,63,9)
#3C3909
(60,57,9)
#363309
(54,51,9)
#302D09
(48,45,9)
#2A2709
(42,39,9)
#242109
(36,33,9)
#1E1B09
(30,27,9)
#181509
(24,21,9)
#120F09
(18,15,9)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #484509

#484509
(72,69,9)
#58551F
(88,85,31)
#686535
(104,101,53)
#78754B
(120,117,75)
#888561
(136,133,97)
#989577
(152,149,119)
#A8A58D
(168,165,141)
#B8B5A3
(184,181,163)
#C8C5B9
(200,197,185)
#D8D5CF
(216,213,207)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484509; }

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

This text font color is #484509.


Background Color

.myBgColor { background-color: #484509; }

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

This div background color is #484509.


Border color

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

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

This div border color is #484509.


Opacity

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

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

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

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

This text has shadow with #484509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484509 on black background.


Color preview on white background

This text has color #484509 on white background.



Black color preview on #484509 background

This text has black color on #484509 background.


White color preview on #484509 background

This text has white color on #484509 background.