COLOR #375365

HEX: #375365
RGB: (55,83,101)

Color info

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

RGB color model

#375365 color RGB value is (55,83,101).

  • red value is 55;
  • green value is 83;
  • blue value is 101.
RGB:
(55,83,101)
(22%,33%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 101 of 255 = 40%

55
83
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 101 = 239 (100%)
R 55 of 239 ~ 23.01%
G 83 of 239 ~ 34.73%
B 101 of 239 ~ 42.26%

%23.01
%34.73
%42.26

CMYK color model

#375365 color CMYK value is (46,18,0,60).

  • cyan value is 45.54%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,18,0,60)
C46M18Y0K60 
(46%,18%,0%,60%)
(0.46/0.18/0.00/0.60)	

CMYK percentages

%45.54
%17.82
%0
%60.39

Codes

Color #375365 in popluar color models

375365
RGB5583101
HSL203°29.49%30.59%
HSB/HSV203°45.54%39.61%
CMYK45.54%17.82%0.00%
60.39%

Color #375365 in popluar number systems.

HEX375365
Decimal5583101
Binary11011110100111100101
Octal67123145

Shades and tints

Shades of #375365

#375365
(55,83,101)
#324C5C
(50,76,92)
#2D4553
(45,69,83)
#283E4A
(40,62,74)
#233741
(35,55,65)
#1E3038
(30,48,56)
#19292F
(25,41,47)
#142226
(20,34,38)
#0F1B1D
(15,27,29)
#0A1414
(10,20,20)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #375365

#375365
(55,83,101)
#496273
(73,98,115)
#5B7181
(91,113,129)
#6D808F
(109,128,143)
#7F8F9D
(127,143,157)
#919EAB
(145,158,171)
#A3ADB9
(163,173,185)
#B5BCC7
(181,188,199)
#C7CBD5
(199,203,213)
#D9DAE3
(217,218,227)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375365 color. Also use rgb(55,83,101) instead hex code.

Text Font Color

.myTextColor { color: #375365; }

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

This text font color is #375365.


Background Color

.myBgColor { background-color: #375365; }

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

This div background color is #375365.


Border color

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

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

This div border color is #375365.


Opacity

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

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

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

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

This text has shadow with #375365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375365 on black background.


Color preview on white background

This text has color #375365 on white background.



Black color preview on #375365 background

This text has black color on #375365 background.


White color preview on #375365 background

This text has white color on #375365 background.