COLOR #375557

HEX: #375557
RGB: (55,85,87)

Color info

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

RGB color model

#375557 color RGB value is (55,85,87).

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

RGB channels and saturation

R 55 of 255 = 22%
G 85 of 255 = 33%
B 87 of 255 = 34%

55
85
87

R + G + B ~ 30%. #375557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 85 + 87 = 227 (100%)
R 55 of 227 ~ 24.23%
G 85 of 227 ~ 37.44%
B 87 of 227 ~ 38.33%

%24.23
%37.44
%38.33

CMYK color model

#375557 color CMYK value is (37,2,0,66).

  • cyan value is 36.78%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(37,2,0,66)
C37M2Y0K66 
(37%,2%,0%,66%)
(0.37/0.02/0.00/0.66)	

CMYK percentages

%36.78
%2.3
%0
%65.88

Codes

Color #375557 in popluar color models

375557
RGB558587
HSL184°22.54%27.84%
HSB/HSV184°36.78%34.12%
CMYK36.78%2.30%0.00%
65.88%

Color #375557 in popluar number systems.

HEX375557
Decimal558587
Binary11011110101011010111
Octal67125127

Shades and tints

Shades of #375557

#375557
(55,85,87)
#324E50
(50,78,80)
#2D4749
(45,71,73)
#284042
(40,64,66)
#23393B
(35,57,59)
#1E3234
(30,50,52)
#192B2D
(25,43,45)
#142426
(20,36,38)
#0F1D1F
(15,29,31)
#0A1618
(10,22,24)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #375557

#375557
(55,85,87)
#496466
(73,100,102)
#5B7375
(91,115,117)
#6D8284
(109,130,132)
#7F9193
(127,145,147)
#91A0A2
(145,160,162)
#A3AFB1
(163,175,177)
#B5BEC0
(181,190,192)
#C7CDCF
(199,205,207)
#D9DCDE
(217,220,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375557; }

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

This text font color is #375557.


Background Color

.myBgColor { background-color: #375557; }

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

This div background color is #375557.


Border color

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

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

This div border color is #375557.


Opacity

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

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

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

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

This text has shadow with #375557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375557 on black background.


Color preview on white background

This text has color #375557 on white background.



Black color preview on #375557 background

This text has black color on #375557 background.


White color preview on #375557 background

This text has white color on #375557 background.