COLOR #375F6B

HEX: #375F6B
RGB: (55,95,107)

Color info

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

RGB color model

#375F6B color RGB value is (55,95,107).

  • red value is 55;
  • green value is 95;
  • blue value is 107.
RGB:
(55,95,107)
(22%,37%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 95 of 255 = 37%
B 107 of 255 = 42%

55
95
107

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

Portions of RGB colors in percentages

R + G + B =
55 + 95 + 107 = 257 (100%)
R 55 of 257 ~ 21.4%
G 95 of 257 ~ 36.96%
B 107 of 257 ~ 41.63%

%21.4
%36.96
%41.63

CMYK color model

#375F6B color CMYK value is (49,11,0,58).

  • cyan value is 48.60%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(49,11,0,58)
C49M11Y0K58 
(49%,11%,0%,58%)
(0.49/0.11/0.00/0.58)	

CMYK percentages

%48.6
%11.21
%0
%58.04

Codes

Color #375F6B in popluar color models

375F6B
RGB5595107
HSL194°32.10%31.76%
HSB/HSV194°48.60%41.96%
CMYK48.60%11.21%0.00%
58.04%

Color #375F6B in popluar number systems.

HEX375F6B
Decimal5595107
Binary11011110111111101011
Octal67137153

Shades and tints

Shades of #375F6B

#375F6B
(55,95,107)
#325762
(50,87,98)
#2D4F59
(45,79,89)
#284750
(40,71,80)
#233F47
(35,63,71)
#1E373E
(30,55,62)
#192F35
(25,47,53)
#14272C
(20,39,44)
#0F1F23
(15,31,35)
#0A171A
(10,23,26)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #375F6B

#375F6B
(55,95,107)
#496D78
(73,109,120)
#5B7B85
(91,123,133)
#6D8992
(109,137,146)
#7F979F
(127,151,159)
#91A5AC
(145,165,172)
#A3B3B9
(163,179,185)
#B5C1C6
(181,193,198)
#C7CFD3
(199,207,211)
#D9DDE0
(217,221,224)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375F6B color. Also use rgb(55,95,107) instead hex code.

Text Font Color

.myTextColor { color: #375F6B; }

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

This text font color is #375F6B.


Background Color

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

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

This div background color is #375F6B.


Border color

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

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

This div border color is #375F6B.


Opacity

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

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

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

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

This text has shadow with #375F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375F6B on black background.


Color preview on white background

This text has color #375F6B on white background.



Black color preview on #375F6B background

This text has black color on #375F6B background.


White color preview on #375F6B background

This text has white color on #375F6B background.