COLOR #366A54

HEX: #366A54
RGB: (54,106,84)

Color info

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

RGB color model

#366A54 color RGB value is (54,106,84).

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

RGB channels and saturation

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

54
106
84

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

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 84 = 244 (100%)
R 54 of 244 ~ 22.13%
G 106 of 244 ~ 43.44%
B 84 of 244 ~ 34.43%

%22.13
%43.44
%34.43

CMYK color model

#366A54 color CMYK value is (49,0,21,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 20.75%
  • key color value is 58.43%
CMYK:
(49,0,21,58)
C49M0Y21K58 
(49%,0%,21%,58%)
(0.49/0.00/0.21/0.58)	

CMYK percentages

%49.06
%0
%20.75
%58.43

Codes

Color #366A54 in popluar color models

366A54
RGB5410684
HSL155°32.50%31.37%
HSB/HSV155°49.06%41.57%
CMYK49.06%0.00%20.75%
58.43%

Color #366A54 in popluar number systems.

HEX366A54
Decimal5410684
Binary11011011010101010100
Octal66152124

Shades and tints

Shades of #366A54

#366A54
(54,106,84)
#32614D
(50,97,77)
#2E5846
(46,88,70)
#2A4F3F
(42,79,63)
#264638
(38,70,56)
#223D31
(34,61,49)
#1E342A
(30,52,42)
#1A2B23
(26,43,35)
#16221C
(22,34,28)
#121915
(18,25,21)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #366A54

#366A54
(54,106,84)
#487763
(72,119,99)
#5A8472
(90,132,114)
#6C9181
(108,145,129)
#7E9E90
(126,158,144)
#90AB9F
(144,171,159)
#A2B8AE
(162,184,174)
#B4C5BD
(180,197,189)
#C6D2CC
(198,210,204)
#D8DFDB
(216,223,219)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366A54; }

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

This text font color is #366A54.


Background Color

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

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

This div background color is #366A54.


Border color

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

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

This div border color is #366A54.


Opacity

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

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

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

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

This text has shadow with #366A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366A54 on black background.


Color preview on white background

This text has color #366A54 on white background.



Black color preview on #366A54 background

This text has black color on #366A54 background.


White color preview on #366A54 background

This text has white color on #366A54 background.