COLOR #1F7346

HEX: #1F7346
RGB: (31,115,70)

Color info

#1F7346 contains mainly green and blue colors. Web safe color of #1F7346 is #336633 (or #363).

RGB color model

#1F7346 color RGB value is (31,115,70).

  • red value is 31;
  • green value is 115;
  • blue value is 70.
RGB:
(31,115,70)
(12%,45%,27%)

RGB channels and saturation

R 31 of 255 = 12%
G 115 of 255 = 45%
B 70 of 255 = 27%

31
115
70

R + G + B ~ 28%. #1F7346 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 115 + 70 = 216 (100%)
R 31 of 216 ~ 14.35%
G 115 of 216 ~ 53.24%
B 70 of 216 ~ 32.41%

%14.35
%53.24
%32.41

CMYK color model

#1F7346 color CMYK value is (73,0,39,55).

  • cyan value is 73.04%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(73,0,39,55)
C73M0Y39K55 
(73%,0%,39%,55%)
(0.73/0.00/0.39/0.55)	

CMYK percentages

%73.04
%0
%39.13
%54.9

Codes

Color #1F7346 in popluar color models

1F7346
RGB3111570
HSL148°57.53%28.63%
HSB/HSV148°73.04%45.10%
CMYK73.04%0.00%39.13%
54.90%

Color #1F7346 in popluar number systems.

HEX1F7346
Decimal3111570
Binary1111111100111000110
Octal37163106

Shades and tints

Shades of #1F7346

#1F7346
(31,115,70)
#1D6940
(29,105,64)
#1B5F3A
(27,95,58)
#195534
(25,85,52)
#174B2E
(23,75,46)
#154128
(21,65,40)
#133722
(19,55,34)
#112D1C
(17,45,28)
#0F2316
(15,35,22)
#0D1910
(13,25,16)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #1F7346

#1F7346
(31,115,70)
#337F56
(51,127,86)
#478B66
(71,139,102)
#5B9776
(91,151,118)
#6FA386
(111,163,134)
#83AF96
(131,175,150)
#97BBA6
(151,187,166)
#ABC7B6
(171,199,182)
#BFD3C6
(191,211,198)
#D3DFD6
(211,223,214)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7346 color. Also use rgb(31,115,70) instead hex code.

Text Font Color

.myTextColor { color: #1F7346; }

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

This text font color is #1F7346.


Background Color

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

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

This div background color is #1F7346.


Border color

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

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

This div border color is #1F7346.


Opacity

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

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

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

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

This text has shadow with #1F7346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7346 on black background.


Color preview on white background

This text has color #1F7346 on white background.



Black color preview on #1F7346 background

This text has black color on #1F7346 background.


White color preview on #1F7346 background

This text has white color on #1F7346 background.