COLOR #424210

HEX: #424210
RGB: (66,66,16)

Color info

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

RGB color model

#424210 color RGB value is (66,66,16).

  • red value is 66;
  • green value is 66;
  • blue value is 16.
RGB:
(66,66,16)
(26%,26%,6%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 16 of 255 = 6%

66
66
16

R + G + B ~ 19%. #424210 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 16 = 148 (100%)
R 66 of 148 ~ 44.59%
G 66 of 148 ~ 44.59%
B 16 of 148 ~ 10.81%

%44.59
%44.59
%10.81

CMYK color model

#424210 color CMYK value is (0,0,76,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,0,76,74)
C0M0Y76K74 
(0%,0%,76%,74%)
(0.00/0.00/0.76/0.74)	

CMYK percentages

%0
%0
%75.76
%74.12

Codes

Color #424210 in popluar color models

424210
RGB666616
HSL60°60.98%16.08%
HSB/HSV60°75.76%25.88%
CMYK0.00%0.00%75.76%
74.12%

Color #424210 in popluar number systems.

HEX424210
Decimal666616
Binary1000010100001010000
Octal10210220

Shades and tints

Shades of #424210

#424210
(66,66,16)
#3C3C0F
(60,60,15)
#36360E
(54,54,14)
#30300D
(48,48,13)
#2A2A0C
(42,42,12)
#24240B
(36,36,11)
#1E1E0A
(30,30,10)
#181809
(24,24,9)
#121208
(18,18,8)
#0C0C07
(12,12,7)
#060606
(6,6,6)
#000000
(0,0,0)

Tints of #424210

#424210
(66,66,16)
#535325
(83,83,37)
#64643A
(100,100,58)
#75754F
(117,117,79)
#868664
(134,134,100)
#979779
(151,151,121)
#A8A88E
(168,168,142)
#B9B9A3
(185,185,163)
#CACAB8
(202,202,184)
#DBDBCD
(219,219,205)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424210; }

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

This text font color is #424210.


Background Color

.myBgColor { background-color: #424210; }

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

This div background color is #424210.


Border color

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

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

This div border color is #424210.


Opacity

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

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

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

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

This text has shadow with #424210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424210 on black background.


Color preview on white background

This text has color #424210 on white background.



Black color preview on #424210 background

This text has black color on #424210 background.


White color preview on #424210 background

This text has white color on #424210 background.