COLOR #375957

HEX: #375957
RGB: (55,89,87)

Color info

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

RGB color model

#375957 color RGB value is (55,89,87).

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

RGB channels and saturation

R 55 of 255 = 22%
G 89 of 255 = 35%
B 87 of 255 = 34%

55
89
87

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

Portions of RGB colors in percentages

R + G + B =
55 + 89 + 87 = 231 (100%)
R 55 of 231 ~ 23.81%
G 89 of 231 ~ 38.53%
B 87 of 231 ~ 37.66%

%23.81
%38.53
%37.66

CMYK color model

#375957 color CMYK value is (38,0,2,65).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 65.10%
CMYK:
(38,0,2,65)
C38M0Y2K65 
(38%,0%,2%,65%)
(0.38/0.00/0.02/0.65)	

CMYK percentages

%38.2
%0
%2.25
%65.1

Codes

Color #375957 in popluar color models

375957
RGB558987
HSL176°23.61%28.24%
HSB/HSV176°38.20%34.90%
CMYK38.20%0.00%2.25%
65.10%

Color #375957 in popluar number systems.

HEX375957
Decimal558987
Binary11011110110011010111
Octal67131127

Shades and tints

Shades of #375957

#375957
(55,89,87)
#325150
(50,81,80)
#2D4949
(45,73,73)
#284142
(40,65,66)
#23393B
(35,57,59)
#1E3134
(30,49,52)
#19292D
(25,41,45)
#142126
(20,33,38)
#0F191F
(15,25,31)
#0A1118
(10,17,24)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #375957

#375957
(55,89,87)
#496866
(73,104,102)
#5B7775
(91,119,117)
#6D8684
(109,134,132)
#7F9593
(127,149,147)
#91A4A2
(145,164,162)
#A3B3B1
(163,179,177)
#B5C2C0
(181,194,192)
#C7D1CF
(199,209,207)
#D9E0DE
(217,224,222)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375957; }

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

This text font color is #375957.


Background Color

.myBgColor { background-color: #375957; }

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

This div background color is #375957.


Border color

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

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

This div border color is #375957.


Opacity

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

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

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

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

This text has shadow with #375957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375957 on black background.


Color preview on white background

This text has color #375957 on white background.



Black color preview on #375957 background

This text has black color on #375957 background.


White color preview on #375957 background

This text has white color on #375957 background.