COLOR #1F743B

HEX: #1F743B RGB: (31,116,59)

Color info

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

RGB color model

#1F743B color RGB value is (31,116,59).

RGB: (31,116,59) (12%, 45%, 23%)

RGB channels and saturation

R 31 of 255 = 12%
G 116 of 255 = 45%
B 59 of 255 = 23%

31
116
59

R + G + B ~ 27%. #1F743B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 116 + 59 = 206 (100%)
R 31 of 206 ~ 15.05%
G 116 of 206 ~ 56.31%
B 59 of 206 ~ 28.64'%

%15.05
%56.31
%28.64

CMYK color model

#1F743B color CMYK value is (73,0,49,55).

  • cyan value is 73.28%
  • magenta value is 0.00%
  • yellow value is 49.14%
  • key color value is 54.51%

CMYK: (73,0,49,55)
C73M0Y49K55 (73%, 0%, 49%, 55%)
(0.73 / 0.00 / 0.49 / 0.55)

CMYK percentages

%73.28
%0
%49.14
%54.51

Codes

Color #1F743B in popluar color models

1F 74 3B
RGB 31 116 59
HSL 140° 57.82% 28.82%
HSB/HSV 140° 73.28% 45.49%
CMYK 73.28% 0.00% 49.14%
54.51%

Color #1F743B in popluar number systems.

HEX 1F 74 3B
Decimal 31 116 59
Binary 11111 1110100 111011
Octal 37 164 73

Shades and tints

Shades of #1F743B

#1F743B
(31,116,59)
#1D6A36
(29,106,54)
#1B6031
(27,96,49)
#19562C
(25,86,44)
#174C27
(23,76,39)
#154222
(21,66,34)
#13381D
(19,56,29)
#112E18
(17,46,24)
#0F2413
(15,36,19)
#0D1A0E
(13,26,14)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #1F743B

#1F743B
(31,116,59)
#33804C
(51,128,76)
#478C5D
(71,140,93)
#5B986E
(91,152,110)
#6FA47F
(111,164,127)
#83B090
(131,176,144)
#97BCA1
(151,188,161)
#ABC8B2
(171,200,178)
#BFD4C3
(191,212,195)
#D3E0D4
(211,224,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F743B; }

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

This text font color is #1F743B.

Background Color

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

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

This div background color is #1F743B.

Border color

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

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

This div border color is #1F743B.

Opacity

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

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

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

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

This text has shadow with #1F743B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F743B.

Preview

Color preview on black background

This text has color #1F743B on black background.


Color preview on white background

This text has color #1F743B on white background.


Black color preview on #1F743B background

This text has black color on #1F743B background.


White color preview on #1F743B background

This text has white color on #1F743B background.


Related colors

Complementary color

Complementary color for #hex is #E08BC4.


I love getcolorcode.com

Triadic colors

1 #3B1F74 and #743B1F with #1F743B are triadic colors.

2 #3B741F and #741F3B with #1F743B are triadic colors.