COLOR #377560

HEX: #377560 RGB: (55,117,96)

Color info

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

RGB color model

#377560 color RGB value is (55,117,96).

RGB: (55,117,96) (22%, 46%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 96 of 255 = 38%

55
117
96

R + G + B ~ 35%. #377560 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 117 + 96 = 268 (100%)
R 55 of 268 ~ 20.52%
G 117 of 268 ~ 43.66%
B 96 of 268 ~ 35.82'%

%20.52
%43.66
%35.82

CMYK color model

#377560 color CMYK value is (53,0,18,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 54.12%
CMYK: (53,0,18,54) C53M0Y18K54 (53%,0%,18%,54%) (0.53/0.00/0.18/0.54) 

CMYK percentages

%52.99
%0
%17.95
%54.12

Codes

Color #377560 in popluar color models

37 75 60
RGB 55 117 96
HSL 160° 36.05% 33.73%
HSB/HSV 160° 52.99% 45.88%
CMYK 52.99% 0.00% 17.95%
54.12%

Color #377560 in popluar number systems.

HEX 37 75 60
Decimal 55 117 96
Binary 110111 1110101 1100000
Octal 67 165 140

Shades and tints

Shades of #377560

#377560
(55,117,96)
#326B58
(50,107,88)
#2D6150
(45,97,80)
#285748
(40,87,72)
#234D40
(35,77,64)
#1E4338
(30,67,56)
#193930
(25,57,48)
#142F28
(20,47,40)
#0F2520
(15,37,32)
#0A1B18
(10,27,24)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #377560

#377560
(55,117,96)
#49816E
(73,129,110)
#5B8D7C
(91,141,124)
#6D998A
(109,153,138)
#7FA598
(127,165,152)
#91B1A6
(145,177,166)
#A3BDB4
(163,189,180)
#B5C9C2
(181,201,194)
#C7D5D0
(199,213,208)
#D9E1DE
(217,225,222)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377560; }

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

This text font color is #377560.

Background Color

.myBgColor { background-color: #377560; }

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

This div background color is #377560.

Border color

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

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

This div border color is #377560.

Opacity

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

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

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

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

This text has shadow with #377560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377560.

Preview

Color preview on black background

This text has color #377560 on black background.


Color preview on white background

This text has color #377560 on white background.


Black color preview on #377560 background

This text has black color on #377560 background.


White color preview on #377560 background

This text has white color on #377560 background.


Related colors

Complementary color

Complementary color for #hex is #C88A9F.


I love getcolorcode.com

Triadic colors

1 #603775 and #756037 with #377560 are triadic colors.

2 #607537 and #753760 with #377560 are triadic colors.