COLOR #366A4C

HEX: #366A4C RGB: (54,106,76)

Color info

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

RGB color model

#366A4C color RGB value is (54,106,76).

RGB: (54,106,76) (21%, 42%, 30%)

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 76 of 255 = 30%

54
106
76

R + G + B ~ 31%. #366A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 106 + 76 = 236 (100%)
R 54 of 236 ~ 22.88%
G 106 of 236 ~ 44.92%
B 76 of 236 ~ 32.2'%

%22.88
%44.92
%32.2

CMYK color model

#366A4C color CMYK value is (49,0,28,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%

CMYK: (49,0,28,58)
C49M0Y28K58 (49%, 0%, 28%, 58%)
(0.49 / 0.00 / 0.28 / 0.58)

CMYK percentages

%49.06
%0
%28.3
%58.43

Codes

Color #366A4C in popluar color models

36 6A 4C
RGB 54 106 76
HSL 145° 32.50% 31.37%
HSB/HSV 145° 49.06% 41.57%
CMYK 49.06% 0.00% 28.30%
58.43%

Color #366A4C in popluar number systems.

HEX 36 6A 4C
Decimal 54 106 76
Binary 110110 1101010 1001100
Octal 66 152 114

Shades and tints

Shades of #366A4C

#366A4C
(54,106,76)
#326146
(50,97,70)
#2E5840
(46,88,64)
#2A4F3A
(42,79,58)
#264634
(38,70,52)
#223D2E
(34,61,46)
#1E3428
(30,52,40)
#1A2B22
(26,43,34)
#16221C
(22,34,28)
#121916
(18,25,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #366A4C

#366A4C
(54,106,76)
#48775C
(72,119,92)
#5A846C
(90,132,108)
#6C917C
(108,145,124)
#7E9E8C
(126,158,140)
#90AB9C
(144,171,156)
#A2B8AC
(162,184,172)
#B4C5BC
(180,197,188)
#C6D2CC
(198,210,204)
#D8DFDC
(216,223,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366A4C; }

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

This text font color is #366A4C.

Background Color

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

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

This div background color is #366A4C.

Border color

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

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

This div border color is #366A4C.

Opacity

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

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

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

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

This text has shadow with #366A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #366A4C.

Preview

Color preview on black background

This text has color #366A4C on black background.


Color preview on white background

This text has color #366A4C on white background.


Black color preview on #366A4C background

This text has black color on #366A4C background.


White color preview on #366A4C background

This text has white color on #366A4C background.


Related colors

Complementary color

Complementary color for #hex is #C995B3.


I love getcolorcode.com

Triadic colors

1 #4C366A and #6A4C36 with #366A4C are triadic colors.

2 #4C6A36 and #6A364C with #366A4C are triadic colors.