COLOR #1F7463

HEX: #1F7463 RGB: (31,116,99)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

31
116
99

R + G + B ~ 32%. #1F7463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 116 + 99 = 246 (100%)
R 31 of 246 ~ 12.6%
G 116 of 246 ~ 47.15%
B 99 of 246 ~ 40.24'%

%12.6
%47.15
%40.24

CMYK color model

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

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

CMYK: (73,0,15,55)
C73M0Y15K55 (73%, 0%, 15%, 55%)
(0.73 / 0.00 / 0.15 / 0.55)

CMYK percentages

%73.28
%0
%14.66
%54.51

Codes

Color #1F7463 in popluar color models

1F 74 63
RGB 31 116 99
HSL 168° 57.82% 28.82%
HSB/HSV 168° 73.28% 45.49%
CMYK 73.28% 0.00% 14.66%
54.51%

Color #1F7463 in popluar number systems.

HEX 1F 74 63
Decimal 31 116 99
Binary 11111 1110100 1100011
Octal 37 164 143

Shades and tints

Shades of #1F7463

#1F7463
(31,116,99)
#1D6A5A
(29,106,90)
#1B6051
(27,96,81)
#195648
(25,86,72)
#174C3F
(23,76,63)
#154236
(21,66,54)
#13382D
(19,56,45)
#112E24
(17,46,36)
#0F241B
(15,36,27)
#0D1A12
(13,26,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #1F7463

#1F7463
(31,116,99)
#338071
(51,128,113)
#478C7F
(71,140,127)
#5B988D
(91,152,141)
#6FA49B
(111,164,155)
#83B0A9
(131,176,169)
#97BCB7
(151,188,183)
#ABC8C5
(171,200,197)
#BFD4D3
(191,212,211)
#D3E0E1
(211,224,225)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F7463; }

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

This text font color is #1F7463.

Background Color

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

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

This div background color is #1F7463.

Border color

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

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

This div border color is #1F7463.

Opacity

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

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

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

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

This text has shadow with #1F7463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F7463.

Preview

Color preview on black background

This text has color #1F7463 on black background.


Color preview on white background

This text has color #1F7463 on white background.


Black color preview on #1F7463 background

This text has black color on #1F7463 background.


White color preview on #1F7463 background

This text has white color on #1F7463 background.


Related colors

Complementary color

Complementary color for #hex is #E08B9C.


I love getcolorcode.com

Triadic colors

1 #631F74 and #74631F with #1F7463 are triadic colors.

2 #63741F and #741F63 with #1F7463 are triadic colors.