COLOR #37737A

HEX: #37737A
RGB: (55,115,122)

Color info

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

RGB color model

#37737A color RGB value is (55,115,122).

  • red value is 55;
  • green value is 115;
  • blue value is 122.
RGB:
(55,115,122)
(22%,45%,48%)

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 122 of 255 = 48%

55
115
122

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

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 122 = 292 (100%)
R 55 of 292 ~ 18.84%
G 115 of 292 ~ 39.38%
B 122 of 292 ~ 41.78%

%18.84
%39.38
%41.78

CMYK color model

#37737A color CMYK value is (55,6,0,52).

  • cyan value is 54.92%
  • magenta value is 5.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(55,6,0,52)
C55M6Y0K52 
(55%,6%,0%,52%)
(0.55/0.06/0.00/0.52)	

CMYK percentages

%54.92
%5.74
%0
%52.16

Codes

Color #37737A in popluar color models

37737A
RGB55115122
HSL186°37.85%34.71%
HSB/HSV186°54.92%47.84%
CMYK54.92%5.74%0.00%
52.16%

Color #37737A in popluar number systems.

HEX37737A
Decimal55115122
Binary11011111100111111010
Octal67163172

Shades and tints

Shades of #37737A

#37737A
(55,115,122)
#32696F
(50,105,111)
#2D5F64
(45,95,100)
#285559
(40,85,89)
#234B4E
(35,75,78)
#1E4143
(30,65,67)
#193738
(25,55,56)
#142D2D
(20,45,45)
#0F2322
(15,35,34)
#0A1917
(10,25,23)
#050F0C
(5,15,12)
#000000
(0,0,0)

Tints of #37737A

#37737A
(55,115,122)
#497F86
(73,127,134)
#5B8B92
(91,139,146)
#6D979E
(109,151,158)
#7FA3AA
(127,163,170)
#91AFB6
(145,175,182)
#A3BBC2
(163,187,194)
#B5C7CE
(181,199,206)
#C7D3DA
(199,211,218)
#D9DFE6
(217,223,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37737A color. Also use rgb(55,115,122) instead hex code.

Text Font Color

.myTextColor { color: #37737A; }

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

This text font color is #37737A.


Background Color

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

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

This div background color is #37737A.


Border color

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

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

This div border color is #37737A.


Opacity

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

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

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

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

This text has shadow with #37737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37737A on black background.


Color preview on white background

This text has color #37737A on white background.



Black color preview on #37737A background

This text has black color on #37737A background.


White color preview on #37737A background

This text has white color on #37737A background.