COLOR #36576B

HEX: #36576B
RGB: (54,87,107)

Color info

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

RGB color model

#36576B color RGB value is (54,87,107).

  • red value is 54;
  • green value is 87;
  • blue value is 107.
RGB:
(54,87,107)
(21%,34%,42%)

RGB channels and saturation

R 54 of 255 = 21%
G 87 of 255 = 34%
B 107 of 255 = 42%

54
87
107

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

Portions of RGB colors in percentages

R + G + B =
54 + 87 + 107 = 248 (100%)
R 54 of 248 ~ 21.77%
G 87 of 248 ~ 35.08%
B 107 of 248 ~ 43.15%

%21.77
%35.08
%43.15

CMYK color model

#36576B color CMYK value is (50,19,0,58).

  • cyan value is 49.53%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(50,19,0,58)
C50M19Y0K58 
(50%,19%,0%,58%)
(0.50/0.19/0.00/0.58)	

CMYK percentages

%49.53
%18.69
%0
%58.04

Codes

Color #36576B in popluar color models

36576B
RGB5487107
HSL203°32.92%31.57%
HSB/HSV203°49.53%41.96%
CMYK49.53%18.69%0.00%
58.04%

Color #36576B in popluar number systems.

HEX36576B
Decimal5487107
Binary11011010101111101011
Octal66127153

Shades and tints

Shades of #36576B

#36576B
(54,87,107)
#325062
(50,80,98)
#2E4959
(46,73,89)
#2A4250
(42,66,80)
#263B47
(38,59,71)
#22343E
(34,52,62)
#1E2D35
(30,45,53)
#1A262C
(26,38,44)
#161F23
(22,31,35)
#12181A
(18,24,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #36576B

#36576B
(54,87,107)
#486678
(72,102,120)
#5A7585
(90,117,133)
#6C8492
(108,132,146)
#7E939F
(126,147,159)
#90A2AC
(144,162,172)
#A2B1B9
(162,177,185)
#B4C0C6
(180,192,198)
#C6CFD3
(198,207,211)
#D8DEE0
(216,222,224)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36576B color. Also use rgb(54,87,107) instead hex code.

Text Font Color

.myTextColor { color: #36576B; }

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

This text font color is #36576B.


Background Color

.myBgColor { background-color: #36576B; }

<div style="background-color:#36576B">Inner text</div>

This div background color is #36576B.


Border color

.myBorderColor { border: 1px solid #36576B; }

<div style="border:3px solid #36576B">Div</div>

This div border color is #36576B.


Opacity

.myOpacity80 { color: #36576B; opacity: 0.8; }

<p style="color:#36576B;opacity:0.8;">80%</p>

Text with #36576B 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 #36576B;}

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

This text has shadow with #36576B color.

.textShadow {text-shadow: 3px 3px 1px #36576B, 3px 3px 1px red;}

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

This text has shadow with #36576B primary color and red secondary color.


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

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

This text has shadow with #36576B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36576B on black background.


Color preview on white background

This text has color #36576B on white background.



Black color preview on #36576B background

This text has black color on #36576B background.


White color preview on #36576B background

This text has white color on #36576B background.