COLOR #366660

HEX: #366660
RGB: (54,102,96)

Color info

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

RGB color model

#366660 color RGB value is (54,102,96).

  • red value is 54;
  • green value is 102;
  • blue value is 96.
RGB:
(54,102,96)
(21%,40%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 96 of 255 = 38%

54
102
96

R + G + B ~ 33%. #366660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 96 = 252 (100%)
R 54 of 252 ~ 21.43%
G 102 of 252 ~ 40.48%
B 96 of 252 ~ 38.1%

%21.43
%40.48
%38.1

CMYK color model

#366660 color CMYK value is (47,0,6,60).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(47,0,6,60)
C47M0Y6K60 
(47%,0%,6%,60%)
(0.47/0.00/0.06/0.60)	

CMYK percentages

%47.06
%0
%5.88
%60

Codes

Color #366660 in popluar color models

366660
RGB5410296
HSL173°30.77%30.59%
HSB/HSV173°47.06%40.00%
CMYK47.06%0.00%5.88%
60.00%

Color #366660 in popluar number systems.

HEX366660
Decimal5410296
Binary11011011001101100000
Octal66146140

Shades and tints

Shades of #366660

#366660
(54,102,96)
#325D58
(50,93,88)
#2E5450
(46,84,80)
#2A4B48
(42,75,72)
#264240
(38,66,64)
#223938
(34,57,56)
#1E3030
(30,48,48)
#1A2728
(26,39,40)
#161E20
(22,30,32)
#121518
(18,21,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #366660

#366660
(54,102,96)
#48736E
(72,115,110)
#5A807C
(90,128,124)
#6C8D8A
(108,141,138)
#7E9A98
(126,154,152)
#90A7A6
(144,167,166)
#A2B4B4
(162,180,180)
#B4C1C2
(180,193,194)
#C6CED0
(198,206,208)
#D8DBDE
(216,219,222)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366660; }

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

This text font color is #366660.


Background Color

.myBgColor { background-color: #366660; }

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

This div background color is #366660.


Border color

.myBorderColor { border: 1px solid #366660; }

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

This div border color is #366660.


Opacity

.myOpacity80 { color: #366660; opacity: 0.8; }

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

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

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

This text has shadow with #366660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366660 on black background.


Color preview on white background

This text has color #366660 on white background.



Black color preview on #366660 background

This text has black color on #366660 background.


White color preview on #366660 background

This text has white color on #366660 background.