COLOR #377C4D

HEX: #377C4D RGB: (55,124,77)

Color info

#377C4D contains mainly green and blue colors. Web safe color of #377C4D is #336633 (or #363).

RGB color model

#377C4D color RGB value is (55,124,77).

RGB: (55,124,77) (22%, 49%, 30%)

RGB channels and saturation

R 55 of 255 = 22%
G 124 of 255 = 49%
B 77 of 255 = 30%

55
124
77

R + G + B ~ 34%. #377C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 124 + 77 = 256 (100%)
R 55 of 256 ~ 21.48%
G 124 of 256 ~ 48.44%
B 77 of 256 ~ 30.08'%

%21.48
%48.44
%30.08

CMYK color model

#377C4D color CMYK value is (56,0,38,51).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 51.37%

CMYK: (56,0,38,51)
C56M0Y38K51 (56%, 0%, 38%, 51%)
(0.56 / 0.00 / 0.38 / 0.51)

CMYK percentages

%55.65
%0
%37.9
%51.37

Codes

Color #377C4D in popluar color models

37 7C 4D
RGB 55 124 77
HSL 139° 38.55% 35.10%
HSB/HSV 139° 55.65% 48.63%
CMYK 55.65% 0.00% 37.90%
51.37%

Color #377C4D in popluar number systems.

HEX 37 7C 4D
Decimal 55 124 77
Binary 110111 1111100 1001101
Octal 67 174 115

Shades and tints

Shades of #377C4D

#377C4D
(55,124,77)
#327146
(50,113,70)
#2D663F
(45,102,63)
#285B38
(40,91,56)
#235031
(35,80,49)
#1E452A
(30,69,42)
#193A23
(25,58,35)
#142F1C
(20,47,28)
#0F2415
(15,36,21)
#0A190E
(10,25,14)
#050E07
(5,14,7)
#000000
(0,0,0)

Tints of #377C4D

#377C4D
(55,124,77)
#49875D
(73,135,93)
#5B926D
(91,146,109)
#6D9D7D
(109,157,125)
#7FA88D
(127,168,141)
#91B39D
(145,179,157)
#A3BEAD
(163,190,173)
#B5C9BD
(181,201,189)
#C7D4CD
(199,212,205)
#D9DFDD
(217,223,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377C4D; }

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

This text font color is #377C4D.

Background Color

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

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

This div background color is #377C4D.

Border color

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

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

This div border color is #377C4D.

Opacity

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

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

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

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

This text has shadow with #377C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377C4D.

Preview

Color preview on black background

This text has color #377C4D on black background.


Color preview on white background

This text has color #377C4D on white background.


Black color preview on #377C4D background

This text has black color on #377C4D background.


White color preview on #377C4D background

This text has white color on #377C4D background.


Related colors

Complementary color

Complementary color for #hex is #C883B2.


I love getcolorcode.com

Triadic colors

1 #4D377C and #7C4D37 with #377C4D are triadic colors.

2 #4D7C37 and #7C374D with #377C4D are triadic colors.