COLOR #375179

HEX: #375179
RGB: (55,81,121)

Color info

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

RGB color model

#375179 color RGB value is (55,81,121).

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

RGB channels and saturation

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

55
81
121

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

Portions of RGB colors in percentages

R + G + B =
55 + 81 + 121 = 257 (100%)
R 55 of 257 ~ 21.4%
G 81 of 257 ~ 31.52%
B 121 of 257 ~ 47.08%

%21.4
%31.52
%47.08

CMYK color model

#375179 color CMYK value is (55,33,0,53).

  • cyan value is 54.55%
  • magenta value is 33.06%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(55,33,0,53)
C55M33Y0K53 
(55%,33%,0%,53%)
(0.55/0.33/0.00/0.53)	

CMYK percentages

%54.55
%33.06
%0
%52.55

Codes

Color #375179 in popluar color models

375179
RGB5581121
HSL216°37.50%34.51%
HSB/HSV216°54.55%47.45%
CMYK54.55%33.06%0.00%
52.55%

Color #375179 in popluar number systems.

HEX375179
Decimal5581121
Binary11011110100011111001
Octal67121171

Shades and tints

Shades of #375179

#375179
(55,81,121)
#324A6E
(50,74,110)
#2D4363
(45,67,99)
#283C58
(40,60,88)
#23354D
(35,53,77)
#1E2E42
(30,46,66)
#192737
(25,39,55)
#14202C
(20,32,44)
#0F1921
(15,25,33)
#0A1216
(10,18,22)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #375179

#375179
(55,81,121)
#496085
(73,96,133)
#5B6F91
(91,111,145)
#6D7E9D
(109,126,157)
#7F8DA9
(127,141,169)
#919CB5
(145,156,181)
#A3ABC1
(163,171,193)
#B5BACD
(181,186,205)
#C7C9D9
(199,201,217)
#D9D8E5
(217,216,229)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375179; }

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

This text font color is #375179.


Background Color

.myBgColor { background-color: #375179; }

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

This div background color is #375179.


Border color

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

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

This div border color is #375179.


Opacity

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

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

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

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

This text has shadow with #375179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375179 on black background.


Color preview on white background

This text has color #375179 on white background.



Black color preview on #375179 background

This text has black color on #375179 background.


White color preview on #375179 background

This text has white color on #375179 background.