COLOR #03420C

HEX: #03420C RGB: (3,66,12)

Color info

#03420C contains mainly green and blue colors. Web safe color of #03420C is #003300 (or #030).

RGB color model

#03420C color RGB value is (3,66,12).

RGB: (3,66,12) (1%, 26%, 5%)

RGB channels and saturation

R 3 of 255 = 1%
G 66 of 255 = 26%
B 12 of 255 = 5%

3
66
12

R + G + B ~ 11%. #03420C is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 66 + 12 = 81 (100%)
R 3 of 81 ~ 3.7%
G 66 of 81 ~ 81.48%
B 12 of 81 ~ 14.81'%

%81.48
%14.81

CMYK color model

#03420C color CMYK value is (95,0,82,74).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 74.12%
CMYK: (95,0,82,74) C95M0Y82K74 (95%,0%,82%,74%) (0.95/0.00/0.82/0.74) 

CMYK percentages

%95.45
%0
%81.82
%74.12

Codes

Color #03420C in popluar color models

03 42 0C
RGB 3 66 12
HSL 129° 91.30% 13.53%
HSB/HSV 129° 95.45% 25.88%
CMYK 95.45% 0.00% 81.82%
74.12%

Color #03420C in popluar number systems.

HEX 03 42 0C
Decimal 3 66 12
Binary 11 1000010 1100
Octal 3 102 14

Shades and tints

Shades of #03420C

#03420C
(3,66,12)
#033C0B
(3,60,11)
#03360A
(3,54,10)
#033009
(3,48,9)
#032A08
(3,42,8)
#032407
(3,36,7)
#031E06
(3,30,6)
#031805
(3,24,5)
#031204
(3,18,4)
#030C03
(3,12,3)
#030602
(3,6,2)
#000000
(0,0,0)

Tints of #03420C

#03420C
(3,66,12)
#195322
(25,83,34)
#2F6438
(47,100,56)
#45754E
(69,117,78)
#5B8664
(91,134,100)
#71977A
(113,151,122)
#87A890
(135,168,144)
#9DB9A6
(157,185,166)
#B3CABC
(179,202,188)
#C9DBD2
(201,219,210)
#DFECE8
(223,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03420C color. Also use rgb(3,66,12) instead hex code.

Text Font Color

.myTextColor { color: #03420C; }

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

This text font color is #03420C.

Background Color

.myBgColor { background-color: #03420C; }

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

This div background color is #03420C.

Border color

.myBorderColor { border: 1px solid #03420C; }

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

This div border color is #03420C.

Opacity

.myOpacity80 { color: #03420C; opacity: 0.8; }

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

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

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

This text has shadow with #03420C color.


.textShadow {text-shadow: 3px 3px 1px #03420C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #03420C; -webkit-box-shadow: 1px 1px 3px 2px #03420C; box-shadow:1px 1px 3px 2px #03420C;">
Div content here
</div>

This div box has shadow with color #03420C.

Preview

Color preview on black background

This text has color #03420C on black background.


Color preview on white background

This text has color #03420C on white background.


Black color preview on #03420C background

This text has black color on #03420C background.


White color preview on #03420C background

This text has white color on #03420C background.


Related colors

Complementary color

Complementary color for #hex is #FCBDF3.


I love getcolorcode.com

Triadic colors

1 #0C0342 and #420C03 with #03420C are triadic colors.

2 #0C4203 and #42030C with #03420C are triadic colors.