COLOR #364C51

HEX: #364C51
RGB: (54,76,81)

Color info

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

RGB color model

#364C51 color RGB value is (54,76,81).

  • red value is 54;
  • green value is 76;
  • blue value is 81.
RGB:
(54,76,81)
(21%,30%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 76 of 255 = 30%
B 81 of 255 = 32%

54
76
81

R + G + B ~ 28%. #364C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 81 = 211 (100%)
R 54 of 211 ~ 25.59%
G 76 of 211 ~ 36.02%
B 81 of 211 ~ 38.39%

%25.59
%36.02
%38.39

CMYK color model

#364C51 color CMYK value is (33,6,0,68).

  • cyan value is 33.33%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,6,0,68)
C33M6Y0K68 
(33%,6%,0%,68%)
(0.33/0.06/0.00/0.68)	

CMYK percentages

%33.33
%6.17
%0
%68.24

Codes

Color #364C51 in popluar color models

364C51
RGB547681
HSL191°20.00%26.47%
HSB/HSV191°33.33%31.76%
CMYK33.33%6.17%0.00%
68.24%

Color #364C51 in popluar number systems.

HEX364C51
Decimal547681
Binary11011010011001010001
Octal66114121

Shades and tints

Shades of #364C51

#364C51
(54,76,81)
#32464A
(50,70,74)
#2E4043
(46,64,67)
#2A3A3C
(42,58,60)
#263435
(38,52,53)
#222E2E
(34,46,46)
#1E2827
(30,40,39)
#1A2220
(26,34,32)
#161C19
(22,28,25)
#121612
(18,22,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #364C51

#364C51
(54,76,81)
#485C60
(72,92,96)
#5A6C6F
(90,108,111)
#6C7C7E
(108,124,126)
#7E8C8D
(126,140,141)
#909C9C
(144,156,156)
#A2ACAB
(162,172,171)
#B4BCBA
(180,188,186)
#C6CCC9
(198,204,201)
#D8DCD8
(216,220,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364C51 color. Also use rgb(54,76,81) instead hex code.

Text Font Color

.myTextColor { color: #364C51; }

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

This text font color is #364C51.


Background Color

.myBgColor { background-color: #364C51; }

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

This div background color is #364C51.


Border color

.myBorderColor { border: 1px solid #364C51; }

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

This div border color is #364C51.


Opacity

.myOpacity80 { color: #364C51; opacity: 0.8; }

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

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

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

This text has shadow with #364C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C51 on black background.


Color preview on white background

This text has color #364C51 on white background.



Black color preview on #364C51 background

This text has black color on #364C51 background.


White color preview on #364C51 background

This text has white color on #364C51 background.