COLOR #364254

HEX: #364254
RGB: (54,66,84)

Color info

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

RGB color model

#364254 color RGB value is (54,66,84).

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

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 84 of 255 = 33%

54
66
84

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

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 84 = 204 (100%)
R 54 of 204 ~ 26.47%
G 66 of 204 ~ 32.35%
B 84 of 204 ~ 41.18%

%26.47
%32.35
%41.18

CMYK color model

#364254 color CMYK value is (36,21,0,67).

  • cyan value is 35.71%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(36,21,0,67)
C36M21Y0K67 
(36%,21%,0%,67%)
(0.36/0.21/0.00/0.67)	

CMYK percentages

%35.71
%21.43
%0
%67.06

Codes

Color #364254 in popluar color models

364254
RGB546684
HSL216°21.74%27.06%
HSB/HSV216°35.71%32.94%
CMYK35.71%21.43%0.00%
67.06%

Color #364254 in popluar number systems.

HEX364254
Decimal546684
Binary11011010000101010100
Octal66102124

Shades and tints

Shades of #364254

#364254
(54,66,84)
#323C4D
(50,60,77)
#2E3646
(46,54,70)
#2A303F
(42,48,63)
#262A38
(38,42,56)
#222431
(34,36,49)
#1E1E2A
(30,30,42)
#1A1823
(26,24,35)
#16121C
(22,18,28)
#120C15
(18,12,21)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #364254

#364254
(54,66,84)
#485363
(72,83,99)
#5A6472
(90,100,114)
#6C7581
(108,117,129)
#7E8690
(126,134,144)
#90979F
(144,151,159)
#A2A8AE
(162,168,174)
#B4B9BD
(180,185,189)
#C6CACC
(198,202,204)
#D8DBDB
(216,219,219)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364254; }

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

This text font color is #364254.


Background Color

.myBgColor { background-color: #364254; }

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

This div background color is #364254.


Border color

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

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

This div border color is #364254.


Opacity

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

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

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

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

This text has shadow with #364254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364254 on black background.


Color preview on white background

This text has color #364254 on white background.



Black color preview on #364254 background

This text has black color on #364254 background.


White color preview on #364254 background

This text has white color on #364254 background.