COLOR #484F01

HEX: #484F01
RGB: (72,79,1)

Color info

#484F01 contains mainly red and green colors. Web safe color of #484F01 is #336600 (or #360).

RGB color model

#484F01 color RGB value is (72,79,1).

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

RGB channels and saturation

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

72
79
1

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

Portions of RGB colors in percentages

R + G + B =
72 + 79 + 1 = 152 (100%)
R 72 of 152 ~ 47.37%
G 79 of 152 ~ 51.97%
B 1 of 152 ~ 0.66%

%47.37
%51.97

CMYK color model

#484F01 color CMYK value is (9,0,99,69).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 98.73%
  • key color value is 69.02%
CMYK:
(9,0,99,69)
C9M0Y99K69 
(9%,0%,99%,69%)
(0.09/0.00/0.99/0.69)	

CMYK percentages

%8.86
%0
%98.73
%69.02

Codes

Color #484F01 in popluar color models

484F01
RGB72791
HSL65°97.50%15.69%
HSB/HSV65°98.73%30.98%
CMYK8.86%0.00%98.73%
69.02%

Color #484F01 in popluar number systems.

HEX484F01
Decimal72791
Binary100100010011111
Octal1101171

Shades and tints

Shades of #484F01

#484F01
(72,79,1)
#424801
(66,72,1)
#3C4101
(60,65,1)
#363A01
(54,58,1)
#303301
(48,51,1)
#2A2C01
(42,44,1)
#242501
(36,37,1)
#1E1E01
(30,30,1)
#181701
(24,23,1)
#121001
(18,16,1)
#0C0901
(12,9,1)
#000000
(0,0,0)

Tints of #484F01

#484F01
(72,79,1)
#585F18
(88,95,24)
#686F2F
(104,111,47)
#787F46
(120,127,70)
#888F5D
(136,143,93)
#989F74
(152,159,116)
#A8AF8B
(168,175,139)
#B8BFA2
(184,191,162)
#C8CFB9
(200,207,185)
#D8DFD0
(216,223,208)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #484F01; }

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

This text font color is #484F01.


Background Color

.myBgColor { background-color: #484F01; }

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

This div background color is #484F01.


Border color

.myBorderColor { border: 1px solid #484F01; }

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

This div border color is #484F01.


Opacity

.myOpacity80 { color: #484F01; opacity: 0.8; }

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

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

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

This text has shadow with #484F01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484F01 on black background.


Color preview on white background

This text has color #484F01 on white background.



Black color preview on #484F01 background

This text has black color on #484F01 background.


White color preview on #484F01 background

This text has white color on #484F01 background.