COLOR #424C2A

HEX: #424C2A RGB: (66,76,42)

Color info

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

RGB color model

#424C2A color RGB value is (66,76,42).

RGB: (66,76,42) (26%, 30%, 16%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 42 of 255 = 16%

66
76
42

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

Portions of RGB colors in percentages

R + G + B = 66 + 76 + 42 = 184 (100%)
R 66 of 184 ~ 35.87%
G 76 of 184 ~ 41.3%
B 42 of 184 ~ 22.83'%

%35.87
%41.3
%22.83

CMYK color model

#424C2A color CMYK value is (13,0,45,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 70.20%

CMYK: (13,0,45,70)
C13M0Y45K70 (13%, 0%, 45%, 70%)
(0.13 / 0.00 / 0.45 / 0.70)

CMYK percentages

%13.16
%0
%44.74
%70.2

Codes

Color #424C2A in popluar color models

42 4C 2A
RGB 66 76 42
HSL 78° 28.81% 23.14%
HSB/HSV 78° 44.74% 29.80%
CMYK 13.16% 0.00% 44.74%
70.20%

Color #424C2A in popluar number systems.

HEX 42 4C 2A
Decimal 66 76 42
Binary 1000010 1001100 101010
Octal 102 114 52

Shades and tints

Shades of #424C2A

#424C2A
(66,76,42)
#3C4627
(60,70,39)
#364024
(54,64,36)
#303A21
(48,58,33)
#2A341E
(42,52,30)
#242E1B
(36,46,27)
#1E2818
(30,40,24)
#182215
(24,34,21)
#121C12
(18,28,18)
#0C160F
(12,22,15)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #424C2A

#424C2A
(66,76,42)
#535C3D
(83,92,61)
#646C50
(100,108,80)
#757C63
(117,124,99)
#868C76
(134,140,118)
#979C89
(151,156,137)
#A8AC9C
(168,172,156)
#B9BCAF
(185,188,175)
#CACCC2
(202,204,194)
#DBDCD5
(219,220,213)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424C2A color. Also use rgb(66,76,42) instead hex code.

Text Font Color

.myTextColor { color: #424C2A; }

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

This text font color is #424C2A.

Background Color

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

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

This div background color is #424C2A.

Border color

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

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

This div border color is #424C2A.

Opacity

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

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

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

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

This text has shadow with #424C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424C2A.

Preview

Color preview on black background

This text has color #424C2A on black background.


Color preview on white background

This text has color #424C2A on white background.


Black color preview on #424C2A background

This text has black color on #424C2A background.


White color preview on #424C2A background

This text has white color on #424C2A background.


Related colors

Complementary color

Complementary color for #hex is #BDB3D5.


I love getcolorcode.com

Triadic colors

1 #2A424C and #4C2A42 with #424C2A are triadic colors.

2 #2A4C42 and #4C422A with #424C2A are triadic colors.