COLOR #36505B

HEX: #36505B
RGB: (54,80,91)

Color info

#36505B contains red, green and blue colors in about the same proportion. Web safe color of #36505B is #336666 (or #366).

RGB color model

#36505B color RGB value is (54,80,91).

  • red value is 54;
  • green value is 80;
  • blue value is 91.
RGB:
(54,80,91)
(21%,31%,36%)

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 91 of 255 = 36%

54
80
91

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

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 91 = 225 (100%)
R 54 of 225 ~ 24%
G 80 of 225 ~ 35.56%
B 91 of 225 ~ 40.44%

%24
%35.56
%40.44

CMYK color model

#36505B color CMYK value is (41,12,0,64).

  • cyan value is 40.66%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(41,12,0,64)
C41M12Y0K64 
(41%,12%,0%,64%)
(0.41/0.12/0.00/0.64)	

CMYK percentages

%40.66
%12.09
%0
%64.31

Codes

Color #36505B in popluar color models

36505B
RGB548091
HSL198°25.52%28.43%
HSB/HSV198°40.66%35.69%
CMYK40.66%12.09%0.00%
64.31%

Color #36505B in popluar number systems.

HEX36505B
Decimal548091
Binary11011010100001011011
Octal66120133

Shades and tints

Shades of #36505B

#36505B
(54,80,91)
#324953
(50,73,83)
#2E424B
(46,66,75)
#2A3B43
(42,59,67)
#26343B
(38,52,59)
#222D33
(34,45,51)
#1E262B
(30,38,43)
#1A1F23
(26,31,35)
#16181B
(22,24,27)
#121113
(18,17,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #36505B

#36505B
(54,80,91)
#485F69
(72,95,105)
#5A6E77
(90,110,119)
#6C7D85
(108,125,133)
#7E8C93
(126,140,147)
#909BA1
(144,155,161)
#A2AAAF
(162,170,175)
#B4B9BD
(180,185,189)
#C6C8CB
(198,200,203)
#D8D7D9
(216,215,217)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36505B; }

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

This text font color is #36505B.


Background Color

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

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

This div background color is #36505B.


Border color

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

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

This div border color is #36505B.


Opacity

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

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

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

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

This text has shadow with #36505B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36505B on black background.


Color preview on white background

This text has color #36505B on white background.



Black color preview on #36505B background

This text has black color on #36505B background.


White color preview on #36505B background

This text has white color on #36505B background.