COLOR #375D6A

HEX: #375D6A
RGB: (55,93,106)

Color info

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

RGB color model

#375D6A color RGB value is (55,93,106).

  • red value is 55;
  • green value is 93;
  • blue value is 106.
RGB:
(55,93,106)
(22%,36%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 106 of 255 = 42%

55
93
106

R + G + B ~ 33%. #375D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 106 = 254 (100%)
R 55 of 254 ~ 21.65%
G 93 of 254 ~ 36.61%
B 106 of 254 ~ 41.73%

%21.65
%36.61
%41.73

CMYK color model

#375D6A color CMYK value is (48,12,0,58).

  • cyan value is 48.11%
  • magenta value is 12.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(48,12,0,58)
C48M12Y0K58 
(48%,12%,0%,58%)
(0.48/0.12/0.00/0.58)	

CMYK percentages

%48.11
%12.26
%0
%58.43

Codes

Color #375D6A in popluar color models

375D6A
RGB5593106
HSL195°31.68%31.57%
HSB/HSV195°48.11%41.57%
CMYK48.11%12.26%0.00%
58.43%

Color #375D6A in popluar number systems.

HEX375D6A
Decimal5593106
Binary11011110111011101010
Octal67135152

Shades and tints

Shades of #375D6A

#375D6A
(55,93,106)
#325561
(50,85,97)
#2D4D58
(45,77,88)
#28454F
(40,69,79)
#233D46
(35,61,70)
#1E353D
(30,53,61)
#192D34
(25,45,52)
#14252B
(20,37,43)
#0F1D22
(15,29,34)
#0A1519
(10,21,25)
#050D10
(5,13,16)
#000000
(0,0,0)

Tints of #375D6A

#375D6A
(55,93,106)
#496B77
(73,107,119)
#5B7984
(91,121,132)
#6D8791
(109,135,145)
#7F959E
(127,149,158)
#91A3AB
(145,163,171)
#A3B1B8
(163,177,184)
#B5BFC5
(181,191,197)
#C7CDD2
(199,205,210)
#D9DBDF
(217,219,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D6A color. Also use rgb(55,93,106) instead hex code.

Text Font Color

.myTextColor { color: #375D6A; }

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

This text font color is #375D6A.


Background Color

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

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

This div background color is #375D6A.


Border color

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

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

This div border color is #375D6A.


Opacity

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

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

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

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

This text has shadow with #375D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D6A on black background.


Color preview on white background

This text has color #375D6A on white background.



Black color preview on #375D6A background

This text has black color on #375D6A background.


White color preview on #375D6A background

This text has white color on #375D6A background.