COLOR #377563

HEX: #377563
RGB: (55,117,99)

Color info

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

RGB color model

#377563 color RGB value is (55,117,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 99 of 255 = 39%

55
117
99

R + G + B ~ 36%. #377563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 99 = 271 (100%)
R 55 of 271 ~ 20.3%
G 117 of 271 ~ 43.17%
B 99 of 271 ~ 36.53%

%20.3
%43.17
%36.53

CMYK color model

#377563 color CMYK value is (53,0,15,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(53,0,15,54)
C53M0Y15K54 
(53%,0%,15%,54%)
(0.53/0.00/0.15/0.54)	

CMYK percentages

%52.99
%0
%15.38
%54.12

Codes

Color #377563 in popluar color models

377563
RGB5511799
HSL163°36.05%33.73%
HSB/HSV163°52.99%45.88%
CMYK52.99%0.00%15.38%
54.12%

Color #377563 in popluar number systems.

HEX377563
Decimal5511799
Binary11011111101011100011
Octal67165143

Shades and tints

Shades of #377563

#377563
(55,117,99)
#326B5A
(50,107,90)
#2D6151
(45,97,81)
#285748
(40,87,72)
#234D3F
(35,77,63)
#1E4336
(30,67,54)
#19392D
(25,57,45)
#142F24
(20,47,36)
#0F251B
(15,37,27)
#0A1B12
(10,27,18)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #377563

#377563
(55,117,99)
#498171
(73,129,113)
#5B8D7F
(91,141,127)
#6D998D
(109,153,141)
#7FA59B
(127,165,155)
#91B1A9
(145,177,169)
#A3BDB7
(163,189,183)
#B5C9C5
(181,201,197)
#C7D5D3
(199,213,211)
#D9E1E1
(217,225,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377563; }

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

This text font color is #377563.


Background Color

.myBgColor { background-color: #377563; }

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

This div background color is #377563.


Border color

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

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

This div border color is #377563.


Opacity

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

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

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

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

This text has shadow with #377563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377563 on black background.


Color preview on white background

This text has color #377563 on white background.



Black color preview on #377563 background

This text has black color on #377563 background.


White color preview on #377563 background

This text has white color on #377563 background.