COLOR #375C6E

HEX: #375C6E
RGB: (55,92,110)

Color info

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

RGB color model

#375C6E color RGB value is (55,92,110).

  • red value is 55;
  • green value is 92;
  • blue value is 110.
RGB:
(55,92,110)
(22%,36%,43%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 110 of 255 = 43%

55
92
110

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

Portions of RGB colors in percentages

R + G + B =
55 + 92 + 110 = 257 (100%)
R 55 of 257 ~ 21.4%
G 92 of 257 ~ 35.8%
B 110 of 257 ~ 42.8%

%21.4
%35.8
%42.8

CMYK color model

#375C6E color CMYK value is (50,16,0,57).

  • cyan value is 50.00%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(50,16,0,57)
C50M16Y0K57 
(50%,16%,0%,57%)
(0.50/0.16/0.00/0.57)	

CMYK percentages

%50
%16.36
%0
%56.86

Codes

Color #375C6E in popluar color models

375C6E
RGB5592110
HSL200°33.33%32.35%
HSB/HSV200°50.00%43.14%
CMYK50.00%16.36%0.00%
56.86%

Color #375C6E in popluar number systems.

HEX375C6E
Decimal5592110
Binary11011110111001101110
Octal67134156

Shades and tints

Shades of #375C6E

#375C6E
(55,92,110)
#325464
(50,84,100)
#2D4C5A
(45,76,90)
#284450
(40,68,80)
#233C46
(35,60,70)
#1E343C
(30,52,60)
#192C32
(25,44,50)
#142428
(20,36,40)
#0F1C1E
(15,28,30)
#0A1414
(10,20,20)
#050C0A
(5,12,10)
#000000
(0,0,0)

Tints of #375C6E

#375C6E
(55,92,110)
#496A7B
(73,106,123)
#5B7888
(91,120,136)
#6D8695
(109,134,149)
#7F94A2
(127,148,162)
#91A2AF
(145,162,175)
#A3B0BC
(163,176,188)
#B5BEC9
(181,190,201)
#C7CCD6
(199,204,214)
#D9DAE3
(217,218,227)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375C6E color. Also use rgb(55,92,110) instead hex code.

Text Font Color

.myTextColor { color: #375C6E; }

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

This text font color is #375C6E.


Background Color

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

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

This div background color is #375C6E.


Border color

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

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

This div border color is #375C6E.


Opacity

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

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

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

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

This text has shadow with #375C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C6E on black background.


Color preview on white background

This text has color #375C6E on white background.



Black color preview on #375C6E background

This text has black color on #375C6E background.


White color preview on #375C6E background

This text has white color on #375C6E background.