COLOR #375780

HEX: #375780
RGB: (55,87,128)

Color info

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

RGB color model

#375780 color RGB value is (55,87,128).

  • red value is 55;
  • green value is 87;
  • blue value is 128.
RGB:
(55,87,128)
(22%,34%,50%)

RGB channels and saturation

R 55 of 255 = 22%
G 87 of 255 = 34%
B 128 of 255 = 50%

55
87
128

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

Portions of RGB colors in percentages

R + G + B =
55 + 87 + 128 = 270 (100%)
R 55 of 270 ~ 20.37%
G 87 of 270 ~ 32.22%
B 128 of 270 ~ 47.41%

%20.37
%32.22
%47.41

CMYK color model

#375780 color CMYK value is (57,32,0,50).

  • cyan value is 57.03%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(57,32,0,50)
C57M32Y0K50 
(57%,32%,0%,50%)
(0.57/0.32/0.00/0.50)	

CMYK percentages

%57.03
%32.03
%0
%49.8

Codes

Color #375780 in popluar color models

375780
RGB5587128
HSL214°39.89%35.88%
HSB/HSV214°57.03%50.20%
CMYK57.03%32.03%0.00%
49.80%

Color #375780 in popluar number systems.

HEX375780
Decimal5587128
Binary110111101011110000000
Octal67127200

Shades and tints

Shades of #375780

#375780
(55,87,128)
#325075
(50,80,117)
#2D496A
(45,73,106)
#28425F
(40,66,95)
#233B54
(35,59,84)
#1E3449
(30,52,73)
#192D3E
(25,45,62)
#142633
(20,38,51)
#0F1F28
(15,31,40)
#0A181D
(10,24,29)
#051112
(5,17,18)
#000000
(0,0,0)

Tints of #375780

#375780
(55,87,128)
#49668B
(73,102,139)
#5B7596
(91,117,150)
#6D84A1
(109,132,161)
#7F93AC
(127,147,172)
#91A2B7
(145,162,183)
#A3B1C2
(163,177,194)
#B5C0CD
(181,192,205)
#C7CFD8
(199,207,216)
#D9DEE3
(217,222,227)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375780 color. Also use rgb(55,87,128) instead hex code.

Text Font Color

.myTextColor { color: #375780; }

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

This text font color is #375780.


Background Color

.myBgColor { background-color: #375780; }

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

This div background color is #375780.


Border color

.myBorderColor { border: 1px solid #375780; }

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

This div border color is #375780.


Opacity

.myOpacity80 { color: #375780; opacity: 0.8; }

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

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

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

This text has shadow with #375780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375780 on black background.


Color preview on white background

This text has color #375780 on white background.



Black color preview on #375780 background

This text has black color on #375780 background.


White color preview on #375780 background

This text has white color on #375780 background.