COLOR #375A60

HEX: #375A60
RGB: (55,90,96)

Color info

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

RGB color model

#375A60 color RGB value is (55,90,96).

  • red value is 55;
  • green value is 90;
  • blue value is 96.
RGB:
(55,90,96)
(22%,35%,38%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 96 of 255 = 38%

55
90
96

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

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 96 = 241 (100%)
R 55 of 241 ~ 22.82%
G 90 of 241 ~ 37.34%
B 96 of 241 ~ 39.83%

%22.82
%37.34
%39.83

CMYK color model

#375A60 color CMYK value is (43,6,0,62).

  • cyan value is 42.71%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(43,6,0,62)
C43M6Y0K62 
(43%,6%,0%,62%)
(0.43/0.06/0.00/0.62)	

CMYK percentages

%42.71
%6.25
%0
%62.35

Codes

Color #375A60 in popluar color models

375A60
RGB559096
HSL189°27.15%29.61%
HSB/HSV189°42.71%37.65%
CMYK42.71%6.25%0.00%
62.35%

Color #375A60 in popluar number systems.

HEX375A60
Decimal559096
Binary11011110110101100000
Octal67132140

Shades and tints

Shades of #375A60

#375A60
(55,90,96)
#325258
(50,82,88)
#2D4A50
(45,74,80)
#284248
(40,66,72)
#233A40
(35,58,64)
#1E3238
(30,50,56)
#192A30
(25,42,48)
#142228
(20,34,40)
#0F1A20
(15,26,32)
#0A1218
(10,18,24)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #375A60

#375A60
(55,90,96)
#49696E
(73,105,110)
#5B787C
(91,120,124)
#6D878A
(109,135,138)
#7F9698
(127,150,152)
#91A5A6
(145,165,166)
#A3B4B4
(163,180,180)
#B5C3C2
(181,195,194)
#C7D2D0
(199,210,208)
#D9E1DE
(217,225,222)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A60 color. Also use rgb(55,90,96) instead hex code.

Text Font Color

.myTextColor { color: #375A60; }

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

This text font color is #375A60.


Background Color

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

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

This div background color is #375A60.


Border color

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

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

This div border color is #375A60.


Opacity

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

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

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

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

This text has shadow with #375A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375A60 on black background.


Color preview on white background

This text has color #375A60 on white background.



Black color preview on #375A60 background

This text has black color on #375A60 background.


White color preview on #375A60 background

This text has white color on #375A60 background.