COLOR #364153

HEX: #364153
RGB: (54,65,83)

Color info

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

RGB color model

#364153 color RGB value is (54,65,83).

  • red value is 54;
  • green value is 65;
  • blue value is 83.
RGB:
(54,65,83)
(21%,25%,33%)

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 83 of 255 = 33%

54
65
83

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

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 83 = 202 (100%)
R 54 of 202 ~ 26.73%
G 65 of 202 ~ 32.18%
B 83 of 202 ~ 41.09%

%26.73
%32.18
%41.09

CMYK color model

#364153 color CMYK value is (35,22,0,67).

  • cyan value is 34.94%
  • magenta value is 21.69%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(35,22,0,67)
C35M22Y0K67 
(35%,22%,0%,67%)
(0.35/0.22/0.00/0.67)	

CMYK percentages

%34.94
%21.69
%0
%67.45

Codes

Color #364153 in popluar color models

364153
RGB546583
HSL217°21.17%26.86%
HSB/HSV217°34.94%32.55%
CMYK34.94%21.69%0.00%
67.45%

Color #364153 in popluar number systems.

HEX364153
Decimal546583
Binary11011010000011010011
Octal66101123

Shades and tints

Shades of #364153

#364153
(54,65,83)
#323C4C
(50,60,76)
#2E3745
(46,55,69)
#2A323E
(42,50,62)
#262D37
(38,45,55)
#222830
(34,40,48)
#1E2329
(30,35,41)
#1A1E22
(26,30,34)
#16191B
(22,25,27)
#121414
(18,20,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #364153

#364153
(54,65,83)
#485262
(72,82,98)
#5A6371
(90,99,113)
#6C7480
(108,116,128)
#7E858F
(126,133,143)
#90969E
(144,150,158)
#A2A7AD
(162,167,173)
#B4B8BC
(180,184,188)
#C6C9CB
(198,201,203)
#D8DADA
(216,218,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364153 color. Also use rgb(54,65,83) instead hex code.

Text Font Color

.myTextColor { color: #364153; }

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

This text font color is #364153.


Background Color

.myBgColor { background-color: #364153; }

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

This div background color is #364153.


Border color

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

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

This div border color is #364153.


Opacity

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

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

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

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

This text has shadow with #364153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364153 on black background.


Color preview on white background

This text has color #364153 on white background.



Black color preview on #364153 background

This text has black color on #364153 background.


White color preview on #364153 background

This text has white color on #364153 background.