COLOR #36555E

HEX: #36555E RGB: (54,85,94)

Color info

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

RGB color model

#36555E color RGB value is (54,85,94).

RGB: (54,85,94) (21%, 33%, 37%)

RGB channels and saturation

R 54 of 255 = 21%
G 85 of 255 = 33%
B 94 of 255 = 37%

54
85
94

R + G + B ~ 30%. #36555E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 85 + 94 = 233 (100%)
R 54 of 233 ~ 23.18%
G 85 of 233 ~ 36.48%
B 94 of 233 ~ 40.34'%

%23.18
%36.48
%40.34

CMYK color model

#36555E color CMYK value is (43,10,0,63).

  • cyan value is 42.55%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (43,10,0,63)
C43M10Y0K63 (43%, 10%, 0%, 63%)
(0.43 / 0.10 / 0.00 / 0.63)

CMYK percentages

%42.55
%9.57
%0
%63.14

Codes

Color #36555E in popluar color models

36 55 5E
RGB 54 85 94
HSL 194° 27.03% 29.02%
HSB/HSV 194° 42.55% 36.86%
CMYK 42.55% 9.57% 0.00%
63.14%

Color #36555E in popluar number systems.

HEX 36 55 5E
Decimal 54 85 94
Binary 110110 1010101 1011110
Octal 66 125 136

Shades and tints

Shades of #36555E

#36555E
(54,85,94)
#324E56
(50,78,86)
#2E474E
(46,71,78)
#2A4046
(42,64,70)
#26393E
(38,57,62)
#223236
(34,50,54)
#1E2B2E
(30,43,46)
#1A2426
(26,36,38)
#161D1E
(22,29,30)
#121616
(18,22,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #36555E

#36555E
(54,85,94)
#48646C
(72,100,108)
#5A737A
(90,115,122)
#6C8288
(108,130,136)
#7E9196
(126,145,150)
#90A0A4
(144,160,164)
#A2AFB2
(162,175,178)
#B4BEC0
(180,190,192)
#C6CDCE
(198,205,206)
#D8DCDC
(216,220,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36555E color. Also use rgb(54,85,94) instead hex code.

Text Font Color

.myTextColor { color: #36555E; }

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

This text font color is #36555E.

Background Color

.myBgColor { background-color: #36555E; }

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

This div background color is #36555E.

Border color

.myBorderColor { border: 1px solid #36555E; }

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

This div border color is #36555E.

Opacity

.myOpacity80 { color: #36555E; opacity: 0.8; }

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

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

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

This text has shadow with #36555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36555E.

Preview

Color preview on black background

This text has color #36555E on black background.


Color preview on white background

This text has color #36555E on white background.


Black color preview on #36555E background

This text has black color on #36555E background.


White color preview on #36555E background

This text has white color on #36555E background.


Related colors

Complementary color

Complementary color for #hex is #C9AAA1.


I love getcolorcode.com

Triadic colors

1 #5E3655 and #555E36 with #36555E are triadic colors.

2 #5E5536 and #55365E with #36555E are triadic colors.