COLOR #424A33

HEX: #424A33 RGB: (66,74,51)

Color info

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

RGB color model

#424A33 color RGB value is (66,74,51).

RGB: (66,74,51) (26%, 29%, 20%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 51 of 255 = 20%

66
74
51

R + G + B ~ 25%. #424A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 51 = 191 (100%)
R 66 of 191 ~ 34.55%
G 74 of 191 ~ 38.74%
B 51 of 191 ~ 26.7'%

%34.55
%38.74
%26.7

CMYK color model

#424A33 color CMYK value is (11,0,31,71).

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

CMYK: (11,0,31,71)
C11M0Y31K71 (11%, 0%, 31%, 71%)
(0.11 / 0.00 / 0.31 / 0.71)

CMYK percentages

%10.81
%0
%31.08
%70.98

Codes

Color #424A33 in popluar color models

42 4A 33
RGB 66 74 51
HSL 81° 18.40% 24.51%
HSB/HSV 81° 31.08% 29.02%
CMYK 10.81% 0.00% 31.08%
70.98%

Color #424A33 in popluar number systems.

HEX 42 4A 33
Decimal 66 74 51
Binary 1000010 1001010 110011
Octal 102 112 63

Shades and tints

Shades of #424A33

#424A33
(66,74,51)
#3C442F
(60,68,47)
#363E2B
(54,62,43)
#303827
(48,56,39)
#2A3223
(42,50,35)
#242C1F
(36,44,31)
#1E261B
(30,38,27)
#182017
(24,32,23)
#121A13
(18,26,19)
#0C140F
(12,20,15)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #424A33

#424A33
(66,74,51)
#535A45
(83,90,69)
#646A57
(100,106,87)
#757A69
(117,122,105)
#868A7B
(134,138,123)
#979A8D
(151,154,141)
#A8AA9F
(168,170,159)
#B9BAB1
(185,186,177)
#CACAC3
(202,202,195)
#DBDAD5
(219,218,213)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A33; }

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

This text font color is #424A33.

Background Color

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

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

This div background color is #424A33.

Border color

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

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

This div border color is #424A33.

Opacity

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

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

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

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

This text has shadow with #424A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A33.

Preview

Color preview on black background

This text has color #424A33 on black background.


Color preview on white background

This text has color #424A33 on white background.


Black color preview on #424A33 background

This text has black color on #424A33 background.


White color preview on #424A33 background

This text has white color on #424A33 background.


Related colors

Complementary color

Complementary color for #hex is #BDB5CC.


I love getcolorcode.com

Triadic colors

1 #33424A and #4A3342 with #424A33 are triadic colors.

2 #334A42 and #4A4233 with #424A33 are triadic colors.