COLOR #424419

HEX: #424419
RGB: (66,68,25)

Color info

#424419 contains red, green and blue colors in about the same proportion. Web safe color of #424419 is #333300 (or #330).

RGB color model

#424419 color RGB value is (66,68,25).

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

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 25 of 255 = 10%

66
68
25

R + G + B ~ 21%. #424419 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 25 = 159 (100%)
R 66 of 159 ~ 41.51%
G 68 of 159 ~ 42.77%
B 25 of 159 ~ 15.72%

%41.51
%42.77
%15.72

CMYK color model

#424419 color CMYK value is (3,0,63,73).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(3,0,63,73)
C3M0Y63K73 
(3%,0%,63%,73%)
(0.03/0.00/0.63/0.73)	

CMYK percentages

%2.94
%0
%63.24
%73.33

Codes

Color #424419 in popluar color models

424419
RGB666825
HSL63°46.24%18.24%
HSB/HSV63°63.24%26.67%
CMYK2.94%0.00%63.24%
73.33%

Color #424419 in popluar number systems.

HEX424419
Decimal666825
Binary1000010100010011001
Octal10210431

Shades and tints

Shades of #424419

#424419
(66,68,25)
#3C3E17
(60,62,23)
#363815
(54,56,21)
#303213
(48,50,19)
#2A2C11
(42,44,17)
#24260F
(36,38,15)
#1E200D
(30,32,13)
#181A0B
(24,26,11)
#121409
(18,20,9)
#0C0E07
(12,14,7)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #424419

#424419
(66,68,25)
#53552D
(83,85,45)
#646641
(100,102,65)
#757755
(117,119,85)
#868869
(134,136,105)
#97997D
(151,153,125)
#A8AA91
(168,170,145)
#B9BBA5
(185,187,165)
#CACCB9
(202,204,185)
#DBDDCD
(219,221,205)
#ECEEE1
(236,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424419; }

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

This text font color is #424419.


Background Color

.myBgColor { background-color: #424419; }

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

This div background color is #424419.


Border color

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

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

This div border color is #424419.


Opacity

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

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

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

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

This text has shadow with #424419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424419 on black background.


Color preview on white background

This text has color #424419 on white background.



Black color preview on #424419 background

This text has black color on #424419 background.


White color preview on #424419 background

This text has white color on #424419 background.