COLOR #424C35

HEX: #424C35
RGB: (66,76,53)

Color info

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

RGB color model

#424C35 color RGB value is (66,76,53).

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

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 53 of 255 = 21%

66
76
53

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 53 = 195 (100%)
R 66 of 195 ~ 33.85%
G 76 of 195 ~ 38.97%
B 53 of 195 ~ 27.18%

%33.85
%38.97
%27.18

CMYK color model

#424C35 color CMYK value is (13,0,30,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 70.20%
CMYK:
(13,0,30,70)
C13M0Y30K70 
(13%,0%,30%,70%)
(0.13/0.00/0.30/0.70)	

CMYK percentages

%13.16
%0
%30.26
%70.2

Codes

Color #424C35 in popluar color models

424C35
RGB667653
HSL86°17.83%25.29%
HSB/HSV86°30.26%29.80%
CMYK13.16%0.00%30.26%
70.20%

Color #424C35 in popluar number systems.

HEX424C35
Decimal667653
Binary10000101001100110101
Octal10211465

Shades and tints

Shades of #424C35

#424C35
(66,76,53)
#3C4631
(60,70,49)
#36402D
(54,64,45)
#303A29
(48,58,41)
#2A3425
(42,52,37)
#242E21
(36,46,33)
#1E281D
(30,40,29)
#182219
(24,34,25)
#121C15
(18,28,21)
#0C1611
(12,22,17)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #424C35

#424C35
(66,76,53)
#535C47
(83,92,71)
#646C59
(100,108,89)
#757C6B
(117,124,107)
#868C7D
(134,140,125)
#979C8F
(151,156,143)
#A8ACA1
(168,172,161)
#B9BCB3
(185,188,179)
#CACCC5
(202,204,197)
#DBDCD7
(219,220,215)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C35; }

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

This text font color is #424C35.


Background Color

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

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

This div background color is #424C35.


Border color

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

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

This div border color is #424C35.


Opacity

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

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

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

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

This text has shadow with #424C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C35 on black background.


Color preview on white background

This text has color #424C35 on white background.



Black color preview on #424C35 background

This text has black color on #424C35 background.


White color preview on #424C35 background

This text has white color on #424C35 background.