COLOR #424C1A

HEX: #424C1A
RGB: (66,76,26)

Color info

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

RGB color model

#424C1A color RGB value is (66,76,26).

  • red value is 66;
  • green value is 76;
  • blue value is 26.
RGB:
(66,76,26)
(26%,30%,10%)

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 26 of 255 = 10%

66
76
26

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 26 = 168 (100%)
R 66 of 168 ~ 39.29%
G 76 of 168 ~ 45.24%
B 26 of 168 ~ 15.48%

%39.29
%45.24
%15.48

CMYK color model

#424C1A color CMYK value is (13,0,66,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 70.20%
CMYK:
(13,0,66,70)
C13M0Y66K70 
(13%,0%,66%,70%)
(0.13/0.00/0.66/0.70)	

CMYK percentages

%13.16
%0
%65.79
%70.2

Codes

Color #424C1A in popluar color models

424C1A
RGB667626
HSL72°49.02%20.00%
HSB/HSV72°65.79%29.80%
CMYK13.16%0.00%65.79%
70.20%

Color #424C1A in popluar number systems.

HEX424C1A
Decimal667626
Binary1000010100110011010
Octal10211432

Shades and tints

Shades of #424C1A

#424C1A
(66,76,26)
#3C4618
(60,70,24)
#364016
(54,64,22)
#303A14
(48,58,20)
#2A3412
(42,52,18)
#242E10
(36,46,16)
#1E280E
(30,40,14)
#18220C
(24,34,12)
#121C0A
(18,28,10)
#0C1608
(12,22,8)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #424C1A

#424C1A
(66,76,26)
#535C2E
(83,92,46)
#646C42
(100,108,66)
#757C56
(117,124,86)
#868C6A
(134,140,106)
#979C7E
(151,156,126)
#A8AC92
(168,172,146)
#B9BCA6
(185,188,166)
#CACCBA
(202,204,186)
#DBDCCE
(219,220,206)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424C1A color. Also use rgb(66,76,26) instead hex code.

Text Font Color

.myTextColor { color: #424C1A; }

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

This text font color is #424C1A.


Background Color

.myBgColor { background-color: #424C1A; }

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

This div background color is #424C1A.


Border color

.myBorderColor { border: 1px solid #424C1A; }

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

This div border color is #424C1A.


Opacity

.myOpacity80 { color: #424C1A; opacity: 0.8; }

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

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

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

This text has shadow with #424C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C1A on black background.


Color preview on white background

This text has color #424C1A on white background.



Black color preview on #424C1A background

This text has black color on #424C1A background.


White color preview on #424C1A background

This text has white color on #424C1A background.