COLOR #424508

HEX: #424508
RGB: (66,69,8)

Color info

#424508 contains mainly red and green colors. Web safe color of #424508 is #333300 (or #330).

RGB color model

#424508 color RGB value is (66,69,8).

  • red value is 66;
  • green value is 69;
  • blue value is 8.
RGB:
(66,69,8)
(26%,27%,3%)

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 8 of 255 = 3%

66
69
8

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

Portions of RGB colors in percentages

R + G + B =
66 + 69 + 8 = 143 (100%)
R 66 of 143 ~ 46.15%
G 69 of 143 ~ 48.25%
B 8 of 143 ~ 5.59%

%46.15
%48.25

CMYK color model

#424508 color CMYK value is (4,0,88,73).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 88.41%
  • key color value is 72.94%
CMYK:
(4,0,88,73)
C4M0Y88K73 
(4%,0%,88%,73%)
(0.04/0.00/0.88/0.73)	

CMYK percentages

%4.35
%0
%88.41
%72.94

Codes

Color #424508 in popluar color models

424508
RGB66698
HSL63°79.22%15.10%
HSB/HSV63°88.41%27.06%
CMYK4.35%0.00%88.41%
72.94%

Color #424508 in popluar number systems.

HEX424508
Decimal66698
Binary100001010001011000
Octal10210510

Shades and tints

Shades of #424508

#424508
(66,69,8)
#3C3F08
(60,63,8)
#363908
(54,57,8)
#303308
(48,51,8)
#2A2D08
(42,45,8)
#242708
(36,39,8)
#1E2108
(30,33,8)
#181B08
(24,27,8)
#121508
(18,21,8)
#0C0F08
(12,15,8)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #424508

#424508
(66,69,8)
#53551E
(83,85,30)
#646534
(100,101,52)
#75754A
(117,117,74)
#868560
(134,133,96)
#979576
(151,149,118)
#A8A58C
(168,165,140)
#B9B5A2
(185,181,162)
#CAC5B8
(202,197,184)
#DBD5CE
(219,213,206)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424508; }

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

This text font color is #424508.


Background Color

.myBgColor { background-color: #424508; }

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

This div background color is #424508.


Border color

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

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

This div border color is #424508.


Opacity

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

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

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

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

This text has shadow with #424508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424508 on black background.


Color preview on white background

This text has color #424508 on white background.



Black color preview on #424508 background

This text has black color on #424508 background.


White color preview on #424508 background

This text has white color on #424508 background.