COLOR #377881

HEX: #377881
RGB: (55,120,129)

Color info

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

RGB color model

#377881 color RGB value is (55,120,129).

  • red value is 55;
  • green value is 120;
  • blue value is 129.
RGB:
(55,120,129)
(22%,47%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 120 of 255 = 47%
B 129 of 255 = 51%

55
120
129

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

Portions of RGB colors in percentages

R + G + B =
55 + 120 + 129 = 304 (100%)
R 55 of 304 ~ 18.09%
G 120 of 304 ~ 39.47%
B 129 of 304 ~ 42.43%

%18.09
%39.47
%42.43

CMYK color model

#377881 color CMYK value is (57,7,0,49).

  • cyan value is 57.36%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(57,7,0,49)
C57M7Y0K49 
(57%,7%,0%,49%)
(0.57/0.07/0.00/0.49)	

CMYK percentages

%57.36
%6.98
%0
%49.41

Codes

Color #377881 in popluar color models

377881
RGB55120129
HSL187°40.22%36.08%
HSB/HSV187°57.36%50.59%
CMYK57.36%6.98%0.00%
49.41%

Color #377881 in popluar number systems.

HEX377881
Decimal55120129
Binary110111111100010000001
Octal67170201

Shades and tints

Shades of #377881

#377881
(55,120,129)
#326E76
(50,110,118)
#2D646B
(45,100,107)
#285A60
(40,90,96)
#235055
(35,80,85)
#1E464A
(30,70,74)
#193C3F
(25,60,63)
#143234
(20,50,52)
#0F2829
(15,40,41)
#0A1E1E
(10,30,30)
#051413
(5,20,19)
#000000
(0,0,0)

Tints of #377881

#377881
(55,120,129)
#49848C
(73,132,140)
#5B9097
(91,144,151)
#6D9CA2
(109,156,162)
#7FA8AD
(127,168,173)
#91B4B8
(145,180,184)
#A3C0C3
(163,192,195)
#B5CCCE
(181,204,206)
#C7D8D9
(199,216,217)
#D9E4E4
(217,228,228)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377881 color. Also use rgb(55,120,129) instead hex code.

Text Font Color

.myTextColor { color: #377881; }

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

This text font color is #377881.


Background Color

.myBgColor { background-color: #377881; }

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

This div background color is #377881.


Border color

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

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

This div border color is #377881.


Opacity

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

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

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

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

This text has shadow with #377881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377881 on black background.


Color preview on white background

This text has color #377881 on white background.



Black color preview on #377881 background

This text has black color on #377881 background.


White color preview on #377881 background

This text has white color on #377881 background.