COLOR #37947D

HEX: #37947D RGB: (55,148,125)

Color info

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

RGB color model

#37947D color RGB value is (55,148,125).

RGB: (55,148,125) (22%, 58%, 49%)

RGB channels and saturation

R 55 of 255 = 22%
G 148 of 255 = 58%
B 125 of 255 = 49%

55
148
125

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

Portions of RGB colors in percentages

R + G + B = 55 + 148 + 125 = 328 (100%)
R 55 of 328 ~ 16.77%
G 148 of 328 ~ 45.12%
B 125 of 328 ~ 38.11'%

%16.77
%45.12
%38.11

CMYK color model

#37947D color CMYK value is (63,0,16,42).

  • cyan value is 62.84%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 41.96%

CMYK: (63,0,16,42)
C63M0Y16K42 (63%, 0%, 16%, 42%)
(0.63 / 0.00 / 0.16 / 0.42)

CMYK percentages

%62.84
%0
%15.54
%41.96

Codes

Color #37947D in popluar color models

37 94 7D
RGB 55 148 125
HSL 165° 45.81% 39.80%
HSB/HSV 165° 62.84% 58.04%
CMYK 62.84% 0.00% 15.54%
41.96%

Color #37947D in popluar number systems.

HEX 37 94 7D
Decimal 55 148 125
Binary 110111 10010100 1111101
Octal 67 224 175

Shades and tints

Shades of #37947D

#37947D
(55,148,125)
#328772
(50,135,114)
#2D7A67
(45,122,103)
#286D5C
(40,109,92)
#236051
(35,96,81)
#1E5346
(30,83,70)
#19463B
(25,70,59)
#143930
(20,57,48)
#0F2C25
(15,44,37)
#0A1F1A
(10,31,26)
#05120F
(5,18,15)
#000000
(0,0,0)

Tints of #37947D

#37947D
(55,148,125)
#499D88
(73,157,136)
#5BA693
(91,166,147)
#6DAF9E
(109,175,158)
#7FB8A9
(127,184,169)
#91C1B4
(145,193,180)
#A3CABF
(163,202,191)
#B5D3CA
(181,211,202)
#C7DCD5
(199,220,213)
#D9E5E0
(217,229,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37947D color. Also use rgb(55,148,125) instead hex code.

Text Font Color

.myTextColor { color: #37947D; }

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

This text font color is #37947D.

Background Color

.myBgColor { background-color: #37947D; }

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

This div background color is #37947D.

Border color

.myBorderColor { border: 1px solid #37947D; }

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

This div border color is #37947D.

Opacity

.myOpacity80 { color: #37947D; opacity: 0.8; }

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

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

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

This text has shadow with #37947D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37947D.

Preview

Color preview on black background

This text has color #37947D on black background.


Color preview on white background

This text has color #37947D on white background.


Black color preview on #37947D background

This text has black color on #37947D background.


White color preview on #37947D background

This text has white color on #37947D background.


Related colors

Complementary color

Complementary color for #hex is #C86B82.


I love getcolorcode.com

Triadic colors

1 #7D3794 and #947D37 with #37947D are triadic colors.

2 #7D9437 and #94377D with #37947D are triadic colors.