COLOR #424D3B

HEX: #424D3B
RGB: (66,77,59)

Color info

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

RGB color model

#424D3B color RGB value is (66,77,59).

  • red value is 66;
  • green value is 77;
  • blue value is 59.
RGB:
(66,77,59)
(26%,30%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 59 of 255 = 23%

66
77
59

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

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 59 = 202 (100%)
R 66 of 202 ~ 32.67%
G 77 of 202 ~ 38.12%
B 59 of 202 ~ 29.21%

%32.67
%38.12
%29.21

CMYK color model

#424D3B color CMYK value is (14,0,23,70).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(14,0,23,70)
C14M0Y23K70 
(14%,0%,23%,70%)
(0.14/0.00/0.23/0.70)	

CMYK percentages

%14.29
%0
%23.38
%69.8

Codes

Color #424D3B in popluar color models

424D3B
RGB667759
HSL97°13.24%26.67%
HSB/HSV97°23.38%30.20%
CMYK14.29%0.00%23.38%
69.80%

Color #424D3B in popluar number systems.

HEX424D3B
Decimal667759
Binary10000101001101111011
Octal10211573

Shades and tints

Shades of #424D3B

#424D3B
(66,77,59)
#3C4636
(60,70,54)
#363F31
(54,63,49)
#30382C
(48,56,44)
#2A3127
(42,49,39)
#242A22
(36,42,34)
#1E231D
(30,35,29)
#181C18
(24,28,24)
#121513
(18,21,19)
#0C0E0E
(12,14,14)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #424D3B

#424D3B
(66,77,59)
#535D4C
(83,93,76)
#646D5D
(100,109,93)
#757D6E
(117,125,110)
#868D7F
(134,141,127)
#979D90
(151,157,144)
#A8ADA1
(168,173,161)
#B9BDB2
(185,189,178)
#CACDC3
(202,205,195)
#DBDDD4
(219,221,212)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D3B color. Also use rgb(66,77,59) instead hex code.

Text Font Color

.myTextColor { color: #424D3B; }

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

This text font color is #424D3B.


Background Color

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

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

This div background color is #424D3B.


Border color

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

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

This div border color is #424D3B.


Opacity

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

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

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

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

This text has shadow with #424D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D3B on black background.


Color preview on white background

This text has color #424D3B on white background.



Black color preview on #424D3B background

This text has black color on #424D3B background.


White color preview on #424D3B background

This text has white color on #424D3B background.