COLOR #36364B

HEX: #36364B
RGB: (54,54,75)

Color info

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

RGB color model

#36364B color RGB value is (54,54,75).

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

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 75 of 255 = 29%

54
54
75

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 75 = 183 (100%)
R 54 of 183 ~ 29.51%
G 54 of 183 ~ 29.51%
B 75 of 183 ~ 40.98%

%29.51
%29.51
%40.98

CMYK color model

#36364B color CMYK value is (28,28,0,71).

  • cyan value is 28.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(28,28,0,71)
C28M28Y0K71 
(28%,28%,0%,71%)
(0.28/0.28/0.00/0.71)	

CMYK percentages

%28
%28
%0
%70.59

Codes

Color #36364B in popluar color models

36364B
RGB545475
HSL240°16.28%25.29%
HSB/HSV240°28.00%29.41%
CMYK28.00%28.00%0.00%
70.59%

Color #36364B in popluar number systems.

HEX36364B
Decimal545475
Binary1101101101101001011
Octal6666113

Shades and tints

Shades of #36364B

#36364B
(54,54,75)
#323245
(50,50,69)
#2E2E3F
(46,46,63)
#2A2A39
(42,42,57)
#262633
(38,38,51)
#22222D
(34,34,45)
#1E1E27
(30,30,39)
#1A1A21
(26,26,33)
#16161B
(22,22,27)
#121215
(18,18,21)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #36364B

#36364B
(54,54,75)
#48485B
(72,72,91)
#5A5A6B
(90,90,107)
#6C6C7B
(108,108,123)
#7E7E8B
(126,126,139)
#90909B
(144,144,155)
#A2A2AB
(162,162,171)
#B4B4BB
(180,180,187)
#C6C6CB
(198,198,203)
#D8D8DB
(216,216,219)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36364B color. Also use rgb(54,54,75) instead hex code.

Text Font Color

.myTextColor { color: #36364B; }

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

This text font color is #36364B.


Background Color

.myBgColor { background-color: #36364B; }

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

This div background color is #36364B.


Border color

.myBorderColor { border: 1px solid #36364B; }

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

This div border color is #36364B.


Opacity

.myOpacity80 { color: #36364B; opacity: 0.8; }

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

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

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

This text has shadow with #36364B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36364B on black background.


Color preview on white background

This text has color #36364B on white background.



Black color preview on #36364B background

This text has black color on #36364B background.


White color preview on #36364B background

This text has white color on #36364B background.