COLOR #366F6C

HEX: #366F6C
RGB: (54,111,108)

Color info

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

RGB color model

#366F6C color RGB value is (54,111,108).

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

RGB channels and saturation

R 54 of 255 = 21%
G 111 of 255 = 44%
B 108 of 255 = 42%

54
111
108

R + G + B ~ 36%. #366F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 111 + 108 = 273 (100%)
R 54 of 273 ~ 19.78%
G 111 of 273 ~ 40.66%
B 108 of 273 ~ 39.56%

%19.78
%40.66
%39.56

CMYK color model

#366F6C color CMYK value is (51,0,3,56).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 56.47%
CMYK:
(51,0,3,56)
C51M0Y3K56 
(51%,0%,3%,56%)
(0.51/0.00/0.03/0.56)	

CMYK percentages

%51.35
%0
%2.7
%56.47

Codes

Color #366F6C in popluar color models

366F6C
RGB54111108
HSL177°34.55%32.35%
HSB/HSV177°51.35%43.53%
CMYK51.35%0.00%2.70%
56.47%

Color #366F6C in popluar number systems.

HEX366F6C
Decimal54111108
Binary11011011011111101100
Octal66157154

Shades and tints

Shades of #366F6C

#366F6C
(54,111,108)
#326563
(50,101,99)
#2E5B5A
(46,91,90)
#2A5151
(42,81,81)
#264748
(38,71,72)
#223D3F
(34,61,63)
#1E3336
(30,51,54)
#1A292D
(26,41,45)
#161F24
(22,31,36)
#12151B
(18,21,27)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #366F6C

#366F6C
(54,111,108)
#487C79
(72,124,121)
#5A8986
(90,137,134)
#6C9693
(108,150,147)
#7EA3A0
(126,163,160)
#90B0AD
(144,176,173)
#A2BDBA
(162,189,186)
#B4CAC7
(180,202,199)
#C6D7D4
(198,215,212)
#D8E4E1
(216,228,225)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366F6C color. Also use rgb(54,111,108) instead hex code.

Text Font Color

.myTextColor { color: #366F6C; }

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

This text font color is #366F6C.


Background Color

.myBgColor { background-color: #366F6C; }

<div style="background-color:#366F6C">Inner text</div>

This div background color is #366F6C.


Border color

.myBorderColor { border: 1px solid #366F6C; }

<div style="border:3px solid #366F6C">Div</div>

This div border color is #366F6C.


Opacity

.myOpacity80 { color: #366F6C; opacity: 0.8; }

<p style="color:#366F6C;opacity:0.8;">80%</p>

Text with #366F6C 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 #366F6C;}

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

This text has shadow with #366F6C color.

.textShadow {text-shadow: 3px 3px 1px #366F6C, 3px 3px 1px red;}

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

This text has shadow with #366F6C primary color and red secondary color.


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

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

This text has shadow with #366F6C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366F6C on black background.


Color preview on white background

This text has color #366F6C on white background.



Black color preview on #366F6C background

This text has black color on #366F6C background.


White color preview on #366F6C background

This text has white color on #366F6C background.