COLOR #424C29

HEX: #424C29
RGB: (66,76,41)

Color info

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

RGB color model

#424C29 color RGB value is (66,76,41).

  • red value is 66;
  • green value is 76;
  • blue value is 41.
RGB:
(66,76,41)
(26%,30%,16%)

RGB channels and saturation

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

66
76
41

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 41 = 183 (100%)
R 66 of 183 ~ 36.07%
G 76 of 183 ~ 41.53%
B 41 of 183 ~ 22.4%

%36.07
%41.53
%22.4

CMYK color model

#424C29 color CMYK value is (13,0,46,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 70.20%
CMYK:
(13,0,46,70)
C13M0Y46K70 
(13%,0%,46%,70%)
(0.13/0.00/0.46/0.70)	

CMYK percentages

%13.16
%0
%46.05
%70.2

Codes

Color #424C29 in popluar color models

424C29
RGB667641
HSL77°29.91%22.94%
HSB/HSV77°46.05%29.80%
CMYK13.16%0.00%46.05%
70.20%

Color #424C29 in popluar number systems.

HEX424C29
Decimal667641
Binary10000101001100101001
Octal10211451

Shades and tints

Shades of #424C29

#424C29
(66,76,41)
#3C4626
(60,70,38)
#364023
(54,64,35)
#303A20
(48,58,32)
#2A341D
(42,52,29)
#242E1A
(36,46,26)
#1E2817
(30,40,23)
#182214
(24,34,20)
#121C11
(18,28,17)
#0C160E
(12,22,14)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #424C29

#424C29
(66,76,41)
#535C3C
(83,92,60)
#646C4F
(100,108,79)
#757C62
(117,124,98)
#868C75
(134,140,117)
#979C88
(151,156,136)
#A8AC9B
(168,172,155)
#B9BCAE
(185,188,174)
#CACCC1
(202,204,193)
#DBDCD4
(219,220,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C29; }

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

This text font color is #424C29.


Background Color

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

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

This div background color is #424C29.


Border color

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

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

This div border color is #424C29.


Opacity

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

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

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

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

This text has shadow with #424C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C29 on black background.


Color preview on white background

This text has color #424C29 on white background.



Black color preview on #424C29 background

This text has black color on #424C29 background.


White color preview on #424C29 background

This text has white color on #424C29 background.