COLOR #37705A

HEX: #37705A
RGB: (55,112,90)

Color info

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

RGB color model

#37705A color RGB value is (55,112,90).

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

RGB channels and saturation

R 55 of 255 = 22%
G 112 of 255 = 44%
B 90 of 255 = 35%

55
112
90

R + G + B ~ 34%. #37705A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 112 + 90 = 257 (100%)
R 55 of 257 ~ 21.4%
G 112 of 257 ~ 43.58%
B 90 of 257 ~ 35.02%

%21.4
%43.58
%35.02

CMYK color model

#37705A color CMYK value is (51,0,20,56).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 56.08%
CMYK:
(51,0,20,56)
C51M0Y20K56 
(51%,0%,20%,56%)
(0.51/0.00/0.20/0.56)	

CMYK percentages

%50.89
%0
%19.64
%56.08

Codes

Color #37705A in popluar color models

37705A
RGB5511290
HSL157°34.13%32.75%
HSB/HSV157°50.89%43.92%
CMYK50.89%0.00%19.64%
56.08%

Color #37705A in popluar number systems.

HEX37705A
Decimal5511290
Binary11011111100001011010
Octal67160132

Shades and tints

Shades of #37705A

#37705A
(55,112,90)
#326652
(50,102,82)
#2D5C4A
(45,92,74)
#285242
(40,82,66)
#23483A
(35,72,58)
#1E3E32
(30,62,50)
#19342A
(25,52,42)
#142A22
(20,42,34)
#0F201A
(15,32,26)
#0A1612
(10,22,18)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #37705A

#37705A
(55,112,90)
#497D69
(73,125,105)
#5B8A78
(91,138,120)
#6D9787
(109,151,135)
#7FA496
(127,164,150)
#91B1A5
(145,177,165)
#A3BEB4
(163,190,180)
#B5CBC3
(181,203,195)
#C7D8D2
(199,216,210)
#D9E5E1
(217,229,225)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37705A color. Also use rgb(55,112,90) instead hex code.

Text Font Color

.myTextColor { color: #37705A; }

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

This text font color is #37705A.


Background Color

.myBgColor { background-color: #37705A; }

<div style="background-color:#37705A">Inner text</div>

This div background color is #37705A.


Border color

.myBorderColor { border: 1px solid #37705A; }

<div style="border:3px solid #37705A">Div</div>

This div border color is #37705A.


Opacity

.myOpacity80 { color: #37705A; opacity: 0.8; }

<p style="color:#37705A;opacity:0.8;">80%</p>

Text with #37705A 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 #37705A;}

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

This text has shadow with #37705A color.

.textShadow {text-shadow: 3px 3px 1px #37705A, 3px 3px 1px red;}

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

This text has shadow with #37705A primary color and red secondary color.


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

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

This text has shadow with #37705A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37705A on black background.


Color preview on white background

This text has color #37705A on white background.



Black color preview on #37705A background

This text has black color on #37705A background.


White color preview on #37705A background

This text has white color on #37705A background.