COLOR #37DD7B

HEX: #37DD7B
RGB: (55,221,123)

Color info

#37DD7B contains mainly green color. Web safe color of #37DD7B is #33CC66 (or #3C6).

RGB color model

#37DD7B color RGB value is (55,221,123).

  • red value is 55;
  • green value is 221;
  • blue value is 123.
RGB:
(55,221,123)
(22%,87%,48%)

RGB channels and saturation

R 55 of 255 = 22%
G 221 of 255 = 87%
B 123 of 255 = 48%

55
221
123

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

Portions of RGB colors in percentages

R + G + B =
55 + 221 + 123 = 399 (100%)
R 55 of 399 ~ 13.78%
G 221 of 399 ~ 55.39%
B 123 of 399 ~ 30.83%

%13.78
%55.39
%30.83

CMYK color model

#37DD7B color CMYK value is (75,0,44,13).

  • cyan value is 75.11%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 13.33%
CMYK:
(75,0,44,13)
C75M0Y44K13 
(75%,0%,44%,13%)
(0.75/0.00/0.44/0.13)	

CMYK percentages

%75.11
%0
%44.34
%13.33

Codes

Color #37DD7B in popluar color models

37DD7B
RGB55221123
HSL145°70.94%54.12%
HSB/HSV145°75.11%86.67%
CMYK75.11%0.00%44.34%
13.33%

Color #37DD7B in popluar number systems.

HEX37DD7B
Decimal55221123
Binary110111110111011111011
Octal67335173

Shades and tints

Shades of #37DD7B

#37DD7B
(55,221,123)
#32C970
(50,201,112)
#2DB565
(45,181,101)
#28A15A
(40,161,90)
#238D4F
(35,141,79)
#1E7944
(30,121,68)
#196539
(25,101,57)
#14512E
(20,81,46)
#0F3D23
(15,61,35)
#0A2918
(10,41,24)
#05150D
(5,21,13)
#000000
(0,0,0)

Tints of #37DD7B

#37DD7B
(55,221,123)
#49E087
(73,224,135)
#5BE393
(91,227,147)
#6DE69F
(109,230,159)
#7FE9AB
(127,233,171)
#91ECB7
(145,236,183)
#A3EFC3
(163,239,195)
#B5F2CF
(181,242,207)
#C7F5DB
(199,245,219)
#D9F8E7
(217,248,231)
#EBFBF3
(235,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37DD7B color. Also use rgb(55,221,123) instead hex code.

Text Font Color

.myTextColor { color: #37DD7B; }

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

This text font color is #37DD7B.


Background Color

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

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

This div background color is #37DD7B.


Border color

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

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

This div border color is #37DD7B.


Opacity

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

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

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

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

This text has shadow with #37DD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37DD7B on black background.


Color preview on white background

This text has color #37DD7B on white background.



Black color preview on #37DD7B background

This text has black color on #37DD7B background.


White color preview on #37DD7B background

This text has white color on #37DD7B background.