COLOR #36495F

HEX: #36495F
RGB: (54,73,95)

Color info

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

RGB color model

#36495F color RGB value is (54,73,95).

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

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 95 of 255 = 37%

54
73
95

R + G + B ~ 29%. #36495F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 95 = 222 (100%)
R 54 of 222 ~ 24.32%
G 73 of 222 ~ 32.88%
B 95 of 222 ~ 42.79%

%24.32
%32.88
%42.79

CMYK color model

#36495F color CMYK value is (43,23,0,63).

  • cyan value is 43.16%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(43,23,0,63)
C43M23Y0K63 
(43%,23%,0%,63%)
(0.43/0.23/0.00/0.63)	

CMYK percentages

%43.16
%23.16
%0
%62.75

Codes

Color #36495F in popluar color models

36495F
RGB547395
HSL212°27.52%29.22%
HSB/HSV212°43.16%37.25%
CMYK43.16%23.16%0.00%
62.75%

Color #36495F in popluar number systems.

HEX36495F
Decimal547395
Binary11011010010011011111
Octal66111137

Shades and tints

Shades of #36495F

#36495F
(54,73,95)
#324357
(50,67,87)
#2E3D4F
(46,61,79)
#2A3747
(42,55,71)
#26313F
(38,49,63)
#222B37
(34,43,55)
#1E252F
(30,37,47)
#1A1F27
(26,31,39)
#16191F
(22,25,31)
#121317
(18,19,23)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #36495F

#36495F
(54,73,95)
#48596D
(72,89,109)
#5A697B
(90,105,123)
#6C7989
(108,121,137)
#7E8997
(126,137,151)
#9099A5
(144,153,165)
#A2A9B3
(162,169,179)
#B4B9C1
(180,185,193)
#C6C9CF
(198,201,207)
#D8D9DD
(216,217,221)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36495F; }

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

This text font color is #36495F.


Background Color

.myBgColor { background-color: #36495F; }

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

This div background color is #36495F.


Border color

.myBorderColor { border: 1px solid #36495F; }

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

This div border color is #36495F.


Opacity

.myOpacity80 { color: #36495F; opacity: 0.8; }

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

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

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

This text has shadow with #36495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36495F on black background.


Color preview on white background

This text has color #36495F on white background.



Black color preview on #36495F background

This text has black color on #36495F background.


White color preview on #36495F background

This text has white color on #36495F background.