COLOR #377783

HEX: #377783 RGB: (55,119,131)

Color info

#377783 contains mainly green and blue colors. Web safe color of #377783 is #336699 (or #369).

RGB color model

#377783 color RGB value is (55,119,131).

RGB: (55,119,131) (22%, 47%, 51%)

RGB channels and saturation

R 55 of 255 = 22%
G 119 of 255 = 47%
B 131 of 255 = 51%

55
119
131

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

Portions of RGB colors in percentages

R + G + B = 55 + 119 + 131 = 305 (100%)
R 55 of 305 ~ 18.03%
G 119 of 305 ~ 39.02%
B 131 of 305 ~ 42.95'%

%18.03
%39.02
%42.95

CMYK color model

#377783 color CMYK value is (58,9,0,49).

  • cyan value is 58.02%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (58,9,0,49)
C58M9Y0K49 (58%, 9%, 0%, 49%)
(0.58 / 0.09 / 0.00 / 0.49)

CMYK percentages

%58.02
%9.16
%0
%48.63

Codes

Color #377783 in popluar color models

37 77 83
RGB 55 119 131
HSL 189° 40.86% 36.47%
HSB/HSV 189° 58.02% 51.37%
CMYK 58.02% 9.16% 0.00%
48.63%

Color #377783 in popluar number systems.

HEX 37 77 83
Decimal 55 119 131
Binary 110111 1110111 10000011
Octal 67 167 203

Shades and tints

Shades of #377783

#377783
(55,119,131)
#326D78
(50,109,120)
#2D636D
(45,99,109)
#285962
(40,89,98)
#234F57
(35,79,87)
#1E454C
(30,69,76)
#193B41
(25,59,65)
#143136
(20,49,54)
#0F272B
(15,39,43)
#0A1D20
(10,29,32)
#051315
(5,19,21)
#000000
(0,0,0)

Tints of #377783

#377783
(55,119,131)
#49838E
(73,131,142)
#5B8F99
(91,143,153)
#6D9BA4
(109,155,164)
#7FA7AF
(127,167,175)
#91B3BA
(145,179,186)
#A3BFC5
(163,191,197)
#B5CBD0
(181,203,208)
#C7D7DB
(199,215,219)
#D9E3E6
(217,227,230)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377783 color. Also use rgb(55,119,131) instead hex code.

Text Font Color

.myTextColor { color: #377783; }

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

This text font color is #377783.

Background Color

.myBgColor { background-color: #377783; }

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

This div background color is #377783.

Border color

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

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

This div border color is #377783.

Opacity

.myOpacity80 { color: #377783; opacity: 0.8; }

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

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

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

This text has shadow with #377783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377783.

Preview

Color preview on black background

This text has color #377783 on black background.


Color preview on white background

This text has color #377783 on white background.


Black color preview on #377783 background

This text has black color on #377783 background.


White color preview on #377783 background

This text has white color on #377783 background.


Related colors

Complementary color

Complementary color for #hex is #C8887C.


I love getcolorcode.com

Triadic colors

1 #833777 and #778337 with #377783 are triadic colors.

2 #837737 and #773783 with #377783 are triadic colors.