COLOR #364550

HEX: #364550
RGB: (54,69,80)

Color info

#364550 contains red, green and blue colors in about the same proportion. Web safe color of #364550 is #333366 (or #336).

RGB color model

#364550 color RGB value is (54,69,80).

  • red value is 54;
  • green value is 69;
  • blue value is 80.
RGB:
(54,69,80)
(21%,27%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 69 of 255 = 27%
B 80 of 255 = 31%

54
69
80

R + G + B ~ 26%. #364550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 69 + 80 = 203 (100%)
R 54 of 203 ~ 26.6%
G 69 of 203 ~ 33.99%
B 80 of 203 ~ 39.41%

%26.6
%33.99
%39.41

CMYK color model

#364550 color CMYK value is (33,14,0,69).

  • cyan value is 32.50%
  • magenta value is 13.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(33,14,0,69)
C33M14Y0K69 
(33%,14%,0%,69%)
(0.33/0.14/0.00/0.69)	

CMYK percentages

%32.5
%13.75
%0
%68.63

Codes

Color #364550 in popluar color models

364550
RGB546980
HSL205°19.40%26.27%
HSB/HSV205°32.50%31.37%
CMYK32.50%13.75%0.00%
68.63%

Color #364550 in popluar number systems.

HEX364550
Decimal546980
Binary11011010001011010000
Octal66105120

Shades and tints

Shades of #364550

#364550
(54,69,80)
#323F49
(50,63,73)
#2E3942
(46,57,66)
#2A333B
(42,51,59)
#262D34
(38,45,52)
#22272D
(34,39,45)
#1E2126
(30,33,38)
#1A1B1F
(26,27,31)
#161518
(22,21,24)
#120F11
(18,15,17)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #364550

#364550
(54,69,80)
#48555F
(72,85,95)
#5A656E
(90,101,110)
#6C757D
(108,117,125)
#7E858C
(126,133,140)
#90959B
(144,149,155)
#A2A5AA
(162,165,170)
#B4B5B9
(180,181,185)
#C6C5C8
(198,197,200)
#D8D5D7
(216,213,215)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364550 color. Also use rgb(54,69,80) instead hex code.

Text Font Color

.myTextColor { color: #364550; }

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

This text font color is #364550.


Background Color

.myBgColor { background-color: #364550; }

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

This div background color is #364550.


Border color

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

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

This div border color is #364550.


Opacity

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

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

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

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

This text has shadow with #364550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364550 on black background.


Color preview on white background

This text has color #364550 on white background.



Black color preview on #364550 background

This text has black color on #364550 background.


White color preview on #364550 background

This text has white color on #364550 background.