COLOR #424710

HEX: #424710
RGB: (66,71,16)

Color info

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

RGB color model

#424710 color RGB value is (66,71,16).

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

RGB channels and saturation

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

66
71
16

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 16 = 153 (100%)
R 66 of 153 ~ 43.14%
G 71 of 153 ~ 46.41%
B 16 of 153 ~ 10.46%

%43.14
%46.41
%10.46

CMYK color model

#424710 color CMYK value is (7,0,77,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(7,0,77,72)
C7M0Y77K72 
(7%,0%,77%,72%)
(0.07/0.00/0.77/0.72)	

CMYK percentages

%7.04
%0
%77.46
%72.16

Codes

Color #424710 in popluar color models

424710
RGB667116
HSL65°63.22%17.06%
HSB/HSV65°77.46%27.84%
CMYK7.04%0.00%77.46%
72.16%

Color #424710 in popluar number systems.

HEX424710
Decimal667116
Binary1000010100011110000
Octal10210720

Shades and tints

Shades of #424710

#424710
(66,71,16)
#3C410F
(60,65,15)
#363B0E
(54,59,14)
#30350D
(48,53,13)
#2A2F0C
(42,47,12)
#24290B
(36,41,11)
#1E230A
(30,35,10)
#181D09
(24,29,9)
#121708
(18,23,8)
#0C1107
(12,17,7)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #424710

#424710
(66,71,16)
#535725
(83,87,37)
#64673A
(100,103,58)
#75774F
(117,119,79)
#868764
(134,135,100)
#979779
(151,151,121)
#A8A78E
(168,167,142)
#B9B7A3
(185,183,163)
#CAC7B8
(202,199,184)
#DBD7CD
(219,215,205)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424710; }

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

This text font color is #424710.


Background Color

.myBgColor { background-color: #424710; }

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

This div background color is #424710.


Border color

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

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

This div border color is #424710.


Opacity

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

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

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

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

This text has shadow with #424710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424710 on black background.


Color preview on white background

This text has color #424710 on white background.



Black color preview on #424710 background

This text has black color on #424710 background.


White color preview on #424710 background

This text has white color on #424710 background.