COLOR #1F3B06

HEX: #1F3B06 RGB: (31,59,6)

Color info

#1F3B06 contains red, green and blue colors in about the same proportion. Web safe color of #1F3B06 is #333300 (or #330).

RGB color model

#1F3B06 color RGB value is (31,59,6).

RGB: (31,59,6) (12%, 23%, 2%)

RGB channels and saturation

R 31 of 255 = 12%
G 59 of 255 = 23%
B 6 of 255 = 2%

31
59
6

R + G + B ~ 12%. #1F3B06 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 59 + 6 = 96 (100%)
R 31 of 96 ~ 32.29%
G 59 of 96 ~ 61.46%
B 6 of 96 ~ 6.25'%

%32.29
%61.46

CMYK color model

#1F3B06 color CMYK value is (47,0,90,77).

  • cyan value is 47.46%
  • magenta value is 0.00%
  • yellow value is 89.83%
  • key color value is 76.86%

CMYK: (47,0,90,77)
C47M0Y90K77 (47%, 0%, 90%, 77%)
(0.47 / 0.00 / 0.90 / 0.77)

CMYK percentages

%47.46
%0
%89.83
%76.86

Codes

Color #1F3B06 in popluar color models

1F 3B 06
RGB 31 59 6
HSL 92° 81.54% 12.75%
HSB/HSV 92° 89.83% 23.14%
CMYK 47.46% 0.00% 89.83%
76.86%

Color #1F3B06 in popluar number systems.

HEX 1F 3B 06
Decimal 31 59 6
Binary 11111 111011 110
Octal 37 73 6

Shades and tints

Shades of #1F3B06

#1F3B06
(31,59,6)
#1D3606
(29,54,6)
#1B3106
(27,49,6)
#192C06
(25,44,6)
#172706
(23,39,6)
#152206
(21,34,6)
#131D06
(19,29,6)
#111806
(17,24,6)
#0F1306
(15,19,6)
#0D0E06
(13,14,6)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #1F3B06

#1F3B06
(31,59,6)
#334C1C
(51,76,28)
#475D32
(71,93,50)
#5B6E48
(91,110,72)
#6F7F5E
(111,127,94)
#839074
(131,144,116)
#97A18A
(151,161,138)
#ABB2A0
(171,178,160)
#BFC3B6
(191,195,182)
#D3D4CC
(211,212,204)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3B06 color. Also use rgb(31,59,6) instead hex code.

Text Font Color

.myTextColor { color: #1F3B06; }

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

This text font color is #1F3B06.

Background Color

.myBgColor { background-color: #1F3B06; }

<div style="background-color:#1F3B06">Inner text</div>

This div background color is #1F3B06.

Border color

.myBorderColor { border: 1px solid #1F3B06; }

<div style="border:3px solid #1F3B06">Div</div>

This div border color is #1F3B06.

Opacity

.myOpacity80 { color: #1F3B06; opacity: 0.8; }

<p style="color:#1F3B06;opacity:0.8;">80%</p>

Text with #1F3B06 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 #1F3B06;}

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

This text has shadow with #1F3B06 color.


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

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

This text has shadow with #1F3B06 primary color and red secondary color.


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

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

This text has shadow with #1F3B06 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1F3B06.

Preview

Color preview on black background

This text has color #1F3B06 on black background.


Color preview on white background

This text has color #1F3B06 on white background.


Black color preview on #1F3B06 background

This text has black color on #1F3B06 background.


White color preview on #1F3B06 background

This text has white color on #1F3B06 background.


Related colors

Complementary color

Complementary color for #hex is #E0C4F9.


I love getcolorcode.com

Triadic colors

1 #061F3B and #3B061F with #1F3B06 are triadic colors.

2 #063B1F and #3B1F06 with #1F3B06 are triadic colors.