COLOR #37707B

HEX: #37707B
RGB: (55,112,123)

Color info

#37707B contains mainly green and blue colors. Web safe color of #37707B is #336666 (or #366).

RGB color model

#37707B color RGB value is (55,112,123).

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

RGB channels and saturation

R 55 of 255 = 22%
G 112 of 255 = 44%
B 123 of 255 = 48%

55
112
123

R + G + B ~ 38%. #37707B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 112 + 123 = 290 (100%)
R 55 of 290 ~ 18.97%
G 112 of 290 ~ 38.62%
B 123 of 290 ~ 42.41%

%18.97
%38.62
%42.41

CMYK color model

#37707B color CMYK value is (55,9,0,52).

  • cyan value is 55.28%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(55,9,0,52)
C55M9Y0K52 
(55%,9%,0%,52%)
(0.55/0.09/0.00/0.52)	

CMYK percentages

%55.28
%8.94
%0
%51.76

Codes

Color #37707B in popluar color models

37707B
RGB55112123
HSL190°38.20%34.90%
HSB/HSV190°55.28%48.24%
CMYK55.28%8.94%0.00%
51.76%

Color #37707B in popluar number systems.

HEX37707B
Decimal55112123
Binary11011111100001111011
Octal67160173

Shades and tints

Shades of #37707B

#37707B
(55,112,123)
#326670
(50,102,112)
#2D5C65
(45,92,101)
#28525A
(40,82,90)
#23484F
(35,72,79)
#1E3E44
(30,62,68)
#193439
(25,52,57)
#142A2E
(20,42,46)
#0F2023
(15,32,35)
#0A1618
(10,22,24)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #37707B

#37707B
(55,112,123)
#497D87
(73,125,135)
#5B8A93
(91,138,147)
#6D979F
(109,151,159)
#7FA4AB
(127,164,171)
#91B1B7
(145,177,183)
#A3BEC3
(163,190,195)
#B5CBCF
(181,203,207)
#C7D8DB
(199,216,219)
#D9E5E7
(217,229,231)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37707B color. Also use rgb(55,112,123) instead hex code.

Text Font Color

.myTextColor { color: #37707B; }

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

This text font color is #37707B.


Background Color

.myBgColor { background-color: #37707B; }

<div style="background-color:#37707B">Inner text</div>

This div background color is #37707B.


Border color

.myBorderColor { border: 1px solid #37707B; }

<div style="border:3px solid #37707B">Div</div>

This div border color is #37707B.


Opacity

.myOpacity80 { color: #37707B; opacity: 0.8; }

<p style="color:#37707B;opacity:0.8;">80%</p>

Text with #37707B 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 #37707B;}

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

This text has shadow with #37707B color.

.textShadow {text-shadow: 3px 3px 1px #37707B, 3px 3px 1px red;}

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

This text has shadow with #37707B primary color and red secondary color.


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

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

This text has shadow with #37707B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37707B on black background.


Color preview on white background

This text has color #37707B on white background.



Black color preview on #37707B background

This text has black color on #37707B background.


White color preview on #37707B background

This text has white color on #37707B background.