COLOR #1F7474

HEX: #1F7474 RGB: (31,116,116)

Color info

#1F7474 contains mainly green and blue colors. Web safe color of #1F7474 is #336666 (or #366).

RGB color model

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

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

RGB channels and saturation

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

31
116
116

R + G + B ~ 34%. #1F7474 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 116 + 116 = 263 (100%)
R 31 of 263 ~ 11.79%
G 116 of 263 ~ 44.11%
B 116 of 263 ~ 44.11'%

%11.79
%44.11
%44.11

CMYK color model

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

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

CMYK: (73,0,0,55)
C73M0Y0K55 (73%, 0%, 0%, 55%)
(0.73 / 0.00 / 0.00 / 0.55)

CMYK percentages

%73.28
%0
%0
%54.51

Codes

Color #1F7474 in popluar color models

1F 74 74
RGB 31 116 116
HSL 180° 57.82% 28.82%
HSB/HSV 180° 73.28% 45.49%
CMYK 73.28% 0.00% 0.00%
54.51%

Color #1F7474 in popluar number systems.

HEX 1F 74 74
Decimal 31 116 116
Binary 11111 1110100 1110100
Octal 37 164 164

Shades and tints

Shades of #1F7474

#1F7474
(31,116,116)
#1D6A6A
(29,106,106)
#1B6060
(27,96,96)
#195656
(25,86,86)
#174C4C
(23,76,76)
#154242
(21,66,66)
#133838
(19,56,56)
#112E2E
(17,46,46)
#0F2424
(15,36,36)
#0D1A1A
(13,26,26)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #1F7474

#1F7474
(31,116,116)
#338080
(51,128,128)
#478C8C
(71,140,140)
#5B9898
(91,152,152)
#6FA4A4
(111,164,164)
#83B0B0
(131,176,176)
#97BCBC
(151,188,188)
#ABC8C8
(171,200,200)
#BFD4D4
(191,212,212)
#D3E0E0
(211,224,224)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F7474; }

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

This text font color is #1F7474.

Background Color

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

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

This div background color is #1F7474.

Border color

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

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

This div border color is #1F7474.

Opacity

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

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

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

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

This text has shadow with #1F7474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F7474.

Preview

Color preview on black background

This text has color #1F7474 on black background.


Color preview on white background

This text has color #1F7474 on white background.


Black color preview on #1F7474 background

This text has black color on #1F7474 background.


White color preview on #1F7474 background

This text has white color on #1F7474 background.


Related colors

Complementary color

Complementary color for #hex is #E08B8B.


I love getcolorcode.com