COLOR #364D63

HEX: #364D63
RGB: (54,77,99)

Color info

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

RGB color model

#364D63 color RGB value is (54,77,99).

  • red value is 54;
  • green value is 77;
  • blue value is 99.
RGB:
(54,77,99)
(21%,30%,39%)

RGB channels and saturation

R 54 of 255 = 21%
G 77 of 255 = 30%
B 99 of 255 = 39%

54
77
99

R + G + B ~ 30%. #364D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 77 + 99 = 230 (100%)
R 54 of 230 ~ 23.48%
G 77 of 230 ~ 33.48%
B 99 of 230 ~ 43.04%

%23.48
%33.48
%43.04

CMYK color model

#364D63 color CMYK value is (45,22,0,61).

  • cyan value is 45.45%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(45,22,0,61)
C45M22Y0K61 
(45%,22%,0%,61%)
(0.45/0.22/0.00/0.61)	

CMYK percentages

%45.45
%22.22
%0
%61.18

Codes

Color #364D63 in popluar color models

364D63
RGB547799
HSL209°29.41%30.00%
HSB/HSV209°45.45%38.82%
CMYK45.45%22.22%0.00%
61.18%

Color #364D63 in popluar number systems.

HEX364D63
Decimal547799
Binary11011010011011100011
Octal66115143

Shades and tints

Shades of #364D63

#364D63
(54,77,99)
#32465A
(50,70,90)
#2E3F51
(46,63,81)
#2A3848
(42,56,72)
#26313F
(38,49,63)
#222A36
(34,42,54)
#1E232D
(30,35,45)
#1A1C24
(26,28,36)
#16151B
(22,21,27)
#120E12
(18,14,18)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #364D63

#364D63
(54,77,99)
#485D71
(72,93,113)
#5A6D7F
(90,109,127)
#6C7D8D
(108,125,141)
#7E8D9B
(126,141,155)
#909DA9
(144,157,169)
#A2ADB7
(162,173,183)
#B4BDC5
(180,189,197)
#C6CDD3
(198,205,211)
#D8DDE1
(216,221,225)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364D63 color. Also use rgb(54,77,99) instead hex code.

Text Font Color

.myTextColor { color: #364D63; }

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

This text font color is #364D63.


Background Color

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

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

This div background color is #364D63.


Border color

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

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

This div border color is #364D63.


Opacity

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

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

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

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

This text has shadow with #364D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364D63 on black background.


Color preview on white background

This text has color #364D63 on white background.



Black color preview on #364D63 background

This text has black color on #364D63 background.


White color preview on #364D63 background

This text has white color on #364D63 background.