COLOR #484907

HEX: #484907
RGB: (72,73,7)

Color info

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

RGB color model

#484907 color RGB value is (72,73,7).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 7 of 255 = 3%

72
73
7

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

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 7 = 152 (100%)
R 72 of 152 ~ 47.37%
G 73 of 152 ~ 48.03%
B 7 of 152 ~ 4.61%

%47.37
%48.03

CMYK color model

#484907 color CMYK value is (1,0,90,71).

  • cyan value is 1.37%
  • magenta value is 0.00%
  • yellow value is 90.41%
  • key color value is 71.37%
CMYK:
(1,0,90,71)
C1M0Y90K71 
(1%,0%,90%,71%)
(0.01/0.00/0.90/0.71)	

CMYK percentages

%1.37
%0
%90.41
%71.37

Codes

Color #484907 in popluar color models

484907
RGB72737
HSL61°82.50%15.69%
HSB/HSV61°90.41%28.63%
CMYK1.37%0.00%90.41%
71.37%

Color #484907 in popluar number systems.

HEX484907
Decimal72737
Binary10010001001001111
Octal1101117

Shades and tints

Shades of #484907

#484907
(72,73,7)
#424307
(66,67,7)
#3C3D07
(60,61,7)
#363707
(54,55,7)
#303107
(48,49,7)
#2A2B07
(42,43,7)
#242507
(36,37,7)
#1E1F07
(30,31,7)
#181907
(24,25,7)
#121307
(18,19,7)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #484907

#484907
(72,73,7)
#58591D
(88,89,29)
#686933
(104,105,51)
#787949
(120,121,73)
#88895F
(136,137,95)
#989975
(152,153,117)
#A8A98B
(168,169,139)
#B8B9A1
(184,185,161)
#C8C9B7
(200,201,183)
#D8D9CD
(216,217,205)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484907; }

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

This text font color is #484907.


Background Color

.myBgColor { background-color: #484907; }

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

This div background color is #484907.


Border color

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

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

This div border color is #484907.


Opacity

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

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

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

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

This text has shadow with #484907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484907 on black background.


Color preview on white background

This text has color #484907 on white background.



Black color preview on #484907 background

This text has black color on #484907 background.


White color preview on #484907 background

This text has white color on #484907 background.