COLOR #424119

HEX: #424119 RGB: (66,65,25)

Color info

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

RGB color model

#424119 color RGB value is (66,65,25).

RGB: (66,65,25) (26%, 25%, 10%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 25 of 255 = 10%

66
65
25

R + G + B ~ 20%. #424119 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 25 = 156 (100%)
R 66 of 156 ~ 42.31%
G 65 of 156 ~ 41.67%
B 25 of 156 ~ 16.03'%

%42.31
%41.67
%16.03

CMYK color model

#424119 color CMYK value is (0,2,62,74).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK: (0,2,62,74) C0M2Y62K74 (0%,2%,62%,74%) (0.00/0.02/0.62/0.74) 

CMYK percentages

%0
%1.52
%62.12
%74.12

Codes

Color #424119 in popluar color models

42 41 19
RGB 66 65 25
HSL 59° 45.05% 17.84%
HSB/HSV 59° 62.12% 25.88%
CMYK 0.00% 1.52% 62.12%
74.12%

Color #424119 in popluar number systems.

HEX 42 41 19
Decimal 66 65 25
Binary 1000010 1000001 11001
Octal 102 101 31

Shades and tints

Shades of #424119

#424119
(66,65,25)
#3C3C17
(60,60,23)
#363715
(54,55,21)
#303213
(48,50,19)
#2A2D11
(42,45,17)
#24280F
(36,40,15)
#1E230D
(30,35,13)
#181E0B
(24,30,11)
#121909
(18,25,9)
#0C1407
(12,20,7)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #424119

#424119
(66,65,25)
#53522D
(83,82,45)
#646341
(100,99,65)
#757455
(117,116,85)
#868569
(134,133,105)
#97967D
(151,150,125)
#A8A791
(168,167,145)
#B9B8A5
(185,184,165)
#CAC9B9
(202,201,185)
#DBDACD
(219,218,205)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424119; }

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

This text font color is #424119.

Background Color

.myBgColor { background-color: #424119; }

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

This div background color is #424119.

Border color

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

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

This div border color is #424119.

Opacity

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

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

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

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

This text has shadow with #424119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424119.

Preview

Color preview on black background

This text has color #424119 on black background.


Color preview on white background

This text has color #424119 on white background.


Black color preview on #424119 background

This text has black color on #424119 background.


White color preview on #424119 background

This text has white color on #424119 background.


Related colors

Complementary color

Complementary color for #hex is #BDBEE6.


I love getcolorcode.com

Triadic colors

1 #194241 and #411942 with #424119 are triadic colors.

2 #194142 and #414219 with #424119 are triadic colors.