COLOR #364654

HEX: #364654
RGB: (54,70,84)

Color info

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

RGB color model

#364654 color RGB value is (54,70,84).

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

RGB channels and saturation

R 54 of 255 = 21%
G 70 of 255 = 27%
B 84 of 255 = 33%

54
70
84

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

Portions of RGB colors in percentages

R + G + B =
54 + 70 + 84 = 208 (100%)
R 54 of 208 ~ 25.96%
G 70 of 208 ~ 33.65%
B 84 of 208 ~ 40.38%

%25.96
%33.65
%40.38

CMYK color model

#364654 color CMYK value is (36,17,0,67).

  • cyan value is 35.71%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(36,17,0,67)
C36M17Y0K67 
(36%,17%,0%,67%)
(0.36/0.17/0.00/0.67)	

CMYK percentages

%35.71
%16.67
%0
%67.06

Codes

Color #364654 in popluar color models

364654
RGB547084
HSL208°21.74%27.06%
HSB/HSV208°35.71%32.94%
CMYK35.71%16.67%0.00%
67.06%

Color #364654 in popluar number systems.

HEX364654
Decimal547084
Binary11011010001101010100
Octal66106124

Shades and tints

Shades of #364654

#364654
(54,70,84)
#32404D
(50,64,77)
#2E3A46
(46,58,70)
#2A343F
(42,52,63)
#262E38
(38,46,56)
#222831
(34,40,49)
#1E222A
(30,34,42)
#1A1C23
(26,28,35)
#16161C
(22,22,28)
#121015
(18,16,21)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #364654

#364654
(54,70,84)
#485663
(72,86,99)
#5A6672
(90,102,114)
#6C7681
(108,118,129)
#7E8690
(126,134,144)
#90969F
(144,150,159)
#A2A6AE
(162,166,174)
#B4B6BD
(180,182,189)
#C6C6CC
(198,198,204)
#D8D6DB
(216,214,219)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364654; }

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

This text font color is #364654.


Background Color

.myBgColor { background-color: #364654; }

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

This div background color is #364654.


Border color

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

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

This div border color is #364654.


Opacity

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

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

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

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

This text has shadow with #364654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364654 on black background.


Color preview on white background

This text has color #364654 on white background.



Black color preview on #364654 background

This text has black color on #364654 background.


White color preview on #364654 background

This text has white color on #364654 background.