COLOR #1F776E

HEX: #1F776E
RGB: (31,119,110)

Color info

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

RGB color model

#1F776E color RGB value is (31,119,110).

  • red value is 31;
  • green value is 119;
  • blue value is 110.
RGB:
(31,119,110)
(12%,47%,43%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 110 of 255 = 43%

31
119
110

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

Portions of RGB colors in percentages

R + G + B =
31 + 119 + 110 = 260 (100%)
R 31 of 260 ~ 11.92%
G 119 of 260 ~ 45.77%
B 110 of 260 ~ 42.31%

%11.92
%45.77
%42.31

CMYK color model

#1F776E color CMYK value is (74,0,8,53).

  • cyan value is 73.95%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 53.33%
CMYK:
(74,0,8,53)
C74M0Y8K53 
(74%,0%,8%,53%)
(0.74/0.00/0.08/0.53)	

CMYK percentages

%73.95
%0
%7.56
%53.33

Codes

Color #1F776E in popluar color models

1F776E
RGB31119110
HSL174°58.67%29.41%
HSB/HSV174°73.95%46.67%
CMYK73.95%0.00%7.56%
53.33%

Color #1F776E in popluar number systems.

HEX1F776E
Decimal31119110
Binary1111111101111101110
Octal37167156

Shades and tints

Shades of #1F776E

#1F776E
(31,119,110)
#1D6D64
(29,109,100)
#1B635A
(27,99,90)
#195950
(25,89,80)
#174F46
(23,79,70)
#15453C
(21,69,60)
#133B32
(19,59,50)
#113128
(17,49,40)
#0F271E
(15,39,30)
#0D1D14
(13,29,20)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #1F776E

#1F776E
(31,119,110)
#33837B
(51,131,123)
#478F88
(71,143,136)
#5B9B95
(91,155,149)
#6FA7A2
(111,167,162)
#83B3AF
(131,179,175)
#97BFBC
(151,191,188)
#ABCBC9
(171,203,201)
#BFD7D6
(191,215,214)
#D3E3E3
(211,227,227)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F776E; }

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

This text font color is #1F776E.


Background Color

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

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

This div background color is #1F776E.


Border color

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

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

This div border color is #1F776E.


Opacity

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

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

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

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

This text has shadow with #1F776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F776E on black background.


Color preview on white background

This text has color #1F776E on white background.



Black color preview on #1F776E background

This text has black color on #1F776E background.


White color preview on #1F776E background

This text has white color on #1F776E background.