COLOR #375C62

HEX: #375C62 RGB: (55,92,98)

Color info

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

RGB color model

#375C62 color RGB value is (55,92,98).

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

RGB channels and saturation

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

55
92
98

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

Portions of RGB colors in percentages

R + G + B = 55 + 92 + 98 = 245 (100%)
R 55 of 245 ~ 22.45%
G 92 of 245 ~ 37.55%
B 98 of 245 ~ 40'%

%22.45
%37.55
%40

CMYK color model

#375C62 color CMYK value is (44,6,0,62).

  • cyan value is 43.88%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (44,6,0,62)
C44M6Y0K62 (44%, 6%, 0%, 62%)
(0.44 / 0.06 / 0.00 / 0.62)

CMYK percentages

%43.88
%6.12
%0
%61.57

Codes

Color #375C62 in popluar color models

37 5C 62
RGB 55 92 98
HSL 188° 28.10% 30.00%
HSB/HSV 188° 43.88% 38.43%
CMYK 43.88% 6.12% 0.00%
61.57%

Color #375C62 in popluar number systems.

HEX 37 5C 62
Decimal 55 92 98
Binary 110111 1011100 1100010
Octal 67 134 142

Shades and tints

Shades of #375C62

#375C62
(55,92,98)
#32545A
(50,84,90)
#2D4C52
(45,76,82)
#28444A
(40,68,74)
#233C42
(35,60,66)
#1E343A
(30,52,58)
#192C32
(25,44,50)
#14242A
(20,36,42)
#0F1C22
(15,28,34)
#0A141A
(10,20,26)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #375C62

#375C62
(55,92,98)
#496A70
(73,106,112)
#5B787E
(91,120,126)
#6D868C
(109,134,140)
#7F949A
(127,148,154)
#91A2A8
(145,162,168)
#A3B0B6
(163,176,182)
#B5BEC4
(181,190,196)
#C7CCD2
(199,204,210)
#D9DAE0
(217,218,224)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C62; }

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

This text font color is #375C62.

Background Color

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

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

This div background color is #375C62.

Border color

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

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

This div border color is #375C62.

Opacity

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

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

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

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

This text has shadow with #375C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375C62.

Preview

Color preview on black background

This text has color #375C62 on black background.


Color preview on white background

This text has color #375C62 on white background.


Black color preview on #375C62 background

This text has black color on #375C62 background.


White color preview on #375C62 background

This text has white color on #375C62 background.


Related colors

Complementary color

Complementary color for #hex is #C8A39D.


I love getcolorcode.com

Triadic colors

1 #62375C and #5C6237 with #375C62 are triadic colors.

2 #625C37 and #5C3762 with #375C62 are triadic colors.