COLOR #363968

HEX: #363968
RGB: (54,57,104)

Color info

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

RGB color model

#363968 color RGB value is (54,57,104).

  • red value is 54;
  • green value is 57;
  • blue value is 104.
RGB:
(54,57,104)
(21%,22%,41%)

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 104 of 255 = 41%

54
57
104

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 104 = 215 (100%)
R 54 of 215 ~ 25.12%
G 57 of 215 ~ 26.51%
B 104 of 215 ~ 48.37%

%25.12
%26.51
%48.37

CMYK color model

#363968 color CMYK value is (48,45,0,59).

  • cyan value is 48.08%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(48,45,0,59)
C48M45Y0K59 
(48%,45%,0%,59%)
(0.48/0.45/0.00/0.59)	

CMYK percentages

%48.08
%45.19
%0
%59.22

Codes

Color #363968 in popluar color models

363968
RGB5457104
HSL236°31.65%30.98%
HSB/HSV236°48.08%40.78%
CMYK48.08%45.19%0.00%
59.22%

Color #363968 in popluar number systems.

HEX363968
Decimal5457104
Binary1101101110011101000
Octal6671150

Shades and tints

Shades of #363968

#363968
(54,57,104)
#32345F
(50,52,95)
#2E2F56
(46,47,86)
#2A2A4D
(42,42,77)
#262544
(38,37,68)
#22203B
(34,32,59)
#1E1B32
(30,27,50)
#1A1629
(26,22,41)
#161120
(22,17,32)
#120C17
(18,12,23)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #363968

#363968
(54,57,104)
#484B75
(72,75,117)
#5A5D82
(90,93,130)
#6C6F8F
(108,111,143)
#7E819C
(126,129,156)
#9093A9
(144,147,169)
#A2A5B6
(162,165,182)
#B4B7C3
(180,183,195)
#C6C9D0
(198,201,208)
#D8DBDD
(216,219,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363968 color. Also use rgb(54,57,104) instead hex code.

Text Font Color

.myTextColor { color: #363968; }

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

This text font color is #363968.


Background Color

.myBgColor { background-color: #363968; }

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

This div background color is #363968.


Border color

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

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

This div border color is #363968.


Opacity

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

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

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

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

This text has shadow with #363968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363968 on black background.


Color preview on white background

This text has color #363968 on white background.



Black color preview on #363968 background

This text has black color on #363968 background.


White color preview on #363968 background

This text has white color on #363968 background.