COLOR #363752

HEX: #363752
RGB: (54,55,82)

Color info

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

RGB color model

#363752 color RGB value is (54,55,82).

  • red value is 54;
  • green value is 55;
  • blue value is 82.
RGB:
(54,55,82)
(21%,22%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 82 of 255 = 32%

54
55
82

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

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 82 = 191 (100%)
R 54 of 191 ~ 28.27%
G 55 of 191 ~ 28.8%
B 82 of 191 ~ 42.93%

%28.27
%28.8
%42.93

CMYK color model

#363752 color CMYK value is (34,33,0,68).

  • cyan value is 34.15%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(34,33,0,68)
C34M33Y0K68 
(34%,33%,0%,68%)
(0.34/0.33/0.00/0.68)	

CMYK percentages

%34.15
%32.93
%0
%67.84

Codes

Color #363752 in popluar color models

363752
RGB545582
HSL238°20.59%26.67%
HSB/HSV238°34.15%32.16%
CMYK34.15%32.93%0.00%
67.84%

Color #363752 in popluar number systems.

HEX363752
Decimal545582
Binary1101101101111010010
Octal6667122

Shades and tints

Shades of #363752

#363752
(54,55,82)
#32324B
(50,50,75)
#2E2D44
(46,45,68)
#2A283D
(42,40,61)
#262336
(38,35,54)
#221E2F
(34,30,47)
#1E1928
(30,25,40)
#1A1421
(26,20,33)
#160F1A
(22,15,26)
#120A13
(18,10,19)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #363752

#363752
(54,55,82)
#484961
(72,73,97)
#5A5B70
(90,91,112)
#6C6D7F
(108,109,127)
#7E7F8E
(126,127,142)
#90919D
(144,145,157)
#A2A3AC
(162,163,172)
#B4B5BB
(180,181,187)
#C6C7CA
(198,199,202)
#D8D9D9
(216,217,217)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363752 color. Also use rgb(54,55,82) instead hex code.

Text Font Color

.myTextColor { color: #363752; }

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

This text font color is #363752.


Background Color

.myBgColor { background-color: #363752; }

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

This div background color is #363752.


Border color

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

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

This div border color is #363752.


Opacity

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

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

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

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

This text has shadow with #363752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363752 on black background.


Color preview on white background

This text has color #363752 on white background.



Black color preview on #363752 background

This text has black color on #363752 background.


White color preview on #363752 background

This text has white color on #363752 background.