COLOR #424435

HEX: #424435
RGB: (66,68,53)

Color info

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

RGB color model

#424435 color RGB value is (66,68,53).

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

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 53 of 255 = 21%

66
68
53

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

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 53 = 187 (100%)
R 66 of 187 ~ 35.29%
G 68 of 187 ~ 36.36%
B 53 of 187 ~ 28.34%

%35.29
%36.36
%28.34

CMYK color model

#424435 color CMYK value is (3,0,22,73).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(3,0,22,73)
C3M0Y22K73 
(3%,0%,22%,73%)
(0.03/0.00/0.22/0.73)	

CMYK percentages

%2.94
%0
%22.06
%73.33

Codes

Color #424435 in popluar color models

424435
RGB666853
HSL68°12.40%23.73%
HSB/HSV68°22.06%26.67%
CMYK2.94%0.00%22.06%
73.33%

Color #424435 in popluar number systems.

HEX424435
Decimal666853
Binary10000101000100110101
Octal10210465

Shades and tints

Shades of #424435

#424435
(66,68,53)
#3C3E31
(60,62,49)
#36382D
(54,56,45)
#303229
(48,50,41)
#2A2C25
(42,44,37)
#242621
(36,38,33)
#1E201D
(30,32,29)
#181A19
(24,26,25)
#121415
(18,20,21)
#0C0E11
(12,14,17)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #424435

#424435
(66,68,53)
#535547
(83,85,71)
#646659
(100,102,89)
#75776B
(117,119,107)
#86887D
(134,136,125)
#97998F
(151,153,143)
#A8AAA1
(168,170,161)
#B9BBB3
(185,187,179)
#CACCC5
(202,204,197)
#DBDDD7
(219,221,215)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424435; }

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

This text font color is #424435.


Background Color

.myBgColor { background-color: #424435; }

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

This div background color is #424435.


Border color

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

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

This div border color is #424435.


Opacity

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

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

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

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

This text has shadow with #424435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424435 on black background.


Color preview on white background

This text has color #424435 on white background.



Black color preview on #424435 background

This text has black color on #424435 background.


White color preview on #424435 background

This text has white color on #424435 background.