COLOR #424D0C

HEX: #424D0C
RGB: (66,77,12)

Color info

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

RGB color model

#424D0C color RGB value is (66,77,12).

  • red value is 66;
  • green value is 77;
  • blue value is 12.
RGB:
(66,77,12)
(26%,30%,5%)

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 12 of 255 = 5%

66
77
12

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

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 12 = 155 (100%)
R 66 of 155 ~ 42.58%
G 77 of 155 ~ 49.68%
B 12 of 155 ~ 7.74%

%42.58
%49.68

CMYK color model

#424D0C color CMYK value is (14,0,84,70).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 84.42%
  • key color value is 69.80%
CMYK:
(14,0,84,70)
C14M0Y84K70 
(14%,0%,84%,70%)
(0.14/0.00/0.84/0.70)	

CMYK percentages

%14.29
%0
%84.42
%69.8

Codes

Color #424D0C in popluar color models

424D0C
RGB667712
HSL70°73.03%17.45%
HSB/HSV70°84.42%30.20%
CMYK14.29%0.00%84.42%
69.80%

Color #424D0C in popluar number systems.

HEX424D0C
Decimal667712
Binary100001010011011100
Octal10211514

Shades and tints

Shades of #424D0C

#424D0C
(66,77,12)
#3C460B
(60,70,11)
#363F0A
(54,63,10)
#303809
(48,56,9)
#2A3108
(42,49,8)
#242A07
(36,42,7)
#1E2306
(30,35,6)
#181C05
(24,28,5)
#121504
(18,21,4)
#0C0E03
(12,14,3)
#060702
(6,7,2)
#000000
(0,0,0)

Tints of #424D0C

#424D0C
(66,77,12)
#535D22
(83,93,34)
#646D38
(100,109,56)
#757D4E
(117,125,78)
#868D64
(134,141,100)
#979D7A
(151,157,122)
#A8AD90
(168,173,144)
#B9BDA6
(185,189,166)
#CACDBC
(202,205,188)
#DBDDD2
(219,221,210)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D0C color. Also use rgb(66,77,12) instead hex code.

Text Font Color

.myTextColor { color: #424D0C; }

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

This text font color is #424D0C.


Background Color

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

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

This div background color is #424D0C.


Border color

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

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

This div border color is #424D0C.


Opacity

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

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

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

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

This text has shadow with #424D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D0C on black background.


Color preview on white background

This text has color #424D0C on white background.



Black color preview on #424D0C background

This text has black color on #424D0C background.


White color preview on #424D0C background

This text has white color on #424D0C background.