COLOR #375869

HEX: #375869
RGB: (55,88,105)

Color info

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

RGB color model

#375869 color RGB value is (55,88,105).

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

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 105 of 255 = 41%

55
88
105

R + G + B ~ 33%. #375869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 105 = 248 (100%)
R 55 of 248 ~ 22.18%
G 88 of 248 ~ 35.48%
B 105 of 248 ~ 42.34%

%22.18
%35.48
%42.34

CMYK color model

#375869 color CMYK value is (48,16,0,59).

  • cyan value is 47.62%
  • magenta value is 16.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,16,0,59)
C48M16Y0K59 
(48%,16%,0%,59%)
(0.48/0.16/0.00/0.59)	

CMYK percentages

%47.62
%16.19
%0
%58.82

Codes

Color #375869 in popluar color models

375869
RGB5588105
HSL200°31.25%31.37%
HSB/HSV200°47.62%41.18%
CMYK47.62%16.19%0.00%
58.82%

Color #375869 in popluar number systems.

HEX375869
Decimal5588105
Binary11011110110001101001
Octal67130151

Shades and tints

Shades of #375869

#375869
(55,88,105)
#325060
(50,80,96)
#2D4857
(45,72,87)
#28404E
(40,64,78)
#233845
(35,56,69)
#1E303C
(30,48,60)
#192833
(25,40,51)
#14202A
(20,32,42)
#0F1821
(15,24,33)
#0A1018
(10,16,24)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #375869

#375869
(55,88,105)
#496776
(73,103,118)
#5B7683
(91,118,131)
#6D8590
(109,133,144)
#7F949D
(127,148,157)
#91A3AA
(145,163,170)
#A3B2B7
(163,178,183)
#B5C1C4
(181,193,196)
#C7D0D1
(199,208,209)
#D9DFDE
(217,223,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375869; }

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

This text font color is #375869.


Background Color

.myBgColor { background-color: #375869; }

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

This div background color is #375869.


Border color

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

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

This div border color is #375869.


Opacity

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

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

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

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

This text has shadow with #375869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375869 on black background.


Color preview on white background

This text has color #375869 on white background.



Black color preview on #375869 background

This text has black color on #375869 background.


White color preview on #375869 background

This text has white color on #375869 background.