COLOR #36686C

HEX: #36686C
RGB: (54,104,108)

Color info

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

RGB color model

#36686C color RGB value is (54,104,108).

  • red value is 54;
  • green value is 104;
  • blue value is 108.
RGB:
(54,104,108)
(21%,41%,42%)

RGB channels and saturation

R 54 of 255 = 21%
G 104 of 255 = 41%
B 108 of 255 = 42%

54
104
108

R + G + B ~ 35%. #36686C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 104 + 108 = 266 (100%)
R 54 of 266 ~ 20.3%
G 104 of 266 ~ 39.1%
B 108 of 266 ~ 40.6%

%20.3
%39.1
%40.6

CMYK color model

#36686C color CMYK value is (50,4,0,58).

  • cyan value is 50.00%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(50,4,0,58)
C50M4Y0K58 
(50%,4%,0%,58%)
(0.50/0.04/0.00/0.58)	

CMYK percentages

%50
%3.7
%0
%57.65

Codes

Color #36686C in popluar color models

36686C
RGB54104108
HSL184°33.33%31.76%
HSB/HSV184°50.00%42.35%
CMYK50.00%3.70%0.00%
57.65%

Color #36686C in popluar number systems.

HEX36686C
Decimal54104108
Binary11011011010001101100
Octal66150154

Shades and tints

Shades of #36686C

#36686C
(54,104,108)
#325F63
(50,95,99)
#2E565A
(46,86,90)
#2A4D51
(42,77,81)
#264448
(38,68,72)
#223B3F
(34,59,63)
#1E3236
(30,50,54)
#1A292D
(26,41,45)
#162024
(22,32,36)
#12171B
(18,23,27)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #36686C

#36686C
(54,104,108)
#487579
(72,117,121)
#5A8286
(90,130,134)
#6C8F93
(108,143,147)
#7E9CA0
(126,156,160)
#90A9AD
(144,169,173)
#A2B6BA
(162,182,186)
#B4C3C7
(180,195,199)
#C6D0D4
(198,208,212)
#D8DDE1
(216,221,225)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36686C color. Also use rgb(54,104,108) instead hex code.

Text Font Color

.myTextColor { color: #36686C; }

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

This text font color is #36686C.


Background Color

.myBgColor { background-color: #36686C; }

<div style="background-color:#36686C">Inner text</div>

This div background color is #36686C.


Border color

.myBorderColor { border: 1px solid #36686C; }

<div style="border:3px solid #36686C">Div</div>

This div border color is #36686C.


Opacity

.myOpacity80 { color: #36686C; opacity: 0.8; }

<p style="color:#36686C;opacity:0.8;">80%</p>

Text with #36686C 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 #36686C;}

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

This text has shadow with #36686C color.

.textShadow {text-shadow: 3px 3px 1px #36686C, 3px 3px 1px red;}

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

This text has shadow with #36686C primary color and red secondary color.


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

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

This text has shadow with #36686C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36686C on black background.


Color preview on white background

This text has color #36686C on white background.



Black color preview on #36686C background

This text has black color on #36686C background.


White color preview on #36686C background

This text has white color on #36686C background.