COLOR #37665C

HEX: #37665C RGB: (55,102,92)

Color info

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

RGB color model

#37665C color RGB value is (55,102,92).

RGB: (55,102,92) (22%, 40%, 36%)

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 92 of 255 = 36%

55
102
92

R + G + B ~ 33%. #37665C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 102 + 92 = 249 (100%)
R 55 of 249 ~ 22.09%
G 102 of 249 ~ 40.96%
B 92 of 249 ~ 36.95'%

%22.09
%40.96
%36.95

CMYK color model

#37665C color CMYK value is (46,0,10,60).

  • cyan value is 46.08%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 60.00%

CMYK: (46,0,10,60)
C46M0Y10K60 (46%, 0%, 10%, 60%)
(0.46 / 0.00 / 0.10 / 0.60)

CMYK percentages

%46.08
%0
%9.8
%60

Codes

Color #37665C in popluar color models

37 66 5C
RGB 55 102 92
HSL 167° 29.94% 30.78%
HSB/HSV 167° 46.08% 40.00%
CMYK 46.08% 0.00% 9.80%
60.00%

Color #37665C in popluar number systems.

HEX 37 66 5C
Decimal 55 102 92
Binary 110111 1100110 1011100
Octal 67 146 134

Shades and tints

Shades of #37665C

#37665C
(55,102,92)
#325D54
(50,93,84)
#2D544C
(45,84,76)
#284B44
(40,75,68)
#23423C
(35,66,60)
#1E3934
(30,57,52)
#19302C
(25,48,44)
#142724
(20,39,36)
#0F1E1C
(15,30,28)
#0A1514
(10,21,20)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #37665C

#37665C
(55,102,92)
#49736A
(73,115,106)
#5B8078
(91,128,120)
#6D8D86
(109,141,134)
#7F9A94
(127,154,148)
#91A7A2
(145,167,162)
#A3B4B0
(163,180,176)
#B5C1BE
(181,193,190)
#C7CECC
(199,206,204)
#D9DBDA
(217,219,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37665C color. Also use rgb(55,102,92) instead hex code.

Text Font Color

.myTextColor { color: #37665C; }

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

This text font color is #37665C.

Background Color

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

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

This div background color is #37665C.

Border color

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

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

This div border color is #37665C.

Opacity

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

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

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

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

This text has shadow with #37665C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37665C.

Preview

Color preview on black background

This text has color #37665C on black background.


Color preview on white background

This text has color #37665C on white background.


Black color preview on #37665C background

This text has black color on #37665C background.


White color preview on #37665C background

This text has white color on #37665C background.


Related colors

Complementary color

Complementary color for #hex is #C899A3.


I love getcolorcode.com

Triadic colors

1 #5C3766 and #665C37 with #37665C are triadic colors.

2 #5C6637 and #66375C with #37665C are triadic colors.