COLOR #375C78

HEX: #375C78
RGB: (55,92,120)

Color info

#375C78 contains mainly green and blue colors. Web safe color of #375C78 is #336666 (or #366).

RGB color model

#375C78 color RGB value is (55,92,120).

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

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 120 of 255 = 47%

55
92
120

R + G + B ~ 35%. #375C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 92 + 120 = 267 (100%)
R 55 of 267 ~ 20.6%
G 92 of 267 ~ 34.46%
B 120 of 267 ~ 44.94%

%20.6
%34.46
%44.94

CMYK color model

#375C78 color CMYK value is (54,23,0,53).

  • cyan value is 54.17%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(54,23,0,53)
C54M23Y0K53 
(54%,23%,0%,53%)
(0.54/0.23/0.00/0.53)	

CMYK percentages

%54.17
%23.33
%0
%52.94

Codes

Color #375C78 in popluar color models

375C78
RGB5592120
HSL206°37.14%34.31%
HSB/HSV206°54.17%47.06%
CMYK54.17%23.33%0.00%
52.94%

Color #375C78 in popluar number systems.

HEX375C78
Decimal5592120
Binary11011110111001111000
Octal67134170

Shades and tints

Shades of #375C78

#375C78
(55,92,120)
#32546E
(50,84,110)
#2D4C64
(45,76,100)
#28445A
(40,68,90)
#233C50
(35,60,80)
#1E3446
(30,52,70)
#192C3C
(25,44,60)
#142432
(20,36,50)
#0F1C28
(15,28,40)
#0A141E
(10,20,30)
#050C14
(5,12,20)
#000000
(0,0,0)

Tints of #375C78

#375C78
(55,92,120)
#496A84
(73,106,132)
#5B7890
(91,120,144)
#6D869C
(109,134,156)
#7F94A8
(127,148,168)
#91A2B4
(145,162,180)
#A3B0C0
(163,176,192)
#B5BECC
(181,190,204)
#C7CCD8
(199,204,216)
#D9DAE4
(217,218,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375C78; }

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

This text font color is #375C78.


Background Color

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

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

This div background color is #375C78.


Border color

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

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

This div border color is #375C78.


Opacity

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

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

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

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

This text has shadow with #375C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375C78 on black background.


Color preview on white background

This text has color #375C78 on white background.



Black color preview on #375C78 background

This text has black color on #375C78 background.


White color preview on #375C78 background

This text has white color on #375C78 background.