COLOR #424306

HEX: #424306 RGB: (66,67,6)

Color info

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

RGB color model

#424306 color RGB value is (66,67,6).

RGB: (66,67,6) (26%, 26%, 2%)

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 6 of 255 = 2%

66
67
6

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

Portions of RGB colors in percentages

R + G + B = 66 + 67 + 6 = 139 (100%)
R 66 of 139 ~ 47.48%
G 67 of 139 ~ 48.2%
B 6 of 139 ~ 4.32'%

%47.48
%48.2

CMYK color model

#424306 color CMYK value is (1,0,91,74).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 91.04%
  • key color value is 73.73%

CMYK: (1,0,91,74)
C1M0Y91K74 (1%, 0%, 91%, 74%)
(0.01 / 0.00 / 0.91 / 0.74)

CMYK percentages

%1.49
%0
%91.04
%73.73

Codes

Color #424306 in popluar color models

42 43 06
RGB 66 67 6
HSL 61° 83.56% 14.31%
HSB/HSV 61° 91.04% 26.27%
CMYK 1.49% 0.00% 91.04%
73.73%

Color #424306 in popluar number systems.

HEX 42 43 06
Decimal 66 67 6
Binary 1000010 1000011 110
Octal 102 103 6

Shades and tints

Shades of #424306

#424306
(66,67,6)
#3C3D06
(60,61,6)
#363706
(54,55,6)
#303106
(48,49,6)
#2A2B06
(42,43,6)
#242506
(36,37,6)
#1E1F06
(30,31,6)
#181906
(24,25,6)
#121306
(18,19,6)
#0C0D06
(12,13,6)
#060706
(6,7,6)
#000000
(0,0,0)

Tints of #424306

#424306
(66,67,6)
#53541C
(83,84,28)
#646532
(100,101,50)
#757648
(117,118,72)
#86875E
(134,135,94)
#979874
(151,152,116)
#A8A98A
(168,169,138)
#B9BAA0
(185,186,160)
#CACBB6
(202,203,182)
#DBDCCC
(219,220,204)
#ECEDE2
(236,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424306; }

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

This text font color is #424306.

Background Color

.myBgColor { background-color: #424306; }

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

This div background color is #424306.

Border color

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

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

This div border color is #424306.

Opacity

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

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

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

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

This text has shadow with #424306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424306.

Preview

Color preview on black background

This text has color #424306 on black background.


Color preview on white background

This text has color #424306 on white background.


Black color preview on #424306 background

This text has black color on #424306 background.


White color preview on #424306 background

This text has white color on #424306 background.


Related colors

Complementary color

Complementary color for #hex is #BDBCF9.


I love getcolorcode.com

Triadic colors

1 #064243 and #430642 with #424306 are triadic colors.

2 #064342 and #434206 with #424306 are triadic colors.