COLOR #363853

HEX: #363853
RGB: (54,56,83)

Color info

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

RGB color model

#363853 color RGB value is (54,56,83).

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

RGB channels and saturation

R 54 of 255 = 21%
G 56 of 255 = 22%
B 83 of 255 = 33%

54
56
83

R + G + B ~ 25%. #363853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 83 = 193 (100%)
R 54 of 193 ~ 27.98%
G 56 of 193 ~ 29.02%
B 83 of 193 ~ 43.01%

%27.98
%29.02
%43.01

CMYK color model

#363853 color CMYK value is (35,33,0,67).

  • cyan value is 34.94%
  • magenta value is 32.53%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(35,33,0,67)
C35M33Y0K67 
(35%,33%,0%,67%)
(0.35/0.33/0.00/0.67)	

CMYK percentages

%34.94
%32.53
%0
%67.45

Codes

Color #363853 in popluar color models

363853
RGB545683
HSL236°21.17%26.86%
HSB/HSV236°34.94%32.55%
CMYK34.94%32.53%0.00%
67.45%

Color #363853 in popluar number systems.

HEX363853
Decimal545683
Binary1101101110001010011
Octal6670123

Shades and tints

Shades of #363853

#363853
(54,56,83)
#32334C
(50,51,76)
#2E2E45
(46,46,69)
#2A293E
(42,41,62)
#262437
(38,36,55)
#221F30
(34,31,48)
#1E1A29
(30,26,41)
#1A1522
(26,21,34)
#16101B
(22,16,27)
#120B14
(18,11,20)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #363853

#363853
(54,56,83)
#484A62
(72,74,98)
#5A5C71
(90,92,113)
#6C6E80
(108,110,128)
#7E808F
(126,128,143)
#90929E
(144,146,158)
#A2A4AD
(162,164,173)
#B4B6BC
(180,182,188)
#C6C8CB
(198,200,203)
#D8DADA
(216,218,218)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363853; }

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

This text font color is #363853.


Background Color

.myBgColor { background-color: #363853; }

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

This div background color is #363853.


Border color

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

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

This div border color is #363853.


Opacity

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

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

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

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

This text has shadow with #363853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363853 on black background.


Color preview on white background

This text has color #363853 on white background.



Black color preview on #363853 background

This text has black color on #363853 background.


White color preview on #363853 background

This text has white color on #363853 background.