COLOR #424F00

HEX: #424F00 RGB: (66,79,0)

Color info

#424F00 contains only red and green colors. Web safe color of #424F00 is #336600 (or #360).

RGB color model

#424F00 color RGB value is (66,79,0).

RGB: (66,79,0) (26%, 31%, 0%)

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 0 of 255 = 0%

66
79
0

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

Portions of RGB colors in percentages

R + G + B = 66 + 79 + 0 = 145 (100%)
R 66 of 145 ~ 45.52%
G 79 of 145 ~ 54.48%
B 0 of 145 ~ 0'%

%45.52
%54.48

CMYK color model

#424F00 color CMYK value is (16,0,100,69).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 69.02%

CMYK: (16,0,100,69)
C16M0Y100K69 (16%, 0%, 100%, 69%)
(0.16 / 0.00 / 1.00 / 0.69)

CMYK percentages

%16.46
%0
%100
%69.02

Codes

Color #424F00 in popluar color models

42 4F 00
RGB 66 79 0
HSL 70° 100.00% 15.49%
HSB/HSV 70° 100.00% 30.98%
CMYK 16.46% 0.00% 100.00%
69.02%

Color #424F00 in popluar number systems.

HEX 42 4F 00
Decimal 66 79 0
Binary 1000010 1001111 0
Octal 102 117 0

Shades and tints

Shades of #424F00

#424F00
(66,79,0)
#3C4800
(60,72,0)
#364100
(54,65,0)
#303A00
(48,58,0)
#2A3300
(42,51,0)
#242C00
(36,44,0)
#1E2500
(30,37,0)
#181E00
(24,30,0)
#121700
(18,23,0)
#0C1000
(12,16,0)
#060900
(6,9,0)
#000000
(0,0,0)

Tints of #424F00

#424F00
(66,79,0)
#535F17
(83,95,23)
#646F2E
(100,111,46)
#757F45
(117,127,69)
#868F5C
(134,143,92)
#979F73
(151,159,115)
#A8AF8A
(168,175,138)
#B9BFA1
(185,191,161)
#CACFB8
(202,207,184)
#DBDFCF
(219,223,207)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424F00 color. Also use rgb(66,79,0) instead hex code.

Text Font Color

.myTextColor { color: #424F00; }

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

This text font color is #424F00.

Background Color

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

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

This div background color is #424F00.

Border color

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

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

This div border color is #424F00.

Opacity

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

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

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

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

This text has shadow with #424F00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424F00.

Preview

Color preview on black background

This text has color #424F00 on black background.


Color preview on white background

This text has color #424F00 on white background.


Black color preview on #424F00 background

This text has black color on #424F00 background.


White color preview on #424F00 background

This text has white color on #424F00 background.


Related colors

Complementary color

Complementary color for #hex is #BDB0FF.


I love getcolorcode.com

Triadic colors

1 #00424F and #4F0042 with #424F00 are triadic colors.

2 #004F42 and #4F4200 with #424F00 are triadic colors.