COLOR #37706E

HEX: #37706E
RGB: (55,112,110)

Color info

#37706E contains red, green and blue colors in about the same proportion. Web safe color of #37706E is #336666 (or #366).

RGB color model

#37706E color RGB value is (55,112,110).

  • red value is 55;
  • green value is 112;
  • blue value is 110.
RGB:
(55,112,110)
(22%,44%,43%)

RGB channels and saturation

R 55 of 255 = 22%
G 112 of 255 = 44%
B 110 of 255 = 43%

55
112
110

R + G + B ~ 36%. #37706E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 112 + 110 = 277 (100%)
R 55 of 277 ~ 19.86%
G 112 of 277 ~ 40.43%
B 110 of 277 ~ 39.71%

%19.86
%40.43
%39.71

CMYK color model

#37706E color CMYK value is (51,0,2,56).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(51,0,2,56)
C51M0Y2K56 
(51%,0%,2%,56%)
(0.51/0.00/0.02/0.56)	

CMYK percentages

%50.89
%0
%1.79
%56.08

Codes

Color #37706E in popluar color models

37706E
RGB55112110
HSL178°34.13%32.75%
HSB/HSV178°50.89%43.92%
CMYK50.89%0.00%1.79%
56.08%

Color #37706E in popluar number systems.

HEX37706E
Decimal55112110
Binary11011111100001101110
Octal67160156

Shades and tints

Shades of #37706E

#37706E
(55,112,110)
#326664
(50,102,100)
#2D5C5A
(45,92,90)
#285250
(40,82,80)
#234846
(35,72,70)
#1E3E3C
(30,62,60)
#193432
(25,52,50)
#142A28
(20,42,40)
#0F201E
(15,32,30)
#0A1614
(10,22,20)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #37706E

#37706E
(55,112,110)
#497D7B
(73,125,123)
#5B8A88
(91,138,136)
#6D9795
(109,151,149)
#7FA4A2
(127,164,162)
#91B1AF
(145,177,175)
#A3BEBC
(163,190,188)
#B5CBC9
(181,203,201)
#C7D8D6
(199,216,214)
#D9E5E3
(217,229,227)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37706E color. Also use rgb(55,112,110) instead hex code.

Text Font Color

.myTextColor { color: #37706E; }

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

This text font color is #37706E.


Background Color

.myBgColor { background-color: #37706E; }

<div style="background-color:#37706E">Inner text</div>

This div background color is #37706E.


Border color

.myBorderColor { border: 1px solid #37706E; }

<div style="border:3px solid #37706E">Div</div>

This div border color is #37706E.


Opacity

.myOpacity80 { color: #37706E; opacity: 0.8; }

<p style="color:#37706E;opacity:0.8;">80%</p>

Text with #37706E 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 #37706E;}

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

This text has shadow with #37706E color.

.textShadow {text-shadow: 3px 3px 1px #37706E, 3px 3px 1px red;}

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

This text has shadow with #37706E primary color and red secondary color.


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

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

This text has shadow with #37706E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37706E on black background.


Color preview on white background

This text has color #37706E on white background.



Black color preview on #37706E background

This text has black color on #37706E background.


White color preview on #37706E background

This text has white color on #37706E background.