COLOR #37674C

HEX: #37674C
RGB: (55,103,76)

Color info

#37674C contains red, green and blue colors in about the same proportion. Web safe color of #37674C is #336633 (or #363).

RGB color model

#37674C color RGB value is (55,103,76).

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

RGB channels and saturation

R 55 of 255 = 22%
G 103 of 255 = 40%
B 76 of 255 = 30%

55
103
76

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

Portions of RGB colors in percentages

R + G + B =
55 + 103 + 76 = 234 (100%)
R 55 of 234 ~ 23.5%
G 103 of 234 ~ 44.02%
B 76 of 234 ~ 32.48%

%23.5
%44.02
%32.48

CMYK color model

#37674C color CMYK value is (47,0,26,60).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(47,0,26,60)
C47M0Y26K60 
(47%,0%,26%,60%)
(0.47/0.00/0.26/0.60)	

CMYK percentages

%46.6
%0
%26.21
%59.61

Codes

Color #37674C in popluar color models

37674C
RGB5510376
HSL146°30.38%30.98%
HSB/HSV146°46.60%40.39%
CMYK46.60%0.00%26.21%
59.61%

Color #37674C in popluar number systems.

HEX37674C
Decimal5510376
Binary11011111001111001100
Octal67147114

Shades and tints

Shades of #37674C

#37674C
(55,103,76)
#325E46
(50,94,70)
#2D5540
(45,85,64)
#284C3A
(40,76,58)
#234334
(35,67,52)
#1E3A2E
(30,58,46)
#193128
(25,49,40)
#142822
(20,40,34)
#0F1F1C
(15,31,28)
#0A1616
(10,22,22)
#050D10
(5,13,16)
#000000
(0,0,0)

Tints of #37674C

#37674C
(55,103,76)
#49745C
(73,116,92)
#5B816C
(91,129,108)
#6D8E7C
(109,142,124)
#7F9B8C
(127,155,140)
#91A89C
(145,168,156)
#A3B5AC
(163,181,172)
#B5C2BC
(181,194,188)
#C7CFCC
(199,207,204)
#D9DCDC
(217,220,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37674C; }

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

This text font color is #37674C.


Background Color

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

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

This div background color is #37674C.


Border color

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

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

This div border color is #37674C.


Opacity

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

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

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

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

This text has shadow with #37674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37674C on black background.


Color preview on white background

This text has color #37674C on white background.



Black color preview on #37674C background

This text has black color on #37674C background.


White color preview on #37674C background

This text has white color on #37674C background.