COLOR #375C6F

HEX: #375C6F RGB: (55,92,111)

Color info

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

RGB color model

#375C6F color RGB value is (55,92,111).

RGB: (55,92,111) (22%, 36%, 44%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 111 of 255 = 44%

55
92
111

R + G + B ~ 34%. #375C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 92 + 111 = 258 (100%)
R 55 of 258 ~ 21.32%
G 92 of 258 ~ 35.66%
B 111 of 258 ~ 43.02'%

%21.32
%35.66
%43.02

CMYK color model

#375C6F color CMYK value is (50,17,0,56).

  • cyan value is 50.45%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (50,17,0,56)
C50M17Y0K56 (50%, 17%, 0%, 56%)
(0.50 / 0.17 / 0.00 / 0.56)

CMYK percentages

%50.45
%17.12
%0
%56.47

Codes

Color #375C6F in popluar color models

37 5C 6F
RGB 55 92 111
HSL 200° 33.73% 32.55%
HSB/HSV 200° 50.45% 43.53%
CMYK 50.45% 17.12% 0.00%
56.47%

Color #375C6F in popluar number systems.

HEX 37 5C 6F
Decimal 55 92 111
Binary 110111 1011100 1101111
Octal 67 134 157

Shades and tints

Shades of #375C6F

#375C6F
(55,92,111)
#325465
(50,84,101)
#2D4C5B
(45,76,91)
#284451
(40,68,81)
#233C47
(35,60,71)
#1E343D
(30,52,61)
#192C33
(25,44,51)
#142429
(20,36,41)
#0F1C1F
(15,28,31)
#0A1415
(10,20,21)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #375C6F

#375C6F
(55,92,111)
#496A7C
(73,106,124)
#5B7889
(91,120,137)
#6D8696
(109,134,150)
#7F94A3
(127,148,163)
#91A2B0
(145,162,176)
#A3B0BD
(163,176,189)
#B5BECA
(181,190,202)
#C7CCD7
(199,204,215)
#D9DAE4
(217,218,228)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375C6F color. Also use rgb(55,92,111) instead hex code.

Text Font Color

.myTextColor { color: #375C6F; }

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

This text font color is #375C6F.

Background Color

.myBgColor { background-color: #375C6F; }

<div style="background-color:#375C6F">Inner text</div>

This div background color is #375C6F.

Border color

.myBorderColor { border: 1px solid #375C6F; }

<div style="border:3px solid #375C6F">Div</div>

This div border color is #375C6F.

Opacity

.myOpacity80 { color: #375C6F; opacity: 0.8; }

<p style="color:#375C6F;opacity:0.8;">80%</p>

Text with #375C6F 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 #375C6F;}

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

This text has shadow with #375C6F color.


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

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

This text has shadow with #375C6F primary color and red secondary color.


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

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

This text has shadow with #375C6F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #375C6F.

Preview

Color preview on black background

This text has color #375C6F on black background.


Color preview on white background

This text has color #375C6F on white background.


Black color preview on #375C6F background

This text has black color on #375C6F background.


White color preview on #375C6F background

This text has white color on #375C6F background.


Related colors

Complementary color

Complementary color for #hex is #C8A390.


I love getcolorcode.com

Triadic colors

1 #6F375C and #5C6F37 with #375C6F are triadic colors.

2 #6F5C37 and #5C376F with #375C6F are triadic colors.