COLOR #377F79

HEX: #377F79 RGB: (55,127,121)

Color info

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

RGB color model

#377F79 color RGB value is (55,127,121).

RGB: (55,127,121) (22%, 50%, 47%)

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 121 of 255 = 47%

55
127
121

R + G + B ~ 40%. #377F79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 127 + 121 = 303 (100%)
R 55 of 303 ~ 18.15%
G 127 of 303 ~ 41.91%
B 121 of 303 ~ 39.93'%

%18.15
%41.91
%39.93

CMYK color model

#377F79 color CMYK value is (57,0,5,50).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 4.72%
  • key color value is 50.20%

CMYK: (57,0,5,50)
C57M0Y5K50 (57%, 0%, 5%, 50%)
(0.57 / 0.00 / 0.05 / 0.50)

CMYK percentages

%56.69
%0
%4.72
%50.2

Codes

Color #377F79 in popluar color models

37 7F 79
RGB 55 127 121
HSL 175° 39.56% 35.69%
HSB/HSV 175° 56.69% 49.80%
CMYK 56.69% 0.00% 4.72%
50.20%

Color #377F79 in popluar number systems.

HEX 37 7F 79
Decimal 55 127 121
Binary 110111 1111111 1111001
Octal 67 177 171

Shades and tints

Shades of #377F79

#377F79
(55,127,121)
#32746E
(50,116,110)
#2D6963
(45,105,99)
#285E58
(40,94,88)
#23534D
(35,83,77)
#1E4842
(30,72,66)
#193D37
(25,61,55)
#14322C
(20,50,44)
#0F2721
(15,39,33)
#0A1C16
(10,28,22)
#05110B
(5,17,11)
#000000
(0,0,0)

Tints of #377F79

#377F79
(55,127,121)
#498A85
(73,138,133)
#5B9591
(91,149,145)
#6DA09D
(109,160,157)
#7FABA9
(127,171,169)
#91B6B5
(145,182,181)
#A3C1C1
(163,193,193)
#B5CCCD
(181,204,205)
#C7D7D9
(199,215,217)
#D9E2E5
(217,226,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377F79 color. Also use rgb(55,127,121) instead hex code.

Text Font Color

.myTextColor { color: #377F79; }

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

This text font color is #377F79.

Background Color

.myBgColor { background-color: #377F79; }

<div style="background-color:#377F79">Inner text</div>

This div background color is #377F79.

Border color

.myBorderColor { border: 1px solid #377F79; }

<div style="border:3px solid #377F79">Div</div>

This div border color is #377F79.

Opacity

.myOpacity80 { color: #377F79; opacity: 0.8; }

<p style="color:#377F79;opacity:0.8;">80%</p>

Text with #377F79 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 #377F79;}

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

This text has shadow with #377F79 color.


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

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

This text has shadow with #377F79 primary color and red secondary color.


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

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

This text has shadow with #377F79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #377F79.

Preview

Color preview on black background

This text has color #377F79 on black background.


Color preview on white background

This text has color #377F79 on white background.


Black color preview on #377F79 background

This text has black color on #377F79 background.


White color preview on #377F79 background

This text has white color on #377F79 background.


Related colors

Complementary color

Complementary color for #hex is #C88086.


I love getcolorcode.com

Triadic colors

1 #79377F and #7F7937 with #377F79 are triadic colors.

2 #797F37 and #7F3779 with #377F79 are triadic colors.