COLOR #366665

HEX: #366665
RGB: (54,102,101)

Color info

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

RGB color model

#366665 color RGB value is (54,102,101).

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

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 101 of 255 = 40%

54
102
101

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

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 101 = 257 (100%)
R 54 of 257 ~ 21.01%
G 102 of 257 ~ 39.69%
B 101 of 257 ~ 39.3%

%21.01
%39.69
%39.3

CMYK color model

#366665 color CMYK value is (47,0,1,60).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(47,0,1,60)
C47M0Y1K60 
(47%,0%,1%,60%)
(0.47/0.00/0.01/0.60)	

CMYK percentages

%47.06
%0
%0.98
%60

Codes

Color #366665 in popluar color models

366665
RGB54102101
HSL179°30.77%30.59%
HSB/HSV179°47.06%40.00%
CMYK47.06%0.00%0.98%
60.00%

Color #366665 in popluar number systems.

HEX366665
Decimal54102101
Binary11011011001101100101
Octal66146145

Shades and tints

Shades of #366665

#366665
(54,102,101)
#325D5C
(50,93,92)
#2E5453
(46,84,83)
#2A4B4A
(42,75,74)
#264241
(38,66,65)
#223938
(34,57,56)
#1E302F
(30,48,47)
#1A2726
(26,39,38)
#161E1D
(22,30,29)
#121514
(18,21,20)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #366665

#366665
(54,102,101)
#487373
(72,115,115)
#5A8081
(90,128,129)
#6C8D8F
(108,141,143)
#7E9A9D
(126,154,157)
#90A7AB
(144,167,171)
#A2B4B9
(162,180,185)
#B4C1C7
(180,193,199)
#C6CED5
(198,206,213)
#D8DBE3
(216,219,227)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366665; }

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

This text font color is #366665.


Background Color

.myBgColor { background-color: #366665; }

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

This div background color is #366665.


Border color

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

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

This div border color is #366665.


Opacity

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

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

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

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

This text has shadow with #366665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366665 on black background.


Color preview on white background

This text has color #366665 on white background.



Black color preview on #366665 background

This text has black color on #366665 background.


White color preview on #366665 background

This text has white color on #366665 background.