COLOR #1F7765

HEX: #1F7765 RGB: (31,119,101)

Color info

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

RGB color model

#1F7765 color RGB value is (31,119,101).

RGB: (31,119,101) (12%, 47%, 40%)

RGB channels and saturation

R 31 of 255 = 12%
G 119 of 255 = 47%
B 101 of 255 = 40%

31
119
101

R + G + B ~ 33%. #1F7765 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 119 + 101 = 251 (100%)
R 31 of 251 ~ 12.35%
G 119 of 251 ~ 47.41%
B 101 of 251 ~ 40.24'%

%12.35
%47.41
%40.24

CMYK color model

#1F7765 color CMYK value is (74,0,15,53).

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

CMYK: (74,0,15,53)
C74M0Y15K53 (74%, 0%, 15%, 53%)
(0.74 / 0.00 / 0.15 / 0.53)

CMYK percentages

%73.95
%0
%15.13
%53.33

Codes

Color #1F7765 in popluar color models

1F 77 65
RGB 31 119 101
HSL 168° 58.67% 29.41%
HSB/HSV 168° 73.95% 46.67%
CMYK 73.95% 0.00% 15.13%
53.33%

Color #1F7765 in popluar number systems.

HEX 1F 77 65
Decimal 31 119 101
Binary 11111 1110111 1100101
Octal 37 167 145

Shades and tints

Shades of #1F7765

#1F7765
(31,119,101)
#1D6D5C
(29,109,92)
#1B6353
(27,99,83)
#19594A
(25,89,74)
#174F41
(23,79,65)
#154538
(21,69,56)
#133B2F
(19,59,47)
#113126
(17,49,38)
#0F271D
(15,39,29)
#0D1D14
(13,29,20)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #1F7765

#1F7765
(31,119,101)
#338373
(51,131,115)
#478F81
(71,143,129)
#5B9B8F
(91,155,143)
#6FA79D
(111,167,157)
#83B3AB
(131,179,171)
#97BFB9
(151,191,185)
#ABCBC7
(171,203,199)
#BFD7D5
(191,215,213)
#D3E3E3
(211,227,227)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F7765; }

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

This text font color is #1F7765.

Background Color

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

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

This div background color is #1F7765.

Border color

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

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

This div border color is #1F7765.

Opacity

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

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

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

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

This text has shadow with #1F7765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F7765.

Preview

Color preview on black background

This text has color #1F7765 on black background.


Color preview on white background

This text has color #1F7765 on white background.


Black color preview on #1F7765 background

This text has black color on #1F7765 background.


White color preview on #1F7765 background

This text has white color on #1F7765 background.


Related colors

Complementary color

Complementary color for #hex is #E0889A.


I love getcolorcode.com

Triadic colors

1 #651F77 and #77651F with #1F7765 are triadic colors.

2 #65771F and #771F65 with #1F7765 are triadic colors.