COLOR #377F6A

HEX: #377F6A
RGB: (55,127,106)

Color info

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

RGB color model

#377F6A color RGB value is (55,127,106).

  • red value is 55;
  • green value is 127;
  • blue value is 106.
RGB:
(55,127,106)
(22%,50%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 127 of 255 = 50%
B 106 of 255 = 42%

55
127
106

R + G + B ~ 38%. #377F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 127 + 106 = 288 (100%)
R 55 of 288 ~ 19.1%
G 127 of 288 ~ 44.1%
B 106 of 288 ~ 36.81%

%19.1
%44.1
%36.81

CMYK color model

#377F6A color CMYK value is (57,0,17,50).

  • cyan value is 56.69%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 50.20%
CMYK:
(57,0,17,50)
C57M0Y17K50 
(57%,0%,17%,50%)
(0.57/0.00/0.17/0.50)	

CMYK percentages

%56.69
%0
%16.54
%50.2

Codes

Color #377F6A in popluar color models

377F6A
RGB55127106
HSL163°39.56%35.69%
HSB/HSV163°56.69%49.80%
CMYK56.69%0.00%16.54%
50.20%

Color #377F6A in popluar number systems.

HEX377F6A
Decimal55127106
Binary11011111111111101010
Octal67177152

Shades and tints

Shades of #377F6A

#377F6A
(55,127,106)
#327461
(50,116,97)
#2D6958
(45,105,88)
#285E4F
(40,94,79)
#235346
(35,83,70)
#1E483D
(30,72,61)
#193D34
(25,61,52)
#14322B
(20,50,43)
#0F2722
(15,39,34)
#0A1C19
(10,28,25)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #377F6A

#377F6A
(55,127,106)
#498A77
(73,138,119)
#5B9584
(91,149,132)
#6DA091
(109,160,145)
#7FAB9E
(127,171,158)
#91B6AB
(145,182,171)
#A3C1B8
(163,193,184)
#B5CCC5
(181,204,197)
#C7D7D2
(199,215,210)
#D9E2DF
(217,226,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377F6A; }

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

This text font color is #377F6A.


Background Color

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

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

This div background color is #377F6A.


Border color

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

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

This div border color is #377F6A.


Opacity

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

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

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

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

This text has shadow with #377F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377F6A on black background.


Color preview on white background

This text has color #377F6A on white background.



Black color preview on #377F6A background

This text has black color on #377F6A background.


White color preview on #377F6A background

This text has white color on #377F6A background.