COLOR #36575C

HEX: #36575C RGB: (54,87,92)

Color info

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

RGB color model

#36575C color RGB value is (54,87,92).

RGB: (54,87,92) (21%, 34%, 36%)

RGB channels and saturation

R 54 of 255 = 21%
G 87 of 255 = 34%
B 92 of 255 = 36%

54
87
92

R + G + B ~ 30%. #36575C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 87 + 92 = 233 (100%)
R 54 of 233 ~ 23.18%
G 87 of 233 ~ 37.34%
B 92 of 233 ~ 39.48'%

%23.18
%37.34
%39.48

CMYK color model

#36575C color CMYK value is (41,5,0,64).

  • cyan value is 41.30%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (41,5,0,64)
C41M5Y0K64 (41%, 5%, 0%, 64%)
(0.41 / 0.05 / 0.00 / 0.64)

CMYK percentages

%41.3
%5.43
%0
%63.92

Codes

Color #36575C in popluar color models

36 57 5C
RGB 54 87 92
HSL 188° 26.03% 28.63%
HSB/HSV 188° 41.30% 36.08%
CMYK 41.30% 5.43% 0.00%
63.92%

Color #36575C in popluar number systems.

HEX 36 57 5C
Decimal 54 87 92
Binary 110110 1010111 1011100
Octal 66 127 134

Shades and tints

Shades of #36575C

#36575C
(54,87,92)
#325054
(50,80,84)
#2E494C
(46,73,76)
#2A4244
(42,66,68)
#263B3C
(38,59,60)
#223434
(34,52,52)
#1E2D2C
(30,45,44)
#1A2624
(26,38,36)
#161F1C
(22,31,28)
#121814
(18,24,20)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #36575C

#36575C
(54,87,92)
#48666A
(72,102,106)
#5A7578
(90,117,120)
#6C8486
(108,132,134)
#7E9394
(126,147,148)
#90A2A2
(144,162,162)
#A2B1B0
(162,177,176)
#B4C0BE
(180,192,190)
#C6CFCC
(198,207,204)
#D8DEDA
(216,222,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36575C color. Also use rgb(54,87,92) instead hex code.

Text Font Color

.myTextColor { color: #36575C; }

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

This text font color is #36575C.

Background Color

.myBgColor { background-color: #36575C; }

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

This div background color is #36575C.

Border color

.myBorderColor { border: 1px solid #36575C; }

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

This div border color is #36575C.

Opacity

.myOpacity80 { color: #36575C; opacity: 0.8; }

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

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

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

This text has shadow with #36575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36575C.

Preview

Color preview on black background

This text has color #36575C on black background.


Color preview on white background

This text has color #36575C on white background.


Black color preview on #36575C background

This text has black color on #36575C background.


White color preview on #36575C background

This text has white color on #36575C background.


Related colors

Complementary color

Complementary color for #hex is #C9A8A3.


I love getcolorcode.com

Triadic colors

1 #5C3657 and #575C36 with #36575C are triadic colors.

2 #5C5736 and #57365C with #36575C are triadic colors.