COLOR #424C2E

HEX: #424C2E
RGB: (66,76,46)

Color info

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

RGB color model

#424C2E color RGB value is (66,76,46).

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

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 46 of 255 = 18%

66
76
46

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 46 = 188 (100%)
R 66 of 188 ~ 35.11%
G 76 of 188 ~ 40.43%
B 46 of 188 ~ 24.47%

%35.11
%40.43
%24.47

CMYK color model

#424C2E color CMYK value is (13,0,39,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 70.20%
CMYK:
(13,0,39,70)
C13M0Y39K70 
(13%,0%,39%,70%)
(0.13/0.00/0.39/0.70)	

CMYK percentages

%13.16
%0
%39.47
%70.2

Codes

Color #424C2E in popluar color models

424C2E
RGB667646
HSL80°24.59%23.92%
HSB/HSV80°39.47%29.80%
CMYK13.16%0.00%39.47%
70.20%

Color #424C2E in popluar number systems.

HEX424C2E
Decimal667646
Binary10000101001100101110
Octal10211456

Shades and tints

Shades of #424C2E

#424C2E
(66,76,46)
#3C462A
(60,70,42)
#364026
(54,64,38)
#303A22
(48,58,34)
#2A341E
(42,52,30)
#242E1A
(36,46,26)
#1E2816
(30,40,22)
#182212
(24,34,18)
#121C0E
(18,28,14)
#0C160A
(12,22,10)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #424C2E

#424C2E
(66,76,46)
#535C41
(83,92,65)
#646C54
(100,108,84)
#757C67
(117,124,103)
#868C7A
(134,140,122)
#979C8D
(151,156,141)
#A8ACA0
(168,172,160)
#B9BCB3
(185,188,179)
#CACCC6
(202,204,198)
#DBDCD9
(219,220,217)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C2E; }

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

This text font color is #424C2E.


Background Color

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

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

This div background color is #424C2E.


Border color

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

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

This div border color is #424C2E.


Opacity

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

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

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

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

This text has shadow with #424C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C2E on black background.


Color preview on white background

This text has color #424C2E on white background.



Black color preview on #424C2E background

This text has black color on #424C2E background.


White color preview on #424C2E background

This text has white color on #424C2E background.