COLOR #424739

HEX: #424739
RGB: (66,71,57)

Color info

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

RGB color model

#424739 color RGB value is (66,71,57).

  • red value is 66;
  • green value is 71;
  • blue value is 57.
RGB:
(66,71,57)
(26%,28%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 57 of 255 = 22%

66
71
57

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 57 = 194 (100%)
R 66 of 194 ~ 34.02%
G 71 of 194 ~ 36.6%
B 57 of 194 ~ 29.38%

%34.02
%36.6
%29.38

CMYK color model

#424739 color CMYK value is (7,0,20,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 19.72%
  • key color value is 72.16%
CMYK:
(7,0,20,72)
C7M0Y20K72 
(7%,0%,20%,72%)
(0.07/0.00/0.20/0.72)	

CMYK percentages

%7.04
%0
%19.72
%72.16

Codes

Color #424739 in popluar color models

424739
RGB667157
HSL81°10.94%25.10%
HSB/HSV81°19.72%27.84%
CMYK7.04%0.00%19.72%
72.16%

Color #424739 in popluar number systems.

HEX424739
Decimal667157
Binary10000101000111111001
Octal10210771

Shades and tints

Shades of #424739

#424739
(66,71,57)
#3C4134
(60,65,52)
#363B2F
(54,59,47)
#30352A
(48,53,42)
#2A2F25
(42,47,37)
#242920
(36,41,32)
#1E231B
(30,35,27)
#181D16
(24,29,22)
#121711
(18,23,17)
#0C110C
(12,17,12)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #424739

#424739
(66,71,57)
#53574B
(83,87,75)
#64675D
(100,103,93)
#75776F
(117,119,111)
#868781
(134,135,129)
#979793
(151,151,147)
#A8A7A5
(168,167,165)
#B9B7B7
(185,183,183)
#CAC7C9
(202,199,201)
#DBD7DB
(219,215,219)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424739 color. Also use rgb(66,71,57) instead hex code.

Text Font Color

.myTextColor { color: #424739; }

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

This text font color is #424739.


Background Color

.myBgColor { background-color: #424739; }

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

This div background color is #424739.


Border color

.myBorderColor { border: 1px solid #424739; }

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

This div border color is #424739.


Opacity

.myOpacity80 { color: #424739; opacity: 0.8; }

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

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

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

This text has shadow with #424739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424739 on black background.


Color preview on white background

This text has color #424739 on white background.



Black color preview on #424739 background

This text has black color on #424739 background.


White color preview on #424739 background

This text has white color on #424739 background.