COLOR #364351

HEX: #364351
RGB: (54,67,81)

Color info

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

RGB color model

#364351 color RGB value is (54,67,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 67 of 255 = 26%
B 81 of 255 = 32%

54
67
81

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

Portions of RGB colors in percentages

R + G + B =
54 + 67 + 81 = 202 (100%)
R 54 of 202 ~ 26.73%
G 67 of 202 ~ 33.17%
B 81 of 202 ~ 40.1%

%26.73
%33.17
%40.1

CMYK color model

#364351 color CMYK value is (33,17,0,68).

  • cyan value is 33.33%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,17,0,68)
C33M17Y0K68 
(33%,17%,0%,68%)
(0.33/0.17/0.00/0.68)	

CMYK percentages

%33.33
%17.28
%0
%68.24

Codes

Color #364351 in popluar color models

364351
RGB546781
HSL211°20.00%26.47%
HSB/HSV211°33.33%31.76%
CMYK33.33%17.28%0.00%
68.24%

Color #364351 in popluar number systems.

HEX364351
Decimal546781
Binary11011010000111010001
Octal66103121

Shades and tints

Shades of #364351

#364351
(54,67,81)
#323D4A
(50,61,74)
#2E3743
(46,55,67)
#2A313C
(42,49,60)
#262B35
(38,43,53)
#22252E
(34,37,46)
#1E1F27
(30,31,39)
#1A1920
(26,25,32)
#161319
(22,19,25)
#120D12
(18,13,18)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #364351

#364351
(54,67,81)
#485460
(72,84,96)
#5A656F
(90,101,111)
#6C767E
(108,118,126)
#7E878D
(126,135,141)
#90989C
(144,152,156)
#A2A9AB
(162,169,171)
#B4BABA
(180,186,186)
#C6CBC9
(198,203,201)
#D8DCD8
(216,220,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364351; }

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

This text font color is #364351.


Background Color

.myBgColor { background-color: #364351; }

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

This div background color is #364351.


Border color

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

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

This div border color is #364351.


Opacity

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

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

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

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

This text has shadow with #364351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364351 on black background.


Color preview on white background

This text has color #364351 on white background.



Black color preview on #364351 background

This text has black color on #364351 background.


White color preview on #364351 background

This text has white color on #364351 background.