COLOR #375469

HEX: #375469
RGB: (55,84,105)

Color info

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

RGB color model

#375469 color RGB value is (55,84,105).

  • red value is 55;
  • green value is 84;
  • blue value is 105.
RGB:
(55,84,105)
(22%,33%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 105 of 255 = 41%

55
84
105

R + G + B ~ 32%. #375469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 105 = 244 (100%)
R 55 of 244 ~ 22.54%
G 84 of 244 ~ 34.43%
B 105 of 244 ~ 43.03%

%22.54
%34.43
%43.03

CMYK color model

#375469 color CMYK value is (48,20,0,59).

  • cyan value is 47.62%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,20,0,59)
C48M20Y0K59 
(48%,20%,0%,59%)
(0.48/0.20/0.00/0.59)	

CMYK percentages

%47.62
%20
%0
%58.82

Codes

Color #375469 in popluar color models

375469
RGB5584105
HSL205°31.25%31.37%
HSB/HSV205°47.62%41.18%
CMYK47.62%20.00%0.00%
58.82%

Color #375469 in popluar number systems.

HEX375469
Decimal5584105
Binary11011110101001101001
Octal67124151

Shades and tints

Shades of #375469

#375469
(55,84,105)
#324D60
(50,77,96)
#2D4657
(45,70,87)
#283F4E
(40,63,78)
#233845
(35,56,69)
#1E313C
(30,49,60)
#192A33
(25,42,51)
#14232A
(20,35,42)
#0F1C21
(15,28,33)
#0A1518
(10,21,24)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #375469

#375469
(55,84,105)
#496376
(73,99,118)
#5B7283
(91,114,131)
#6D8190
(109,129,144)
#7F909D
(127,144,157)
#919FAA
(145,159,170)
#A3AEB7
(163,174,183)
#B5BDC4
(181,189,196)
#C7CCD1
(199,204,209)
#D9DBDE
(217,219,222)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375469 color. Also use rgb(55,84,105) instead hex code.

Text Font Color

.myTextColor { color: #375469; }

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

This text font color is #375469.


Background Color

.myBgColor { background-color: #375469; }

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

This div background color is #375469.


Border color

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

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

This div border color is #375469.


Opacity

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

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

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

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

This text has shadow with #375469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375469 on black background.


Color preview on white background

This text has color #375469 on white background.



Black color preview on #375469 background

This text has black color on #375469 background.


White color preview on #375469 background

This text has white color on #375469 background.