COLOR #484008

HEX: #484008
RGB: (72,64,8)

Color info

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

RGB color model

#484008 color RGB value is (72,64,8).

  • red value is 72;
  • green value is 64;
  • blue value is 8.
RGB:
(72,64,8)
(28%,25%,3%)

RGB channels and saturation

R 72 of 255 = 28%
G 64 of 255 = 25%
B 8 of 255 = 3%

72
64
8

R + G + B ~ 19%. #484008 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 64 + 8 = 144 (100%)
R 72 of 144 ~ 50%
G 64 of 144 ~ 44.44%
B 8 of 144 ~ 5.56%

%50
%44.44

CMYK color model

#484008 color CMYK value is (0,11,89,72).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 88.89%
  • key color value is 71.76%
CMYK:
(0,11,89,72)
C0M11Y89K72 
(0%,11%,89%,72%)
(0.00/0.11/0.89/0.72)	

CMYK percentages

%0
%11.11
%88.89
%71.76

Codes

Color #484008 in popluar color models

484008
RGB72648
HSL53°80.00%15.69%
HSB/HSV53°88.89%28.24%
CMYK0.00%11.11%88.89%
71.76%

Color #484008 in popluar number systems.

HEX484008
Decimal72648
Binary100100010000001000
Octal11010010

Shades and tints

Shades of #484008

#484008
(72,64,8)
#423B08
(66,59,8)
#3C3608
(60,54,8)
#363108
(54,49,8)
#302C08
(48,44,8)
#2A2708
(42,39,8)
#242208
(36,34,8)
#1E1D08
(30,29,8)
#181808
(24,24,8)
#121308
(18,19,8)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #484008

#484008
(72,64,8)
#58511E
(88,81,30)
#686234
(104,98,52)
#78734A
(120,115,74)
#888460
(136,132,96)
#989576
(152,149,118)
#A8A68C
(168,166,140)
#B8B7A2
(184,183,162)
#C8C8B8
(200,200,184)
#D8D9CE
(216,217,206)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484008; }

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

This text font color is #484008.


Background Color

.myBgColor { background-color: #484008; }

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

This div background color is #484008.


Border color

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

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

This div border color is #484008.


Opacity

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

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

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

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

This text has shadow with #484008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484008 on black background.


Color preview on white background

This text has color #484008 on white background.



Black color preview on #484008 background

This text has black color on #484008 background.


White color preview on #484008 background

This text has white color on #484008 background.