COLOR #424024

HEX: #424024
RGB: (66,64,36)

Color info

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

RGB color model

#424024 color RGB value is (66,64,36).

  • red value is 66;
  • green value is 64;
  • blue value is 36.
RGB:
(66,64,36)
(26%,25%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 36 of 255 = 14%

66
64
36

R + G + B ~ 22%. #424024 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 36 = 166 (100%)
R 66 of 166 ~ 39.76%
G 64 of 166 ~ 38.55%
B 36 of 166 ~ 21.69%

%39.76
%38.55
%21.69

CMYK color model

#424024 color CMYK value is (0,3,45,74).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 45.45%
  • key color value is 74.12%
CMYK:
(0,3,45,74)
C0M3Y45K74 
(0%,3%,45%,74%)
(0.00/0.03/0.45/0.74)	

CMYK percentages

%0
%3.03
%45.45
%74.12

Codes

Color #424024 in popluar color models

424024
RGB666436
HSL56°29.41%20.00%
HSB/HSV56°45.45%25.88%
CMYK0.00%3.03%45.45%
74.12%

Color #424024 in popluar number systems.

HEX424024
Decimal666436
Binary10000101000000100100
Octal10210044

Shades and tints

Shades of #424024

#424024
(66,64,36)
#3C3B21
(60,59,33)
#36361E
(54,54,30)
#30311B
(48,49,27)
#2A2C18
(42,44,24)
#242715
(36,39,21)
#1E2212
(30,34,18)
#181D0F
(24,29,15)
#12180C
(18,24,12)
#0C1309
(12,19,9)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #424024

#424024
(66,64,36)
#535137
(83,81,55)
#64624A
(100,98,74)
#75735D
(117,115,93)
#868470
(134,132,112)
#979583
(151,149,131)
#A8A696
(168,166,150)
#B9B7A9
(185,183,169)
#CAC8BC
(202,200,188)
#DBD9CF
(219,217,207)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424024 color. Also use rgb(66,64,36) instead hex code.

Text Font Color

.myTextColor { color: #424024; }

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

This text font color is #424024.


Background Color

.myBgColor { background-color: #424024; }

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

This div background color is #424024.


Border color

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

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

This div border color is #424024.


Opacity

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

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

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

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

This text has shadow with #424024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424024 on black background.


Color preview on white background

This text has color #424024 on white background.



Black color preview on #424024 background

This text has black color on #424024 background.


White color preview on #424024 background

This text has white color on #424024 background.