COLOR #424636

HEX: #424636
RGB: (66,70,54)

Color info

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

RGB color model

#424636 color RGB value is (66,70,54).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 54 of 255 = 21%

66
70
54

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 54 = 190 (100%)
R 66 of 190 ~ 34.74%
G 70 of 190 ~ 36.84%
B 54 of 190 ~ 28.42%

%34.74
%36.84
%28.42

CMYK color model

#424636 color CMYK value is (6,0,23,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(6,0,23,73)
C6M0Y23K73 
(6%,0%,23%,73%)
(0.06/0.00/0.23/0.73)	

CMYK percentages

%5.71
%0
%22.86
%72.55

Codes

Color #424636 in popluar color models

424636
RGB667054
HSL75°12.90%24.31%
HSB/HSV75°22.86%27.45%
CMYK5.71%0.00%22.86%
72.55%

Color #424636 in popluar number systems.

HEX424636
Decimal667054
Binary10000101000110110110
Octal10210666

Shades and tints

Shades of #424636

#424636
(66,70,54)
#3C4032
(60,64,50)
#363A2E
(54,58,46)
#30342A
(48,52,42)
#2A2E26
(42,46,38)
#242822
(36,40,34)
#1E221E
(30,34,30)
#181C1A
(24,28,26)
#121616
(18,22,22)
#0C1012
(12,16,18)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #424636

#424636
(66,70,54)
#535648
(83,86,72)
#64665A
(100,102,90)
#75766C
(117,118,108)
#86867E
(134,134,126)
#979690
(151,150,144)
#A8A6A2
(168,166,162)
#B9B6B4
(185,182,180)
#CAC6C6
(202,198,198)
#DBD6D8
(219,214,216)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424636 color. Also use rgb(66,70,54) instead hex code.

Text Font Color

.myTextColor { color: #424636; }

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

This text font color is #424636.


Background Color

.myBgColor { background-color: #424636; }

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

This div background color is #424636.


Border color

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

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

This div border color is #424636.


Opacity

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

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

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

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

This text has shadow with #424636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424636 on black background.


Color preview on white background

This text has color #424636 on white background.



Black color preview on #424636 background

This text has black color on #424636 background.


White color preview on #424636 background

This text has white color on #424636 background.