COLOR #375B6F

HEX: #375B6F
RGB: (55,91,111)

Color info

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

RGB color model

#375B6F color RGB value is (55,91,111).

  • red value is 55;
  • green value is 91;
  • blue value is 111.
RGB:
(55,91,111)
(22%,36%,44%)

RGB channels and saturation

R 55 of 255 = 22%
G 91 of 255 = 36%
B 111 of 255 = 44%

55
91
111

R + G + B ~ 34%. #375B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 91 + 111 = 257 (100%)
R 55 of 257 ~ 21.4%
G 91 of 257 ~ 35.41%
B 111 of 257 ~ 43.19%

%21.4
%35.41
%43.19

CMYK color model

#375B6F color CMYK value is (50,18,0,56).

  • cyan value is 50.45%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(50,18,0,56)
C50M18Y0K56 
(50%,18%,0%,56%)
(0.50/0.18/0.00/0.56)	

CMYK percentages

%50.45
%18.02
%0
%56.47

Codes

Color #375B6F in popluar color models

375B6F
RGB5591111
HSL201°33.73%32.55%
HSB/HSV201°50.45%43.53%
CMYK50.45%18.02%0.00%
56.47%

Color #375B6F in popluar number systems.

HEX375B6F
Decimal5591111
Binary11011110110111101111
Octal67133157

Shades and tints

Shades of #375B6F

#375B6F
(55,91,111)
#325365
(50,83,101)
#2D4B5B
(45,75,91)
#284351
(40,67,81)
#233B47
(35,59,71)
#1E333D
(30,51,61)
#192B33
(25,43,51)
#142329
(20,35,41)
#0F1B1F
(15,27,31)
#0A1315
(10,19,21)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #375B6F

#375B6F
(55,91,111)
#49697C
(73,105,124)
#5B7789
(91,119,137)
#6D8596
(109,133,150)
#7F93A3
(127,147,163)
#91A1B0
(145,161,176)
#A3AFBD
(163,175,189)
#B5BDCA
(181,189,202)
#C7CBD7
(199,203,215)
#D9D9E4
(217,217,228)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375B6F color. Also use rgb(55,91,111) instead hex code.

Text Font Color

.myTextColor { color: #375B6F; }

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

This text font color is #375B6F.


Background Color

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

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

This div background color is #375B6F.


Border color

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

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

This div border color is #375B6F.


Opacity

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

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

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

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

This text has shadow with #375B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375B6F on black background.


Color preview on white background

This text has color #375B6F on white background.



Black color preview on #375B6F background

This text has black color on #375B6F background.


White color preview on #375B6F background

This text has white color on #375B6F background.