COLOR #36404D

HEX: #36404D
RGB: (54,64,77)

Color info

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

RGB color model

#36404D color RGB value is (54,64,77).

  • red value is 54;
  • green value is 64;
  • blue value is 77.
RGB:
(54,64,77)
(21%,25%,30%)

RGB channels and saturation

R 54 of 255 = 21%
G 64 of 255 = 25%
B 77 of 255 = 30%

54
64
77

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

Portions of RGB colors in percentages

R + G + B =
54 + 64 + 77 = 195 (100%)
R 54 of 195 ~ 27.69%
G 64 of 195 ~ 32.82%
B 77 of 195 ~ 39.49%

%27.69
%32.82
%39.49

CMYK color model

#36404D color CMYK value is (30,17,0,70).

  • cyan value is 29.87%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(30,17,0,70)
C30M17Y0K70 
(30%,17%,0%,70%)
(0.30/0.17/0.00/0.70)	

CMYK percentages

%29.87
%16.88
%0
%69.8

Codes

Color #36404D in popluar color models

36404D
RGB546477
HSL214°17.56%25.69%
HSB/HSV214°29.87%30.20%
CMYK29.87%16.88%0.00%
69.80%

Color #36404D in popluar number systems.

HEX36404D
Decimal546477
Binary11011010000001001101
Octal66100115

Shades and tints

Shades of #36404D

#36404D
(54,64,77)
#323B46
(50,59,70)
#2E363F
(46,54,63)
#2A3138
(42,49,56)
#262C31
(38,44,49)
#22272A
(34,39,42)
#1E2223
(30,34,35)
#1A1D1C
(26,29,28)
#161815
(22,24,21)
#12130E
(18,19,14)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #36404D

#36404D
(54,64,77)
#48515D
(72,81,93)
#5A626D
(90,98,109)
#6C737D
(108,115,125)
#7E848D
(126,132,141)
#90959D
(144,149,157)
#A2A6AD
(162,166,173)
#B4B7BD
(180,183,189)
#C6C8CD
(198,200,205)
#D8D9DD
(216,217,221)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36404D color. Also use rgb(54,64,77) instead hex code.

Text Font Color

.myTextColor { color: #36404D; }

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

This text font color is #36404D.


Background Color

.myBgColor { background-color: #36404D; }

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

This div background color is #36404D.


Border color

.myBorderColor { border: 1px solid #36404D; }

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

This div border color is #36404D.


Opacity

.myOpacity80 { color: #36404D; opacity: 0.8; }

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

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

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

This text has shadow with #36404D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36404D on black background.


Color preview on white background

This text has color #36404D on white background.



Black color preview on #36404D background

This text has black color on #36404D background.


White color preview on #36404D background

This text has white color on #36404D background.