COLOR #37674E

HEX: #37674E
RGB: (55,103,78)

Color info

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

RGB color model

#37674E color RGB value is (55,103,78).

  • red value is 55;
  • green value is 103;
  • blue value is 78.
RGB:
(55,103,78)
(22%,40%,31%)

RGB channels and saturation

R 55 of 255 = 22%
G 103 of 255 = 40%
B 78 of 255 = 31%

55
103
78

R + G + B ~ 31%. #37674E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 103 + 78 = 236 (100%)
R 55 of 236 ~ 23.31%
G 103 of 236 ~ 43.64%
B 78 of 236 ~ 33.05%

%23.31
%43.64
%33.05

CMYK color model

#37674E color CMYK value is (47,0,24,60).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(47,0,24,60)
C47M0Y24K60 
(47%,0%,24%,60%)
(0.47/0.00/0.24/0.60)	

CMYK percentages

%46.6
%0
%24.27
%59.61

Codes

Color #37674E in popluar color models

37674E
RGB5510378
HSL149°30.38%30.98%
HSB/HSV149°46.60%40.39%
CMYK46.60%0.00%24.27%
59.61%

Color #37674E in popluar number systems.

HEX37674E
Decimal5510378
Binary11011111001111001110
Octal67147116

Shades and tints

Shades of #37674E

#37674E
(55,103,78)
#325E47
(50,94,71)
#2D5540
(45,85,64)
#284C39
(40,76,57)
#234332
(35,67,50)
#1E3A2B
(30,58,43)
#193124
(25,49,36)
#14281D
(20,40,29)
#0F1F16
(15,31,22)
#0A160F
(10,22,15)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #37674E

#37674E
(55,103,78)
#49745E
(73,116,94)
#5B816E
(91,129,110)
#6D8E7E
(109,142,126)
#7F9B8E
(127,155,142)
#91A89E
(145,168,158)
#A3B5AE
(163,181,174)
#B5C2BE
(181,194,190)
#C7CFCE
(199,207,206)
#D9DCDE
(217,220,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37674E color. Also use rgb(55,103,78) instead hex code.

Text Font Color

.myTextColor { color: #37674E; }

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

This text font color is #37674E.


Background Color

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

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

This div background color is #37674E.


Border color

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

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

This div border color is #37674E.


Opacity

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

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

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

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

This text has shadow with #37674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37674E on black background.


Color preview on white background

This text has color #37674E on white background.



Black color preview on #37674E background

This text has black color on #37674E background.


White color preview on #37674E background

This text has white color on #37674E background.