COLOR #36636B

HEX: #36636B
RGB: (54,99,107)

Color info

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

RGB color model

#36636B color RGB value is (54,99,107).

  • red value is 54;
  • green value is 99;
  • blue value is 107.
RGB:
(54,99,107)
(21%,39%,42%)

RGB channels and saturation

R 54 of 255 = 21%
G 99 of 255 = 39%
B 107 of 255 = 42%

54
99
107

R + G + B ~ 34%. #36636B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 99 + 107 = 260 (100%)
R 54 of 260 ~ 20.77%
G 99 of 260 ~ 38.08%
B 107 of 260 ~ 41.15%

%20.77
%38.08
%41.15

CMYK color model

#36636B color CMYK value is (50,7,0,58).

  • cyan value is 49.53%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(50,7,0,58)
C50M7Y0K58 
(50%,7%,0%,58%)
(0.50/0.07/0.00/0.58)	

CMYK percentages

%49.53
%7.48
%0
%58.04

Codes

Color #36636B in popluar color models

36636B
RGB5499107
HSL189°32.92%31.57%
HSB/HSV189°49.53%41.96%
CMYK49.53%7.48%0.00%
58.04%

Color #36636B in popluar number systems.

HEX36636B
Decimal5499107
Binary11011011000111101011
Octal66143153

Shades and tints

Shades of #36636B

#36636B
(54,99,107)
#325A62
(50,90,98)
#2E5159
(46,81,89)
#2A4850
(42,72,80)
#263F47
(38,63,71)
#22363E
(34,54,62)
#1E2D35
(30,45,53)
#1A242C
(26,36,44)
#161B23
(22,27,35)
#12121A
(18,18,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #36636B

#36636B
(54,99,107)
#487178
(72,113,120)
#5A7F85
(90,127,133)
#6C8D92
(108,141,146)
#7E9B9F
(126,155,159)
#90A9AC
(144,169,172)
#A2B7B9
(162,183,185)
#B4C5C6
(180,197,198)
#C6D3D3
(198,211,211)
#D8E1E0
(216,225,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36636B; }

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

This text font color is #36636B.


Background Color

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

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

This div background color is #36636B.


Border color

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

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

This div border color is #36636B.


Opacity

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

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

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

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

This text has shadow with #36636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36636B on black background.


Color preview on white background

This text has color #36636B on white background.



Black color preview on #36636B background

This text has black color on #36636B background.


White color preview on #36636B background

This text has white color on #36636B background.