COLOR #365960

HEX: #365960
RGB: (54,89,96)

Color info

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

RGB color model

#365960 color RGB value is (54,89,96).

  • red value is 54;
  • green value is 89;
  • blue value is 96.
RGB:
(54,89,96)
(21%,35%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 89 of 255 = 35%
B 96 of 255 = 38%

54
89
96

R + G + B ~ 31%. #365960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 89 + 96 = 239 (100%)
R 54 of 239 ~ 22.59%
G 89 of 239 ~ 37.24%
B 96 of 239 ~ 40.17%

%22.59
%37.24
%40.17

CMYK color model

#365960 color CMYK value is (44,7,0,62).

  • cyan value is 43.75%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(44,7,0,62)
C44M7Y0K62 
(44%,7%,0%,62%)
(0.44/0.07/0.00/0.62)	

CMYK percentages

%43.75
%7.29
%0
%62.35

Codes

Color #365960 in popluar color models

365960
RGB548996
HSL190°28.00%29.41%
HSB/HSV190°43.75%37.65%
CMYK43.75%7.29%0.00%
62.35%

Color #365960 in popluar number systems.

HEX365960
Decimal548996
Binary11011010110011100000
Octal66131140

Shades and tints

Shades of #365960

#365960
(54,89,96)
#325158
(50,81,88)
#2E4950
(46,73,80)
#2A4148
(42,65,72)
#263940
(38,57,64)
#223138
(34,49,56)
#1E2930
(30,41,48)
#1A2128
(26,33,40)
#161920
(22,25,32)
#121118
(18,17,24)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #365960

#365960
(54,89,96)
#48686E
(72,104,110)
#5A777C
(90,119,124)
#6C868A
(108,134,138)
#7E9598
(126,149,152)
#90A4A6
(144,164,166)
#A2B3B4
(162,179,180)
#B4C2C2
(180,194,194)
#C6D1D0
(198,209,208)
#D8E0DE
(216,224,222)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365960 color. Also use rgb(54,89,96) instead hex code.

Text Font Color

.myTextColor { color: #365960; }

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

This text font color is #365960.


Background Color

.myBgColor { background-color: #365960; }

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

This div background color is #365960.


Border color

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

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

This div border color is #365960.


Opacity

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

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

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

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

This text has shadow with #365960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365960 on black background.


Color preview on white background

This text has color #365960 on white background.



Black color preview on #365960 background

This text has black color on #365960 background.


White color preview on #365960 background

This text has white color on #365960 background.