COLOR #37494D

HEX: #37494D
RGB: (55,73,77)

Color info

#37494D contains red, green and blue colors in about the same proportion. Web safe color of #37494D is #333333 (or #333).

RGB color model

#37494D color RGB value is (55,73,77).

  • red value is 55;
  • green value is 73;
  • blue value is 77.
RGB:
(55,73,77)
(22%,29%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 77 of 255 = 30%

55
73
77

R + G + B ~ 27%. #37494D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 77 = 205 (100%)
R 55 of 205 ~ 26.83%
G 73 of 205 ~ 35.61%
B 77 of 205 ~ 37.56%

%26.83
%35.61
%37.56

CMYK color model

#37494D color CMYK value is (29,5,0,70).

  • cyan value is 28.57%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(29,5,0,70)
C29M5Y0K70 
(29%,5%,0%,70%)
(0.29/0.05/0.00/0.70)	

CMYK percentages

%28.57
%5.19
%0
%69.8

Codes

Color #37494D in popluar color models

37494D
RGB557377
HSL191°16.67%25.88%
HSB/HSV191°28.57%30.20%
CMYK28.57%5.19%0.00%
69.80%

Color #37494D in popluar number systems.

HEX37494D
Decimal557377
Binary11011110010011001101
Octal67111115

Shades and tints

Shades of #37494D

#37494D
(55,73,77)
#324346
(50,67,70)
#2D3D3F
(45,61,63)
#283738
(40,55,56)
#233131
(35,49,49)
#1E2B2A
(30,43,42)
#192523
(25,37,35)
#141F1C
(20,31,28)
#0F1915
(15,25,21)
#0A130E
(10,19,14)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #37494D

#37494D
(55,73,77)
#49595D
(73,89,93)
#5B696D
(91,105,109)
#6D797D
(109,121,125)
#7F898D
(127,137,141)
#91999D
(145,153,157)
#A3A9AD
(163,169,173)
#B5B9BD
(181,185,189)
#C7C9CD
(199,201,205)
#D9D9DD
(217,217,221)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37494D color. Also use rgb(55,73,77) instead hex code.

Text Font Color

.myTextColor { color: #37494D; }

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

This text font color is #37494D.


Background Color

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

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

This div background color is #37494D.


Border color

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

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

This div border color is #37494D.


Opacity

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

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

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

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

This text has shadow with #37494D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37494D on black background.


Color preview on white background

This text has color #37494D on white background.



Black color preview on #37494D background

This text has black color on #37494D background.


White color preview on #37494D background

This text has white color on #37494D background.