COLOR #484801

HEX: #484801
RGB: (72,72,1)

Color info

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

RGB color model

#484801 color RGB value is (72,72,1).

  • red value is 72;
  • green value is 72;
  • blue value is 1.
RGB:
(72,72,1)
(28%,28%,0%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 1 of 255 = 0%

72
72
1

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 1 = 145 (100%)
R 72 of 145 ~ 49.66%
G 72 of 145 ~ 49.66%
B 1 of 145 ~ 0.69%

%49.66
%49.66

CMYK color model

#484801 color CMYK value is (0,0,99,72).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 98.61%
  • key color value is 71.76%
CMYK:
(0,0,99,72)
C0M0Y99K72 
(0%,0%,99%,72%)
(0.00/0.00/0.99/0.72)	

CMYK percentages

%0
%0
%98.61
%71.76

Codes

Color #484801 in popluar color models

484801
RGB72721
HSL60°97.26%14.31%
HSB/HSV60°98.61%28.24%
CMYK0.00%0.00%98.61%
71.76%

Color #484801 in popluar number systems.

HEX484801
Decimal72721
Binary100100010010001
Octal1101101

Shades and tints

Shades of #484801

#484801
(72,72,1)
#424201
(66,66,1)
#3C3C01
(60,60,1)
#363601
(54,54,1)
#303001
(48,48,1)
#2A2A01
(42,42,1)
#242401
(36,36,1)
#1E1E01
(30,30,1)
#181801
(24,24,1)
#121201
(18,18,1)
#0C0C01
(12,12,1)
#000000
(0,0,0)

Tints of #484801

#484801
(72,72,1)
#585818
(88,88,24)
#68682F
(104,104,47)
#787846
(120,120,70)
#88885D
(136,136,93)
#989874
(152,152,116)
#A8A88B
(168,168,139)
#B8B8A2
(184,184,162)
#C8C8B9
(200,200,185)
#D8D8D0
(216,216,208)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484801; }

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

This text font color is #484801.


Background Color

.myBgColor { background-color: #484801; }

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

This div background color is #484801.


Border color

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

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

This div border color is #484801.


Opacity

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

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

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

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

This text has shadow with #484801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484801 on black background.


Color preview on white background

This text has color #484801 on white background.



Black color preview on #484801 background

This text has black color on #484801 background.


White color preview on #484801 background

This text has white color on #484801 background.