COLOR #03390C

HEX: #03390C
RGB: (3,57,12)

Color info

#03390C contains red, green and blue colors in about the same proportion. Web safe color of #03390C is #003300 (or #030).

RGB color model

#03390C color RGB value is (3,57,12).

  • red value is 3;
  • green value is 57;
  • blue value is 12.
RGB:
(3,57,12)
(1%,22%,5%)

RGB channels and saturation

R 3 of 255 = 1%
G 57 of 255 = 22%
B 12 of 255 = 5%

3
57
12

R + G + B ~ 9%. #03390C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 57 + 12 = 72 (100%)
R 3 of 72 ~ 4.17%
G 57 of 72 ~ 79.17%
B 12 of 72 ~ 16.67%

%79.17
%16.67

CMYK color model

#03390C color CMYK value is (95,0,79,78).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 77.65%
CMYK:
(95,0,79,78)
C95M0Y79K78 
(95%,0%,79%,78%)
(0.95/0.00/0.79/0.78)	

CMYK percentages

%94.74
%0
%78.95
%77.65

Codes

Color #03390C in popluar color models

03390C
RGB35712
HSL130°90.00%11.76%
HSB/HSV130°94.74%22.35%
CMYK94.74%0.00%78.95%
77.65%

Color #03390C in popluar number systems.

HEX03390C
Decimal35712
Binary111110011100
Octal37114

Shades and tints

Shades of #03390C

#03390C
(3,57,12)
#03340B
(3,52,11)
#032F0A
(3,47,10)
#032A09
(3,42,9)
#032508
(3,37,8)
#032007
(3,32,7)
#031B06
(3,27,6)
#031605
(3,22,5)
#031104
(3,17,4)
#030C03
(3,12,3)
#030702
(3,7,2)
#000000
(0,0,0)

Tints of #03390C

#03390C
(3,57,12)
#194B22
(25,75,34)
#2F5D38
(47,93,56)
#456F4E
(69,111,78)
#5B8164
(91,129,100)
#71937A
(113,147,122)
#87A590
(135,165,144)
#9DB7A6
(157,183,166)
#B3C9BC
(179,201,188)
#C9DBD2
(201,219,210)
#DFEDE8
(223,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03390C; }

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

This text font color is #03390C.


Background Color

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

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

This div background color is #03390C.


Border color

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

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

This div border color is #03390C.


Opacity

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

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

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

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

This text has shadow with #03390C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03390C on black background.


Color preview on white background

This text has color #03390C on white background.



Black color preview on #03390C background

This text has black color on #03390C background.


White color preview on #03390C background

This text has white color on #03390C background.