COLOR #375178

HEX: #375178
RGB: (55,81,120)

Color info

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

RGB color model

#375178 color RGB value is (55,81,120).

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

RGB channels and saturation

R 55 of 255 = 22%
G 81 of 255 = 32%
B 120 of 255 = 47%

55
81
120

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

Portions of RGB colors in percentages

R + G + B =
55 + 81 + 120 = 256 (100%)
R 55 of 256 ~ 21.48%
G 81 of 256 ~ 31.64%
B 120 of 256 ~ 46.88%

%21.48
%31.64
%46.88

CMYK color model

#375178 color CMYK value is (54,33,0,53).

  • cyan value is 54.17%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(54,33,0,53)
C54M33Y0K53 
(54%,33%,0%,53%)
(0.54/0.33/0.00/0.53)	

CMYK percentages

%54.17
%32.5
%0
%52.94

Codes

Color #375178 in popluar color models

375178
RGB5581120
HSL216°37.14%34.31%
HSB/HSV216°54.17%47.06%
CMYK54.17%32.50%0.00%
52.94%

Color #375178 in popluar number systems.

HEX375178
Decimal5581120
Binary11011110100011111000
Octal67121170

Shades and tints

Shades of #375178

#375178
(55,81,120)
#324A6E
(50,74,110)
#2D4364
(45,67,100)
#283C5A
(40,60,90)
#233550
(35,53,80)
#1E2E46
(30,46,70)
#19273C
(25,39,60)
#142032
(20,32,50)
#0F1928
(15,25,40)
#0A121E
(10,18,30)
#050B14
(5,11,20)
#000000
(0,0,0)

Tints of #375178

#375178
(55,81,120)
#496084
(73,96,132)
#5B6F90
(91,111,144)
#6D7E9C
(109,126,156)
#7F8DA8
(127,141,168)
#919CB4
(145,156,180)
#A3ABC0
(163,171,192)
#B5BACC
(181,186,204)
#C7C9D8
(199,201,216)
#D9D8E4
(217,216,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375178; }

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

This text font color is #375178.


Background Color

.myBgColor { background-color: #375178; }

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

This div background color is #375178.


Border color

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

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

This div border color is #375178.


Opacity

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

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

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

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

This text has shadow with #375178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375178 on black background.


Color preview on white background

This text has color #375178 on white background.



Black color preview on #375178 background

This text has black color on #375178 background.


White color preview on #375178 background

This text has white color on #375178 background.