COLOR #031F04

HEX: #031F04 RGB: (3,31,4)

Color info

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

RGB color model

#031F04 color RGB value is (3,31,4).

RGB: (3,31,4) (1%, 12%, 2%)

RGB channels and saturation

R 3 of 255 = 1%
G 31 of 255 = 12%
B 4 of 255 = 2%

3
31
4

R + G + B ~ 5%. #031F04 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 31 + 4 = 38 (100%)
R 3 of 38 ~ 7.89%
G 31 of 38 ~ 81.58%
B 4 of 38 ~ 10.53'%

%81.58
%10.53

CMYK color model

#031F04 color CMYK value is (90,0,87,88).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 87.10%
  • key color value is 87.84%

CMYK: (90,0,87,88)
C90M0Y87K88 (90%, 0%, 87%, 88%)
(0.90 / 0.00 / 0.87 / 0.88)

CMYK percentages

%90.32
%0
%87.1
%87.84

Codes

Color #031F04 in popluar color models

03 1F 04
RGB 3 31 4
HSL 122° 82.35% 6.67%
HSB/HSV 122° 90.32% 12.16%
CMYK 90.32% 0.00% 87.10%
87.84%

Color #031F04 in popluar number systems.

HEX 03 1F 04
Decimal 3 31 4
Binary 11 11111 100
Octal 3 37 4

Shades and tints

Shades of #031F04

#031F04
(3,31,4)
#031D04
(3,29,4)
#031B04
(3,27,4)
#031904
(3,25,4)
#031704
(3,23,4)
#031504
(3,21,4)
#031304
(3,19,4)
#031104
(3,17,4)
#030F04
(3,15,4)
#030D04
(3,13,4)
#030B04
(3,11,4)
#000000
(0,0,0)

Tints of #031F04

#031F04
(3,31,4)
#19331A
(25,51,26)
#2F4730
(47,71,48)
#455B46
(69,91,70)
#5B6F5C
(91,111,92)
#718372
(113,131,114)
#879788
(135,151,136)
#9DAB9E
(157,171,158)
#B3BFB4
(179,191,180)
#C9D3CA
(201,211,202)
#DFE7E0
(223,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031F04; }

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

This text font color is #031F04.

Background Color

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

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

This div background color is #031F04.

Border color

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

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

This div border color is #031F04.

Opacity

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

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

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

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

This text has shadow with #031F04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031F04.

Preview

Color preview on black background

This text has color #031F04 on black background.


Color preview on white background

This text has color #031F04 on white background.


Black color preview on #031F04 background

This text has black color on #031F04 background.


White color preview on #031F04 background

This text has white color on #031F04 background.


Related colors

Complementary color

Complementary color for #hex is #FCE0FB.


I love getcolorcode.com

Triadic colors

1 #04031F and #1F0403 with #031F04 are triadic colors.

2 #041F03 and #1F0304 with #031F04 are triadic colors.