COLOR #36666B

HEX: #36666B RGB: (54,102,107)

Color info

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

RGB color model

#36666B color RGB value is (54,102,107).

RGB: (54,102,107) (21%, 40%, 42%)

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 107 of 255 = 42%

54
102
107

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

Portions of RGB colors in percentages

R + G + B = 54 + 102 + 107 = 263 (100%)
R 54 of 263 ~ 20.53%
G 102 of 263 ~ 38.78%
B 107 of 263 ~ 40.68'%

%20.53
%38.78
%40.68

CMYK color model

#36666B color CMYK value is (50,5,0,58).

  • cyan value is 49.53%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (50,5,0,58) C50M5Y0K58 (50%,5%,0%,58%) (0.50/0.05/0.00/0.58) 

CMYK percentages

%49.53
%4.67
%0
%58.04

Codes

Color #36666B in popluar color models

36 66 6B
RGB 54 102 107
HSL 186° 32.92% 31.57%
HSB/HSV 186° 49.53% 41.96%
CMYK 49.53% 4.67% 0.00%
58.04%

Color #36666B in popluar number systems.

HEX 36 66 6B
Decimal 54 102 107
Binary 110110 1100110 1101011
Octal 66 146 153

Shades and tints

Shades of #36666B

#36666B
(54,102,107)
#325D62
(50,93,98)
#2E5459
(46,84,89)
#2A4B50
(42,75,80)
#264247
(38,66,71)
#22393E
(34,57,62)
#1E3035
(30,48,53)
#1A272C
(26,39,44)
#161E23
(22,30,35)
#12151A
(18,21,26)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #36666B

#36666B
(54,102,107)
#487378
(72,115,120)
#5A8085
(90,128,133)
#6C8D92
(108,141,146)
#7E9A9F
(126,154,159)
#90A7AC
(144,167,172)
#A2B4B9
(162,180,185)
#B4C1C6
(180,193,198)
#C6CED3
(198,206,211)
#D8DBE0
(216,219,224)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36666B; }

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

This text font color is #36666B.

Background Color

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

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

This div background color is #36666B.

Border color

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

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

This div border color is #36666B.

Opacity

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

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

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

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

This text has shadow with #36666B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36666B.

Preview

Color preview on black background

This text has color #36666B on black background.


Color preview on white background

This text has color #36666B on white background.


Black color preview on #36666B background

This text has black color on #36666B background.


White color preview on #36666B background

This text has white color on #36666B background.


Related colors

Complementary color

Complementary color for #hex is #C99994.


I love getcolorcode.com

Triadic colors

1 #6B3666 and #666B36 with #36666B are triadic colors.

2 #6B6636 and #66366B with #36666B are triadic colors.