COLOR #375C68

HEX: #375C68
RGB: (55,92,104)

Color info

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

RGB color model

#375C68 color RGB value is (55,92,104).

  • red value is 55;
  • green value is 92;
  • blue value is 104.
RGB:
(55,92,104)
(22%,36%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 104 of 255 = 41%

55
92
104

R + G + B ~ 33%. #375C68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 92 + 104 = 251 (100%)
R 55 of 251 ~ 21.91%
G 92 of 251 ~ 36.65%
B 104 of 251 ~ 41.43%

%21.91
%36.65
%41.43

CMYK color model

#375C68 color CMYK value is (47,12,0,59).

  • cyan value is 47.12%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(47,12,0,59)
C47M12Y0K59 
(47%,12%,0%,59%)
(0.47/0.12/0.00/0.59)	

CMYK percentages

%47.12
%11.54
%0
%59.22

Codes

Color #375C68 in popluar color models

375C68
RGB5592104
HSL195°30.82%31.18%
HSB/HSV195°47.12%40.78%
CMYK47.12%11.54%0.00%
59.22%

Color #375C68 in popluar number systems.

HEX375C68
Decimal5592104
Binary11011110111001101000
Octal67134150

Shades and tints

Shades of #375C68

#375C68
(55,92,104)
#32545F
(50,84,95)
#2D4C56
(45,76,86)
#28444D
(40,68,77)
#233C44
(35,60,68)
#1E343B
(30,52,59)
#192C32
(25,44,50)
#142429
(20,36,41)
#0F1C20
(15,28,32)
#0A1417
(10,20,23)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #375C68

#375C68
(55,92,104)
#496A75
(73,106,117)
#5B7882
(91,120,130)
#6D868F
(109,134,143)
#7F949C
(127,148,156)
#91A2A9
(145,162,169)
#A3B0B6
(163,176,182)
#B5BEC3
(181,190,195)
#C7CCD0
(199,204,208)
#D9DADD
(217,218,221)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C68; }

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

This text font color is #375C68.


Background Color

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

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

This div background color is #375C68.


Border color

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

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

This div border color is #375C68.


Opacity

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

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

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

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

This text has shadow with #375C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C68 on black background.


Color preview on white background

This text has color #375C68 on white background.



Black color preview on #375C68 background

This text has black color on #375C68 background.


White color preview on #375C68 background

This text has white color on #375C68 background.