COLOR #424801

HEX: #424801
RGB: (66,72,1)

Color info

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

RGB color model

#424801 color RGB value is (66,72,1).

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

RGB channels and saturation

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

66
72
1

R + G + B ~ 18%. #424801 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 1 = 139 (100%)
R 66 of 139 ~ 47.48%
G 72 of 139 ~ 51.8%
B 1 of 139 ~ 0.72%

%47.48
%51.8

CMYK color model

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

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

CMYK percentages

%8.33
%0
%98.61
%71.76

Codes

Color #424801 in popluar color models

424801
RGB66721
HSL65°97.26%14.31%
HSB/HSV65°98.61%28.24%
CMYK8.33%0.00%98.61%
71.76%

Color #424801 in popluar number systems.

HEX424801
Decimal66721
Binary100001010010001
Octal1021101

Shades and tints

Shades of #424801

#424801
(66,72,1)
#3C4201
(60,66,1)
#363C01
(54,60,1)
#303601
(48,54,1)
#2A3001
(42,48,1)
#242A01
(36,42,1)
#1E2401
(30,36,1)
#181E01
(24,30,1)
#121801
(18,24,1)
#0C1201
(12,18,1)
#060C01
(6,12,1)
#000000
(0,0,0)

Tints of #424801

#424801
(66,72,1)
#535818
(83,88,24)
#64682F
(100,104,47)
#757846
(117,120,70)
#86885D
(134,136,93)
#979874
(151,152,116)
#A8A88B
(168,168,139)
#B9B8A2
(185,184,162)
#CAC8B9
(202,200,185)
#DBD8D0
(219,216,208)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424801; }

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

This text font color is #424801.


Background Color

.myBgColor { background-color: #424801; }

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

This div background color is #424801.


Border color

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

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

This div border color is #424801.


Opacity

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

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

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

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

This text has shadow with #424801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424801 on black background.


Color preview on white background

This text has color #424801 on white background.



Black color preview on #424801 background

This text has black color on #424801 background.


White color preview on #424801 background

This text has white color on #424801 background.