COLOR #424200

HEX: #424200
RGB: (66,66,0)

Color info

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

RGB color model

#424200 color RGB value is (66,66,0).

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

RGB channels and saturation

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

66
66
0

R + G + B ~ 17%. #424200 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 0 = 132 (100%)
R 66 of 132 ~ 50%
G 66 of 132 ~ 50%
B 0 of 132 ~ 0%

%50
%50

CMYK color model

#424200 color CMYK value is (0,0,100,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 74.12%
CMYK:
(0,0,100,74)
C0M0Y100K74 
(0%,0%,100%,74%)
(0.00/0.00/1.00/0.74)	

CMYK percentages

%0
%0
%100
%74.12

Codes

Color #424200 in popluar color models

424200
RGB66660
HSL60°100.00%12.94%
HSB/HSV60°100.00%25.88%
CMYK0.00%0.00%100.00%
74.12%

Color #424200 in popluar number systems.

HEX424200
Decimal66660
Binary100001010000100
Octal1021020

Shades and tints

Shades of #424200

#424200
(66,66,0)
#3C3C00
(60,60,0)
#363600
(54,54,0)
#303000
(48,48,0)
#2A2A00
(42,42,0)
#242400
(36,36,0)
#1E1E00
(30,30,0)
#181800
(24,24,0)
#121200
(18,18,0)
#0C0C00
(12,12,0)
#060600
(6,6,0)
#000000
(0,0,0)

Tints of #424200

#424200
(66,66,0)
#535317
(83,83,23)
#64642E
(100,100,46)
#757545
(117,117,69)
#86865C
(134,134,92)
#979773
(151,151,115)
#A8A88A
(168,168,138)
#B9B9A1
(185,185,161)
#CACAB8
(202,202,184)
#DBDBCF
(219,219,207)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424200; }

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

This text font color is #424200.


Background Color

.myBgColor { background-color: #424200; }

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

This div background color is #424200.


Border color

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

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

This div border color is #424200.


Opacity

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

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

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

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

This text has shadow with #424200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424200 on black background.


Color preview on white background

This text has color #424200 on white background.



Black color preview on #424200 background

This text has black color on #424200 background.


White color preview on #424200 background

This text has white color on #424200 background.