COLOR #424A02

HEX: #424A02 RGB: (66,74,2)

Color info

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

RGB color model

#424A02 color RGB value is (66,74,2).

RGB: (66,74,2) (26%, 29%, 1%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 2 of 255 = 1%

66
74
2

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

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 2 = 142 (100%)
R 66 of 142 ~ 46.48%
G 74 of 142 ~ 52.11%
B 2 of 142 ~ 1.41'%

%46.48
%52.11

CMYK color model

#424A02 color CMYK value is (11,0,97,71).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 97.30%
  • key color value is 70.98%

CMYK: (11,0,97,71)
C11M0Y97K71 (11%, 0%, 97%, 71%)
(0.11 / 0.00 / 0.97 / 0.71)

CMYK percentages

%10.81
%0
%97.3
%70.98

Codes

Color #424A02 in popluar color models

42 4A 02
RGB 66 74 2
HSL 67° 94.74% 14.90%
HSB/HSV 67° 97.30% 29.02%
CMYK 10.81% 0.00% 97.30%
70.98%

Color #424A02 in popluar number systems.

HEX 42 4A 02
Decimal 66 74 2
Binary 1000010 1001010 10
Octal 102 112 2

Shades and tints

Shades of #424A02

#424A02
(66,74,2)
#3C4402
(60,68,2)
#363E02
(54,62,2)
#303802
(48,56,2)
#2A3202
(42,50,2)
#242C02
(36,44,2)
#1E2602
(30,38,2)
#182002
(24,32,2)
#121A02
(18,26,2)
#0C1402
(12,20,2)
#060E02
(6,14,2)
#000000
(0,0,0)

Tints of #424A02

#424A02
(66,74,2)
#535A19
(83,90,25)
#646A30
(100,106,48)
#757A47
(117,122,71)
#868A5E
(134,138,94)
#979A75
(151,154,117)
#A8AA8C
(168,170,140)
#B9BAA3
(185,186,163)
#CACABA
(202,202,186)
#DBDAD1
(219,218,209)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A02 color. Also use rgb(66,74,2) instead hex code.

Text Font Color

.myTextColor { color: #424A02; }

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

This text font color is #424A02.

Background Color

.myBgColor { background-color: #424A02; }

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

This div background color is #424A02.

Border color

.myBorderColor { border: 1px solid #424A02; }

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

This div border color is #424A02.

Opacity

.myOpacity80 { color: #424A02; opacity: 0.8; }

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

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

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

This text has shadow with #424A02 color.


.textShadow {text-shadow: 3px 3px 1px #424A02', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424A02; -webkit-box-shadow: 1px 1px 3px 2px #424A02; box-shadow:1px 1px 3px 2px #424A02;">
Div content here
</div>

This div box has shadow with color #424A02.

Preview

Color preview on black background

This text has color #424A02 on black background.


Color preview on white background

This text has color #424A02 on white background.


Black color preview on #424A02 background

This text has black color on #424A02 background.


White color preview on #424A02 background

This text has white color on #424A02 background.


Related colors

Complementary color

Complementary color for #hex is #BDB5FD.


I love getcolorcode.com

Triadic colors

1 #02424A and #4A0242 with #424A02 are triadic colors.

2 #024A42 and #4A4202 with #424A02 are triadic colors.