COLOR #364854

HEX: #364854
RGB: (54,72,84)

Color info

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

RGB color model

#364854 color RGB value is (54,72,84).

  • red value is 54;
  • green value is 72;
  • blue value is 84.
RGB:
(54,72,84)
(21%,28%,33%)

RGB channels and saturation

R 54 of 255 = 21%
G 72 of 255 = 28%
B 84 of 255 = 33%

54
72
84

R + G + B ~ 27%. #364854 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 84 = 210 (100%)
R 54 of 210 ~ 25.71%
G 72 of 210 ~ 34.29%
B 84 of 210 ~ 40%

%25.71
%34.29
%40

CMYK color model

#364854 color CMYK value is (36,14,0,67).

  • cyan value is 35.71%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(36,14,0,67)
C36M14Y0K67 
(36%,14%,0%,67%)
(0.36/0.14/0.00/0.67)	

CMYK percentages

%35.71
%14.29
%0
%67.06

Codes

Color #364854 in popluar color models

364854
RGB547284
HSL204°21.74%27.06%
HSB/HSV204°35.71%32.94%
CMYK35.71%14.29%0.00%
67.06%

Color #364854 in popluar number systems.

HEX364854
Decimal547284
Binary11011010010001010100
Octal66110124

Shades and tints

Shades of #364854

#364854
(54,72,84)
#32424D
(50,66,77)
#2E3C46
(46,60,70)
#2A363F
(42,54,63)
#263038
(38,48,56)
#222A31
(34,42,49)
#1E242A
(30,36,42)
#1A1E23
(26,30,35)
#16181C
(22,24,28)
#121215
(18,18,21)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #364854

#364854
(54,72,84)
#485863
(72,88,99)
#5A6872
(90,104,114)
#6C7881
(108,120,129)
#7E8890
(126,136,144)
#90989F
(144,152,159)
#A2A8AE
(162,168,174)
#B4B8BD
(180,184,189)
#C6C8CC
(198,200,204)
#D8D8DB
(216,216,219)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364854 color. Also use rgb(54,72,84) instead hex code.

Text Font Color

.myTextColor { color: #364854; }

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

This text font color is #364854.


Background Color

.myBgColor { background-color: #364854; }

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

This div background color is #364854.


Border color

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

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

This div border color is #364854.


Opacity

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

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

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

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

This text has shadow with #364854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364854 on black background.


Color preview on white background

This text has color #364854 on white background.



Black color preview on #364854 background

This text has black color on #364854 background.


White color preview on #364854 background

This text has white color on #364854 background.