COLOR #424A2C

HEX: #424A2C RGB: (66,74,44)

Color info

#424A2C contains red, green and blue colors in about the same proportion. Web safe color of #424A2C is #333333 (or #333).

RGB color model

#424A2C color RGB value is (66,74,44).

RGB: (66,74,44) (26%, 29%, 17%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 44 of 255 = 17%

66
74
44

R + G + B ~ 24%. #424A2C is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 44 = 184 (100%)
R 66 of 184 ~ 35.87%
G 74 of 184 ~ 40.22%
B 44 of 184 ~ 23.91'%

%35.87
%40.22
%23.91

CMYK color model

#424A2C color CMYK value is (11,0,41,71).

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

CMYK: (11,0,41,71)
C11M0Y41K71 (11%, 0%, 41%, 71%)
(0.11 / 0.00 / 0.41 / 0.71)

CMYK percentages

%10.81
%0
%40.54
%70.98

Codes

Color #424A2C in popluar color models

42 4A 2C
RGB 66 74 44
HSL 76° 25.42% 23.14%
HSB/HSV 76° 40.54% 29.02%
CMYK 10.81% 0.00% 40.54%
70.98%

Color #424A2C in popluar number systems.

HEX 42 4A 2C
Decimal 66 74 44
Binary 1000010 1001010 101100
Octal 102 112 54

Shades and tints

Shades of #424A2C

#424A2C
(66,74,44)
#3C4428
(60,68,40)
#363E24
(54,62,36)
#303820
(48,56,32)
#2A321C
(42,50,28)
#242C18
(36,44,24)
#1E2614
(30,38,20)
#182010
(24,32,16)
#121A0C
(18,26,12)
#0C1408
(12,20,8)
#060E04
(6,14,4)
#000000
(0,0,0)

Tints of #424A2C

#424A2C
(66,74,44)
#535A3F
(83,90,63)
#646A52
(100,106,82)
#757A65
(117,122,101)
#868A78
(134,138,120)
#979A8B
(151,154,139)
#A8AA9E
(168,170,158)
#B9BAB1
(185,186,177)
#CACAC4
(202,202,196)
#DBDAD7
(219,218,215)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A2C; }

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

This text font color is #424A2C.

Background Color

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

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

This div background color is #424A2C.

Border color

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

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

This div border color is #424A2C.

Opacity

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

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

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

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

This text has shadow with #424A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A2C.

Preview

Color preview on black background

This text has color #424A2C on black background.


Color preview on white background

This text has color #424A2C on white background.


Black color preview on #424A2C background

This text has black color on #424A2C background.


White color preview on #424A2C background

This text has white color on #424A2C background.


Related colors

Complementary color

Complementary color for #hex is #BDB5D3.


I love getcolorcode.com

Triadic colors

1 #2C424A and #4A2C42 with #424A2C are triadic colors.

2 #2C4A42 and #4A422C with #424A2C are triadic colors.