COLOR #375367

HEX: #375367
RGB: (55,83,103)

Color info

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

RGB color model

#375367 color RGB value is (55,83,103).

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

RGB channels and saturation

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

55
83
103

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

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 103 = 241 (100%)
R 55 of 241 ~ 22.82%
G 83 of 241 ~ 34.44%
B 103 of 241 ~ 42.74%

%22.82
%34.44
%42.74

CMYK color model

#375367 color CMYK value is (47,19,0,60).

  • cyan value is 46.60%
  • magenta value is 19.42%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(47,19,0,60)
C47M19Y0K60 
(47%,19%,0%,60%)
(0.47/0.19/0.00/0.60)	

CMYK percentages

%46.6
%19.42
%0
%59.61

Codes

Color #375367 in popluar color models

375367
RGB5583103
HSL205°30.38%30.98%
HSB/HSV205°46.60%40.39%
CMYK46.60%19.42%0.00%
59.61%

Color #375367 in popluar number systems.

HEX375367
Decimal5583103
Binary11011110100111100111
Octal67123147

Shades and tints

Shades of #375367

#375367
(55,83,103)
#324C5E
(50,76,94)
#2D4555
(45,69,85)
#283E4C
(40,62,76)
#233743
(35,55,67)
#1E303A
(30,48,58)
#192931
(25,41,49)
#142228
(20,34,40)
#0F1B1F
(15,27,31)
#0A1416
(10,20,22)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #375367

#375367
(55,83,103)
#496274
(73,98,116)
#5B7181
(91,113,129)
#6D808E
(109,128,142)
#7F8F9B
(127,143,155)
#919EA8
(145,158,168)
#A3ADB5
(163,173,181)
#B5BCC2
(181,188,194)
#C7CBCF
(199,203,207)
#D9DADC
(217,218,220)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375367; }

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

This text font color is #375367.


Background Color

.myBgColor { background-color: #375367; }

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

This div background color is #375367.


Border color

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

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

This div border color is #375367.


Opacity

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

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

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

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

This text has shadow with #375367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375367 on black background.


Color preview on white background

This text has color #375367 on white background.



Black color preview on #375367 background

This text has black color on #375367 background.


White color preview on #375367 background

This text has white color on #375367 background.