COLOR #1F773D

HEX: #1F773D RGB: (31,119,61)

Color info

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

RGB color model

#1F773D color RGB value is (31,119,61).

RGB: (31,119,61) (12%, 47%, 24%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 61 of 255 = 24%

31
119
61

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

Portions of RGB colors in percentages

R + G + B = 31 + 119 + 61 = 211 (100%)
R 31 of 211 ~ 14.69%
G 119 of 211 ~ 56.4%
B 61 of 211 ~ 28.91'%

%14.69
%56.4
%28.91

CMYK color model

#1F773D color CMYK value is (74,0,49,53).

  • cyan value is 73.95%
  • magenta value is 0.00%
  • yellow value is 48.74%
  • key color value is 53.33%

CMYK: (74,0,49,53)
C74M0Y49K53 (74%, 0%, 49%, 53%)
(0.74 / 0.00 / 0.49 / 0.53)

CMYK percentages

%73.95
%0
%48.74
%53.33

Codes

Color #1F773D in popluar color models

1F 77 3D
RGB 31 119 61
HSL 140° 58.67% 29.41%
HSB/HSV 140° 73.95% 46.67%
CMYK 73.95% 0.00% 48.74%
53.33%

Color #1F773D in popluar number systems.

HEX 1F 77 3D
Decimal 31 119 61
Binary 11111 1110111 111101
Octal 37 167 75

Shades and tints

Shades of #1F773D

#1F773D
(31,119,61)
#1D6D38
(29,109,56)
#1B6333
(27,99,51)
#19592E
(25,89,46)
#174F29
(23,79,41)
#154524
(21,69,36)
#133B1F
(19,59,31)
#11311A
(17,49,26)
#0F2715
(15,39,21)
#0D1D10
(13,29,16)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #1F773D

#1F773D
(31,119,61)
#33834E
(51,131,78)
#478F5F
(71,143,95)
#5B9B70
(91,155,112)
#6FA781
(111,167,129)
#83B392
(131,179,146)
#97BFA3
(151,191,163)
#ABCBB4
(171,203,180)
#BFD7C5
(191,215,197)
#D3E3D6
(211,227,214)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F773D color. Also use rgb(31,119,61) instead hex code.

Text Font Color

.myTextColor { color: #1F773D; }

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

This text font color is #1F773D.

Background Color

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

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

This div background color is #1F773D.

Border color

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

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

This div border color is #1F773D.

Opacity

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

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

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

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

This text has shadow with #1F773D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F773D.

Preview

Color preview on black background

This text has color #1F773D on black background.


Color preview on white background

This text has color #1F773D on white background.


Black color preview on #1F773D background

This text has black color on #1F773D background.


White color preview on #1F773D background

This text has white color on #1F773D background.


Related colors

Complementary color

Complementary color for #hex is #E088C2.


I love getcolorcode.com

Triadic colors

1 #3D1F77 and #773D1F with #1F773D are triadic colors.

2 #3D771F and #771F3D with #1F773D are triadic colors.