COLOR #424400

HEX: #424400 RGB: (66,68,0)

Color info

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

RGB color model

#424400 color RGB value is (66,68,0).

RGB: (66,68,0) (26%, 27%, 0%)

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 0 of 255 = 0%

66
68
0

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

Portions of RGB colors in percentages

R + G + B = 66 + 68 + 0 = 134 (100%)
R 66 of 134 ~ 49.25%
G 68 of 134 ~ 50.75%
B 0 of 134 ~ 0'%

%49.25
%50.75

CMYK color model

#424400 color CMYK value is (3,0,100,73).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 73.33%

CMYK: (3,0,100,73)
C3M0Y100K73 (3%, 0%, 100%, 73%)
(0.03 / 0.00 / 1.00 / 0.73)

CMYK percentages

%2.94
%0
%100
%73.33

Codes

Color #424400 in popluar color models

42 44 00
RGB 66 68 0
HSL 62° 100.00% 13.33%
HSB/HSV 62° 100.00% 26.67%
CMYK 2.94% 0.00% 100.00%
73.33%

Color #424400 in popluar number systems.

HEX 42 44 00
Decimal 66 68 0
Binary 1000010 1000100 0
Octal 102 104 0

Shades and tints

Shades of #424400

#424400
(66,68,0)
#3C3E00
(60,62,0)
#363800
(54,56,0)
#303200
(48,50,0)
#2A2C00
(42,44,0)
#242600
(36,38,0)
#1E2000
(30,32,0)
#181A00
(24,26,0)
#121400
(18,20,0)
#0C0E00
(12,14,0)
#060800
(6,8,0)
#000000
(0,0,0)

Tints of #424400

#424400
(66,68,0)
#535517
(83,85,23)
#64662E
(100,102,46)
#757745
(117,119,69)
#86885C
(134,136,92)
#979973
(151,153,115)
#A8AA8A
(168,170,138)
#B9BBA1
(185,187,161)
#CACCB8
(202,204,184)
#DBDDCF
(219,221,207)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424400; }

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

This text font color is #424400.

Background Color

.myBgColor { background-color: #424400; }

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

This div background color is #424400.

Border color

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

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

This div border color is #424400.

Opacity

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

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

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

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

This text has shadow with #424400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424400.

Preview

Color preview on black background

This text has color #424400 on black background.


Color preview on white background

This text has color #424400 on white background.


Black color preview on #424400 background

This text has black color on #424400 background.


White color preview on #424400 background

This text has white color on #424400 background.


Related colors

Complementary color

Complementary color for #hex is #BDBBFF.


I love getcolorcode.com

Triadic colors

1 #004244 and #440042 with #424400 are triadic colors.

2 #004442 and #444200 with #424400 are triadic colors.