COLOR #424C3A

HEX: #424C3A RGB: (66,76,58)

Color info

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

RGB color model

#424C3A color RGB value is (66,76,58).

RGB: (66,76,58) (26%, 30%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 58 of 255 = 23%

66
76
58

R + G + B ~ 26%. #424C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 76 + 58 = 200 (100%)
R 66 of 200 ~ 33%
G 76 of 200 ~ 38%
B 58 of 200 ~ 29'%

%33
%38
%29

CMYK color model

#424C3A color CMYK value is (13,0,24,70).

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

CMYK: (13,0,24,70)
C13M0Y24K70 (13%, 0%, 24%, 70%)
(0.13 / 0.00 / 0.24 / 0.70)

CMYK percentages

%13.16
%0
%23.68
%70.2

Codes

Color #424C3A in popluar color models

42 4C 3A
RGB 66 76 58
HSL 93° 13.43% 26.27%
HSB/HSV 93° 23.68% 29.80%
CMYK 13.16% 0.00% 23.68%
70.20%

Color #424C3A in popluar number systems.

HEX 42 4C 3A
Decimal 66 76 58
Binary 1000010 1001100 111010
Octal 102 114 72

Shades and tints

Shades of #424C3A

#424C3A
(66,76,58)
#3C4635
(60,70,53)
#364030
(54,64,48)
#303A2B
(48,58,43)
#2A3426
(42,52,38)
#242E21
(36,46,33)
#1E281C
(30,40,28)
#182217
(24,34,23)
#121C12
(18,28,18)
#0C160D
(12,22,13)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #424C3A

#424C3A
(66,76,58)
#535C4B
(83,92,75)
#646C5C
(100,108,92)
#757C6D
(117,124,109)
#868C7E
(134,140,126)
#979C8F
(151,156,143)
#A8ACA0
(168,172,160)
#B9BCB1
(185,188,177)
#CACCC2
(202,204,194)
#DBDCD3
(219,220,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C3A; }

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

This text font color is #424C3A.

Background Color

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

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

This div background color is #424C3A.

Border color

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

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

This div border color is #424C3A.

Opacity

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

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

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

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

This text has shadow with #424C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424C3A.

Preview

Color preview on black background

This text has color #424C3A on black background.


Color preview on white background

This text has color #424C3A on white background.


Black color preview on #424C3A background

This text has black color on #424C3A background.


White color preview on #424C3A background

This text has white color on #424C3A background.


Related colors

Complementary color

Complementary color for #hex is #BDB3C5.


I love getcolorcode.com

Triadic colors

1 #3A424C and #4C3A42 with #424C3A are triadic colors.

2 #3A4C42 and #4C423A with #424C3A are triadic colors.