COLOR #375A6C

HEX: #375A6C
RGB: (55,90,108)

Color info

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

RGB color model

#375A6C color RGB value is (55,90,108).

  • red value is 55;
  • green value is 90;
  • blue value is 108.
RGB:
(55,90,108)
(22%,35%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 108 of 255 = 42%

55
90
108

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

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 108 = 253 (100%)
R 55 of 253 ~ 21.74%
G 90 of 253 ~ 35.57%
B 108 of 253 ~ 42.69%

%21.74
%35.57
%42.69

CMYK color model

#375A6C color CMYK value is (49,17,0,58).

  • cyan value is 49.07%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(49,17,0,58)
C49M17Y0K58 
(49%,17%,0%,58%)
(0.49/0.17/0.00/0.58)	

CMYK percentages

%49.07
%16.67
%0
%57.65

Codes

Color #375A6C in popluar color models

375A6C
RGB5590108
HSL200°32.52%31.96%
HSB/HSV200°49.07%42.35%
CMYK49.07%16.67%0.00%
57.65%

Color #375A6C in popluar number systems.

HEX375A6C
Decimal5590108
Binary11011110110101101100
Octal67132154

Shades and tints

Shades of #375A6C

#375A6C
(55,90,108)
#325263
(50,82,99)
#2D4A5A
(45,74,90)
#284251
(40,66,81)
#233A48
(35,58,72)
#1E323F
(30,50,63)
#192A36
(25,42,54)
#14222D
(20,34,45)
#0F1A24
(15,26,36)
#0A121B
(10,18,27)
#050A12
(5,10,18)
#000000
(0,0,0)

Tints of #375A6C

#375A6C
(55,90,108)
#496979
(73,105,121)
#5B7886
(91,120,134)
#6D8793
(109,135,147)
#7F96A0
(127,150,160)
#91A5AD
(145,165,173)
#A3B4BA
(163,180,186)
#B5C3C7
(181,195,199)
#C7D2D4
(199,210,212)
#D9E1E1
(217,225,225)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A6C color. Also use rgb(55,90,108) instead hex code.

Text Font Color

.myTextColor { color: #375A6C; }

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

This text font color is #375A6C.


Background Color

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

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

This div background color is #375A6C.


Border color

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

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

This div border color is #375A6C.


Opacity

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

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

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

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

This text has shadow with #375A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375A6C on black background.


Color preview on white background

This text has color #375A6C on white background.



Black color preview on #375A6C background

This text has black color on #375A6C background.


White color preview on #375A6C background

This text has white color on #375A6C background.