COLOR #375C61

HEX: #375C61 RGB: (55,92,97)

Color info

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

RGB color model

#375C61 color RGB value is (55,92,97).

RGB: (55,92,97) (22%, 36%, 38%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 97 of 255 = 38%

55
92
97

R + G + B ~ 32%. #375C61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 92 + 97 = 244 (100%)
R 55 of 244 ~ 22.54%
G 92 of 244 ~ 37.7%
B 97 of 244 ~ 39.75'%

%22.54
%37.7
%39.75

CMYK color model

#375C61 color CMYK value is (43,5,0,62).

  • cyan value is 43.30%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (43,5,0,62)
C43M5Y0K62 (43%, 5%, 0%, 62%)
(0.43 / 0.05 / 0.00 / 0.62)

CMYK percentages

%43.3
%5.15
%0
%61.96

Codes

Color #375C61 in popluar color models

37 5C 61
RGB 55 92 97
HSL 187° 27.63% 29.80%
HSB/HSV 187° 43.30% 38.04%
CMYK 43.30% 5.15% 0.00%
61.96%

Color #375C61 in popluar number systems.

HEX 37 5C 61
Decimal 55 92 97
Binary 110111 1011100 1100001
Octal 67 134 141

Shades and tints

Shades of #375C61

#375C61
(55,92,97)
#325459
(50,84,89)
#2D4C51
(45,76,81)
#284449
(40,68,73)
#233C41
(35,60,65)
#1E3439
(30,52,57)
#192C31
(25,44,49)
#142429
(20,36,41)
#0F1C21
(15,28,33)
#0A1419
(10,20,25)
#050C11
(5,12,17)
#000000
(0,0,0)

Tints of #375C61

#375C61
(55,92,97)
#496A6F
(73,106,111)
#5B787D
(91,120,125)
#6D868B
(109,134,139)
#7F9499
(127,148,153)
#91A2A7
(145,162,167)
#A3B0B5
(163,176,181)
#B5BEC3
(181,190,195)
#C7CCD1
(199,204,209)
#D9DADF
(217,218,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C61; }

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

This text font color is #375C61.

Background Color

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

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

This div background color is #375C61.

Border color

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

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

This div border color is #375C61.

Opacity

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

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

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

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

This text has shadow with #375C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375C61.

Preview

Color preview on black background

This text has color #375C61 on black background.


Color preview on white background

This text has color #375C61 on white background.


Black color preview on #375C61 background

This text has black color on #375C61 background.


White color preview on #375C61 background

This text has white color on #375C61 background.


Related colors

Complementary color

Complementary color for #hex is #C8A39E.


I love getcolorcode.com

Triadic colors

1 #61375C and #5C6137 with #375C61 are triadic colors.

2 #615C37 and #5C3761 with #375C61 are triadic colors.