COLOR #030F04

HEX: #030F04 RGB: (3,15,4)

Color info

#030F04 contains red, green and blue colors in about the same proportion. Web safe color of #030F04 is #000000 (or #000).

RGB color model

#030F04 color RGB value is (3,15,4).

RGB: (3,15,4) (1%, 6%, 2%)

RGB channels and saturation

R 3 of 255 = 1%
G 15 of 255 = 6%
B 4 of 255 = 2%

3
15
4

R + G + B ~ 3%. #030F04 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 15 + 4 = 22 (100%)
R 3 of 22 ~ 13.64%
G 15 of 22 ~ 68.18%
B 4 of 22 ~ 18.18'%

%13.64
%68.18
%18.18

CMYK color model

#030F04 color CMYK value is (80,0,73,94).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 94.12%

CMYK: (80,0,73,94)
C80M0Y73K94 (80%, 0%, 73%, 94%)
(0.80 / 0.00 / 0.73 / 0.94)

CMYK percentages

%80
%0
%73.33
%94.12

Codes

Color #030F04 in popluar color models

03 0F 04
RGB 3 15 4
HSL 125° 66.67% 3.53%
HSB/HSV 125° 80.00% 5.88%
CMYK 80.00% 0.00% 73.33%
94.12%

Color #030F04 in popluar number systems.

HEX 03 0F 04
Decimal 3 15 4
Binary 11 1111 100
Octal 3 17 4

Shades and tints

Shades of #030F04

#030F04
(3,15,4)
#030E04
(3,14,4)
#030D04
(3,13,4)
#030C04
(3,12,4)
#030B04
(3,11,4)
#030A04
(3,10,4)
#030904
(3,9,4)
#030804
(3,8,4)
#030704
(3,7,4)
#030604
(3,6,4)
#030504
(3,5,4)
#000000
(0,0,0)

Tints of #030F04

#030F04
(3,15,4)
#19241A
(25,36,26)
#2F3930
(47,57,48)
#454E46
(69,78,70)
#5B635C
(91,99,92)
#717872
(113,120,114)
#878D88
(135,141,136)
#9DA29E
(157,162,158)
#B3B7B4
(179,183,180)
#C9CCCA
(201,204,202)
#DFE1E0
(223,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030F04 color. Also use rgb(3,15,4) instead hex code.

Text Font Color

.myTextColor { color: #030F04; }

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

This text font color is #030F04.

Background Color

.myBgColor { background-color: #030F04; }

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

This div background color is #030F04.

Border color

.myBorderColor { border: 1px solid #030F04; }

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

This div border color is #030F04.

Opacity

.myOpacity80 { color: #030F04; opacity: 0.8; }

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

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

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

This text has shadow with #030F04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030F04.

Preview

Color preview on black background

This text has color #030F04 on black background.


Color preview on white background

This text has color #030F04 on white background.


Black color preview on #030F04 background

This text has black color on #030F04 background.


White color preview on #030F04 background

This text has white color on #030F04 background.


Related colors

Complementary color

Complementary color for #hex is #FCF0FB.


I love getcolorcode.com

Triadic colors

1 #04030F and #0F0403 with #030F04 are triadic colors.

2 #040F03 and #0F0304 with #030F04 are triadic colors.