COLOR #37678C

HEX: #37678C
RGB: (55,103,140)

Color info

#37678C contains mainly green and blue colors. Web safe color of #37678C is #336699 (or #369).

RGB color model

#37678C color RGB value is (55,103,140).

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

RGB channels and saturation

R 55 of 255 = 22%
G 103 of 255 = 40%
B 140 of 255 = 55%

55
103
140

R + G + B ~ 39%. #37678C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 103 + 140 = 298 (100%)
R 55 of 298 ~ 18.46%
G 103 of 298 ~ 34.56%
B 140 of 298 ~ 46.98%

%18.46
%34.56
%46.98

CMYK color model

#37678C color CMYK value is (61,26,0,45).

  • cyan value is 60.71%
  • magenta value is 26.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(61,26,0,45)
C61M26Y0K45 
(61%,26%,0%,45%)
(0.61/0.26/0.00/0.45)	

CMYK percentages

%60.71
%26.43
%0
%45.1

Codes

Color #37678C in popluar color models

37678C
RGB55103140
HSL206°43.59%38.24%
HSB/HSV206°60.71%54.90%
CMYK60.71%26.43%0.00%
45.10%

Color #37678C in popluar number systems.

HEX37678C
Decimal55103140
Binary110111110011110001100
Octal67147214

Shades and tints

Shades of #37678C

#37678C
(55,103,140)
#325E80
(50,94,128)
#2D5574
(45,85,116)
#284C68
(40,76,104)
#23435C
(35,67,92)
#1E3A50
(30,58,80)
#193144
(25,49,68)
#142838
(20,40,56)
#0F1F2C
(15,31,44)
#0A1620
(10,22,32)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #37678C

#37678C
(55,103,140)
#497496
(73,116,150)
#5B81A0
(91,129,160)
#6D8EAA
(109,142,170)
#7F9BB4
(127,155,180)
#91A8BE
(145,168,190)
#A3B5C8
(163,181,200)
#B5C2D2
(181,194,210)
#C7CFDC
(199,207,220)
#D9DCE6
(217,220,230)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37678C; }

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

This text font color is #37678C.


Background Color

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

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

This div background color is #37678C.


Border color

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

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

This div border color is #37678C.


Opacity

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

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

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

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

This text has shadow with #37678C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37678C on black background.


Color preview on white background

This text has color #37678C on white background.



Black color preview on #37678C background

This text has black color on #37678C background.


White color preview on #37678C background

This text has white color on #37678C background.