COLOR #1F7D4C

HEX: #1F7D4C RGB: (31,125,76)

Color info

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

RGB color model

#1F7D4C color RGB value is (31,125,76).

RGB: (31,125,76) (12%, 49%, 30%)

RGB channels and saturation

R 31 of 255 = 12%
G 125 of 255 = 49%
B 76 of 255 = 30%

31
125
76

R + G + B ~ 30%. #1F7D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 125 + 76 = 232 (100%)
R 31 of 232 ~ 13.36%
G 125 of 232 ~ 53.88%
B 76 of 232 ~ 32.76'%

%13.36
%53.88
%32.76

CMYK color model

#1F7D4C color CMYK value is (75,0,39,51).

  • cyan value is 75.20%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 50.98%

CMYK: (75,0,39,51)
C75M0Y39K51 (75%, 0%, 39%, 51%)
(0.75 / 0.00 / 0.39 / 0.51)

CMYK percentages

%75.2
%0
%39.2
%50.98

Codes

Color #1F7D4C in popluar color models

1F 7D 4C
RGB 31 125 76
HSL 149° 60.26% 30.59%
HSB/HSV 149° 75.20% 49.02%
CMYK 75.20% 0.00% 39.20%
50.98%

Color #1F7D4C in popluar number systems.

HEX 1F 7D 4C
Decimal 31 125 76
Binary 11111 1111101 1001100
Octal 37 175 114

Shades and tints

Shades of #1F7D4C

#1F7D4C
(31,125,76)
#1D7246
(29,114,70)
#1B6740
(27,103,64)
#195C3A
(25,92,58)
#175134
(23,81,52)
#15462E
(21,70,46)
#133B28
(19,59,40)
#113022
(17,48,34)
#0F251C
(15,37,28)
#0D1A16
(13,26,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #1F7D4C

#1F7D4C
(31,125,76)
#33885C
(51,136,92)
#47936C
(71,147,108)
#5B9E7C
(91,158,124)
#6FA98C
(111,169,140)
#83B49C
(131,180,156)
#97BFAC
(151,191,172)
#ABCABC
(171,202,188)
#BFD5CC
(191,213,204)
#D3E0DC
(211,224,220)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F7D4C color. Also use rgb(31,125,76) instead hex code.

Text Font Color

.myTextColor { color: #1F7D4C; }

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

This text font color is #1F7D4C.

Background Color

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

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

This div background color is #1F7D4C.

Border color

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

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

This div border color is #1F7D4C.

Opacity

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

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

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

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

This text has shadow with #1F7D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F7D4C.

Preview

Color preview on black background

This text has color #1F7D4C on black background.


Color preview on white background

This text has color #1F7D4C on white background.


Black color preview on #1F7D4C background

This text has black color on #1F7D4C background.


White color preview on #1F7D4C background

This text has white color on #1F7D4C background.


Related colors

Complementary color

Complementary color for #hex is #E082B3.


I love getcolorcode.com

Triadic colors

1 #4C1F7D and #7D4C1F with #1F7D4C are triadic colors.

2 #4C7D1F and #7D1F4C with #1F7D4C are triadic colors.