COLOR #366A55

HEX: #366A55
RGB: (54,106,85)

Color info

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

RGB color model

#366A55 color RGB value is (54,106,85).

  • red value is 54;
  • green value is 106;
  • blue value is 85.
RGB:
(54,106,85)
(21%,42%,33%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 85 of 255 = 33%

54
106
85

R + G + B ~ 32%. #366A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 85 = 245 (100%)
R 54 of 245 ~ 22.04%
G 106 of 245 ~ 43.27%
B 85 of 245 ~ 34.69%

%22.04
%43.27
%34.69

CMYK color model

#366A55 color CMYK value is (49,0,20,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(49,0,20,58)
C49M0Y20K58 
(49%,0%,20%,58%)
(0.49/0.00/0.20/0.58)	

CMYK percentages

%49.06
%0
%19.81
%58.43

Codes

Color #366A55 in popluar color models

366A55
RGB5410685
HSL156°32.50%31.37%
HSB/HSV156°49.06%41.57%
CMYK49.06%0.00%19.81%
58.43%

Color #366A55 in popluar number systems.

HEX366A55
Decimal5410685
Binary11011011010101010101
Octal66152125

Shades and tints

Shades of #366A55

#366A55
(54,106,85)
#32614E
(50,97,78)
#2E5847
(46,88,71)
#2A4F40
(42,79,64)
#264639
(38,70,57)
#223D32
(34,61,50)
#1E342B
(30,52,43)
#1A2B24
(26,43,36)
#16221D
(22,34,29)
#121916
(18,25,22)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #366A55

#366A55
(54,106,85)
#487764
(72,119,100)
#5A8473
(90,132,115)
#6C9182
(108,145,130)
#7E9E91
(126,158,145)
#90ABA0
(144,171,160)
#A2B8AF
(162,184,175)
#B4C5BE
(180,197,190)
#C6D2CD
(198,210,205)
#D8DFDC
(216,223,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366A55 color. Also use rgb(54,106,85) instead hex code.

Text Font Color

.myTextColor { color: #366A55; }

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

This text font color is #366A55.


Background Color

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

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

This div background color is #366A55.


Border color

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

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

This div border color is #366A55.


Opacity

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

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

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

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

This text has shadow with #366A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366A55 on black background.


Color preview on white background

This text has color #366A55 on white background.



Black color preview on #366A55 background

This text has black color on #366A55 background.


White color preview on #366A55 background

This text has white color on #366A55 background.