COLOR #424E3E

HEX: #424E3E
RGB: (66,78,62)

Color info

#424E3E contains red, green and blue colors in about the same proportion. Web safe color of #424E3E is #336633 (or #363).

RGB color model

#424E3E color RGB value is (66,78,62).

  • red value is 66;
  • green value is 78;
  • blue value is 62.
RGB:
(66,78,62)
(26%,31%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 62 of 255 = 24%

66
78
62

R + G + B ~ 27%. #424E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 62 = 206 (100%)
R 66 of 206 ~ 32.04%
G 78 of 206 ~ 37.86%
B 62 of 206 ~ 30.1%

%32.04
%37.86
%30.1

CMYK color model

#424E3E color CMYK value is (15,0,21,69).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 69.41%
CMYK:
(15,0,21,69)
C15M0Y21K69 
(15%,0%,21%,69%)
(0.15/0.00/0.21/0.69)	

CMYK percentages

%15.38
%0
%20.51
%69.41

Codes

Color #424E3E in popluar color models

424E3E
RGB667862
HSL105°11.43%27.45%
HSB/HSV105°20.51%30.59%
CMYK15.38%0.00%20.51%
69.41%

Color #424E3E in popluar number systems.

HEX424E3E
Decimal667862
Binary10000101001110111110
Octal10211676

Shades and tints

Shades of #424E3E

#424E3E
(66,78,62)
#3C4739
(60,71,57)
#364034
(54,64,52)
#30392F
(48,57,47)
#2A322A
(42,50,42)
#242B25
(36,43,37)
#1E2420
(30,36,32)
#181D1B
(24,29,27)
#121616
(18,22,22)
#0C0F11
(12,15,17)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #424E3E

#424E3E
(66,78,62)
#535E4F
(83,94,79)
#646E60
(100,110,96)
#757E71
(117,126,113)
#868E82
(134,142,130)
#979E93
(151,158,147)
#A8AEA4
(168,174,164)
#B9BEB5
(185,190,181)
#CACEC6
(202,206,198)
#DBDED7
(219,222,215)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E3E color. Also use rgb(66,78,62) instead hex code.

Text Font Color

.myTextColor { color: #424E3E; }

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

This text font color is #424E3E.


Background Color

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

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

This div background color is #424E3E.


Border color

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

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

This div border color is #424E3E.


Opacity

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

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

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

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

This text has shadow with #424E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E3E on black background.


Color preview on white background

This text has color #424E3E on white background.



Black color preview on #424E3E background

This text has black color on #424E3E background.


White color preview on #424E3E background

This text has white color on #424E3E background.