COLOR #375560

HEX: #375560
RGB: (55,85,96)

Color info

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

RGB color model

#375560 color RGB value is (55,85,96).

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

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 96 of 255 = 38%

55
85
96

R + G + B ~ 31%. #375560 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 96 = 236 (100%)
R 55 of 236 ~ 23.31%
G 85 of 236 ~ 36.02%
B 96 of 236 ~ 40.68%

%23.31
%36.02
%40.68

CMYK color model

#375560 color CMYK value is (43,11,0,62).

  • cyan value is 42.71%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(43,11,0,62)
C43M11Y0K62 
(43%,11%,0%,62%)
(0.43/0.11/0.00/0.62)	

CMYK percentages

%42.71
%11.46
%0
%62.35

Codes

Color #375560 in popluar color models

375560
RGB558596
HSL196°27.15%29.61%
HSB/HSV196°42.71%37.65%
CMYK42.71%11.46%0.00%
62.35%

Color #375560 in popluar number systems.

HEX375560
Decimal558596
Binary11011110101011100000
Octal67125140

Shades and tints

Shades of #375560

#375560
(55,85,96)
#324E58
(50,78,88)
#2D4750
(45,71,80)
#284048
(40,64,72)
#233940
(35,57,64)
#1E3238
(30,50,56)
#192B30
(25,43,48)
#142428
(20,36,40)
#0F1D20
(15,29,32)
#0A1618
(10,22,24)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #375560

#375560
(55,85,96)
#49646E
(73,100,110)
#5B737C
(91,115,124)
#6D828A
(109,130,138)
#7F9198
(127,145,152)
#91A0A6
(145,160,166)
#A3AFB4
(163,175,180)
#B5BEC2
(181,190,194)
#C7CDD0
(199,205,208)
#D9DCDE
(217,220,222)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375560; }

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

This text font color is #375560.


Background Color

.myBgColor { background-color: #375560; }

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

This div background color is #375560.


Border color

.myBorderColor { border: 1px solid #375560; }

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

This div border color is #375560.


Opacity

.myOpacity80 { color: #375560; opacity: 0.8; }

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

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

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

This text has shadow with #375560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375560 on black background.


Color preview on white background

This text has color #375560 on white background.



Black color preview on #375560 background

This text has black color on #375560 background.


White color preview on #375560 background

This text has white color on #375560 background.