COLOR #377C63

HEX: #377C63
RGB: (55,124,99)

Color info

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

RGB color model

#377C63 color RGB value is (55,124,99).

  • red value is 55;
  • green value is 124;
  • blue value is 99.
RGB:
(55,124,99)
(22%,49%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 124 of 255 = 49%
B 99 of 255 = 39%

55
124
99

R + G + B ~ 37%. #377C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 124 + 99 = 278 (100%)
R 55 of 278 ~ 19.78%
G 124 of 278 ~ 44.6%
B 99 of 278 ~ 35.61%

%19.78
%44.6
%35.61

CMYK color model

#377C63 color CMYK value is (56,0,20,51).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(56,0,20,51)
C56M0Y20K51 
(56%,0%,20%,51%)
(0.56/0.00/0.20/0.51)	

CMYK percentages

%55.65
%0
%20.16
%51.37

Codes

Color #377C63 in popluar color models

377C63
RGB5512499
HSL158°38.55%35.10%
HSB/HSV158°55.65%48.63%
CMYK55.65%0.00%20.16%
51.37%

Color #377C63 in popluar number systems.

HEX377C63
Decimal5512499
Binary11011111111001100011
Octal67174143

Shades and tints

Shades of #377C63

#377C63
(55,124,99)
#32715A
(50,113,90)
#2D6651
(45,102,81)
#285B48
(40,91,72)
#23503F
(35,80,63)
#1E4536
(30,69,54)
#193A2D
(25,58,45)
#142F24
(20,47,36)
#0F241B
(15,36,27)
#0A1912
(10,25,18)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #377C63

#377C63
(55,124,99)
#498771
(73,135,113)
#5B927F
(91,146,127)
#6D9D8D
(109,157,141)
#7FA89B
(127,168,155)
#91B3A9
(145,179,169)
#A3BEB7
(163,190,183)
#B5C9C5
(181,201,197)
#C7D4D3
(199,212,211)
#D9DFE1
(217,223,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377C63 color. Also use rgb(55,124,99) instead hex code.

Text Font Color

.myTextColor { color: #377C63; }

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

This text font color is #377C63.


Background Color

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

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

This div background color is #377C63.


Border color

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

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

This div border color is #377C63.


Opacity

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

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

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

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

This text has shadow with #377C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377C63 on black background.


Color preview on white background

This text has color #377C63 on white background.



Black color preview on #377C63 background

This text has black color on #377C63 background.


White color preview on #377C63 background

This text has white color on #377C63 background.