COLOR #363749

HEX: #363749
RGB: (54,55,73)

Color info

#363749 contains red, green and blue colors in about the same proportion. Web safe color of #363749 is #333333 (or #333).

RGB color model

#363749 color RGB value is (54,55,73).

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

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 73 of 255 = 29%

54
55
73

R + G + B ~ 24%. #363749 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 73 = 182 (100%)
R 54 of 182 ~ 29.67%
G 55 of 182 ~ 30.22%
B 73 of 182 ~ 40.11%

%29.67
%30.22
%40.11

CMYK color model

#363749 color CMYK value is (26,25,0,71).

  • cyan value is 26.03%
  • magenta value is 24.66%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(26,25,0,71)
C26M25Y0K71 
(26%,25%,0%,71%)
(0.26/0.25/0.00/0.71)	

CMYK percentages

%26.03
%24.66
%0
%71.37

Codes

Color #363749 in popluar color models

363749
RGB545573
HSL237°14.96%24.90%
HSB/HSV237°26.03%28.63%
CMYK26.03%24.66%0.00%
71.37%

Color #363749 in popluar number systems.

HEX363749
Decimal545573
Binary1101101101111001001
Octal6667111

Shades and tints

Shades of #363749

#363749
(54,55,73)
#323243
(50,50,67)
#2E2D3D
(46,45,61)
#2A2837
(42,40,55)
#262331
(38,35,49)
#221E2B
(34,30,43)
#1E1925
(30,25,37)
#1A141F
(26,20,31)
#160F19
(22,15,25)
#120A13
(18,10,19)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #363749

#363749
(54,55,73)
#484959
(72,73,89)
#5A5B69
(90,91,105)
#6C6D79
(108,109,121)
#7E7F89
(126,127,137)
#909199
(144,145,153)
#A2A3A9
(162,163,169)
#B4B5B9
(180,181,185)
#C6C7C9
(198,199,201)
#D8D9D9
(216,217,217)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363749; }

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

This text font color is #363749.


Background Color

.myBgColor { background-color: #363749; }

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

This div background color is #363749.


Border color

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

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

This div border color is #363749.


Opacity

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

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

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

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

This text has shadow with #363749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363749 on black background.


Color preview on white background

This text has color #363749 on white background.



Black color preview on #363749 background

This text has black color on #363749 background.


White color preview on #363749 background

This text has white color on #363749 background.