COLOR #37C08C

HEX: #37C08C RGB: (55,192,140)

Color info

#37C08C contains mainly green and blue colors. Web safe color of #37C08C is #33CC99 (or #3C9).

RGB color model

#37C08C color RGB value is (55,192,140).

RGB: (55,192,140) (22%, 75%, 55%)

RGB channels and saturation

R 55 of 255 = 22%
G 192 of 255 = 75%
B 140 of 255 = 55%

55
192
140

R + G + B ~ 51%. #37C08C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 192 + 140 = 387 (100%)
R 55 of 387 ~ 14.21%
G 192 of 387 ~ 49.61%
B 140 of 387 ~ 36.18'%

%14.21
%49.61
%36.18

CMYK color model

#37C08C color CMYK value is (71,0,27,25).

  • cyan value is 71.35%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 24.71%

CMYK: (71,0,27,25)
C71M0Y27K25 (71%, 0%, 27%, 25%)
(0.71 / 0.00 / 0.27 / 0.25)

CMYK percentages

%71.35
%0
%27.08
%24.71

Codes

Color #37C08C in popluar color models

37 C0 8C
RGB 55 192 140
HSL 157° 55.47% 48.43%
HSB/HSV 157° 71.35% 75.29%
CMYK 71.35% 0.00% 27.08%
24.71%

Color #37C08C in popluar number systems.

HEX 37 C0 8C
Decimal 55 192 140
Binary 110111 11000000 10001100
Octal 67 300 214

Shades and tints

Shades of #37C08C

#37C08C
(55,192,140)
#32AF80
(50,175,128)
#2D9E74
(45,158,116)
#288D68
(40,141,104)
#237C5C
(35,124,92)
#1E6B50
(30,107,80)
#195A44
(25,90,68)
#144938
(20,73,56)
#0F382C
(15,56,44)
#0A2720
(10,39,32)
#051614
(5,22,20)
#000000
(0,0,0)

Tints of #37C08C

#37C08C
(55,192,140)
#49C596
(73,197,150)
#5BCAA0
(91,202,160)
#6DCFAA
(109,207,170)
#7FD4B4
(127,212,180)
#91D9BE
(145,217,190)
#A3DEC8
(163,222,200)
#B5E3D2
(181,227,210)
#C7E8DC
(199,232,220)
#D9EDE6
(217,237,230)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37C08C color. Also use rgb(55,192,140) instead hex code.

Text Font Color

.myTextColor { color: #37C08C; }

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

This text font color is #37C08C.

Background Color

.myBgColor { background-color: #37C08C; }

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

This div background color is #37C08C.

Border color

.myBorderColor { border: 1px solid #37C08C; }

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

This div border color is #37C08C.

Opacity

.myOpacity80 { color: #37C08C; opacity: 0.8; }

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

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

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

This text has shadow with #37C08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37C08C.

Preview

Color preview on black background

This text has color #37C08C on black background.


Color preview on white background

This text has color #37C08C on white background.


Black color preview on #37C08C background

This text has black color on #37C08C background.


White color preview on #37C08C background

This text has white color on #37C08C background.


Related colors

Complementary color

Complementary color for #hex is #C83F73.


I love getcolorcode.com

Triadic colors

1 #8C37C0 and #C08C37 with #37C08C are triadic colors.

2 #8CC037 and #C0378C with #37C08C are triadic colors.