COLOR #37977B

HEX: #37977B RGB: (55,151,123)

Color info

#37977B contains mainly green and blue colors. Web safe color of #37977B is #339966 (or #396).

RGB color model

#37977B color RGB value is (55,151,123).

RGB: (55,151,123) (22%, 59%, 48%)

RGB channels and saturation

R 55 of 255 = 22%
G 151 of 255 = 59%
B 123 of 255 = 48%

55
151
123

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

Portions of RGB colors in percentages

R + G + B = 55 + 151 + 123 = 329 (100%)
R 55 of 329 ~ 16.72%
G 151 of 329 ~ 45.9%
B 123 of 329 ~ 37.39'%

%16.72
%45.9
%37.39

CMYK color model

#37977B color CMYK value is (64,0,19,41).

  • cyan value is 63.58%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%

CMYK: (64,0,19,41)
C64M0Y19K41 (64%, 0%, 19%, 41%)
(0.64 / 0.00 / 0.19 / 0.41)

CMYK percentages

%63.58
%0
%18.54
%40.78

Codes

Color #37977B in popluar color models

37 97 7B
RGB 55 151 123
HSL 163° 46.60% 40.39%
HSB/HSV 163° 63.58% 59.22%
CMYK 63.58% 0.00% 18.54%
40.78%

Color #37977B in popluar number systems.

HEX 37 97 7B
Decimal 55 151 123
Binary 110111 10010111 1111011
Octal 67 227 173

Shades and tints

Shades of #37977B

#37977B
(55,151,123)
#328A70
(50,138,112)
#2D7D65
(45,125,101)
#28705A
(40,112,90)
#23634F
(35,99,79)
#1E5644
(30,86,68)
#194939
(25,73,57)
#143C2E
(20,60,46)
#0F2F23
(15,47,35)
#0A2218
(10,34,24)
#05150D
(5,21,13)
#000000
(0,0,0)

Tints of #37977B

#37977B
(55,151,123)
#49A087
(73,160,135)
#5BA993
(91,169,147)
#6DB29F
(109,178,159)
#7FBBAB
(127,187,171)
#91C4B7
(145,196,183)
#A3CDC3
(163,205,195)
#B5D6CF
(181,214,207)
#C7DFDB
(199,223,219)
#D9E8E7
(217,232,231)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37977B color. Also use rgb(55,151,123) instead hex code.

Text Font Color

.myTextColor { color: #37977B; }

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

This text font color is #37977B.

Background Color

.myBgColor { background-color: #37977B; }

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

This div background color is #37977B.

Border color

.myBorderColor { border: 1px solid #37977B; }

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

This div border color is #37977B.

Opacity

.myOpacity80 { color: #37977B; opacity: 0.8; }

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

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

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

This text has shadow with #37977B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37977B.

Preview

Color preview on black background

This text has color #37977B on black background.


Color preview on white background

This text has color #37977B on white background.


Black color preview on #37977B background

This text has black color on #37977B background.


White color preview on #37977B background

This text has white color on #37977B background.


Related colors

Complementary color

Complementary color for #hex is #C86884.


I love getcolorcode.com

Triadic colors

1 #7B3797 and #977B37 with #37977B are triadic colors.

2 #7B9737 and #97377B with #37977B are triadic colors.