COLOR #36595E

HEX: #36595E
RGB: (54,89,94)

Color info

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

RGB color model

#36595E color RGB value is (54,89,94).

  • red value is 54;
  • green value is 89;
  • blue value is 94.
RGB:
(54,89,94)
(21%,35%,37%)

RGB channels and saturation

R 54 of 255 = 21%
G 89 of 255 = 35%
B 94 of 255 = 37%

54
89
94

R + G + B ~ 31%. #36595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 89 + 94 = 237 (100%)
R 54 of 237 ~ 22.78%
G 89 of 237 ~ 37.55%
B 94 of 237 ~ 39.66%

%22.78
%37.55
%39.66

CMYK color model

#36595E color CMYK value is (43,5,0,63).

  • cyan value is 42.55%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(43,5,0,63)
C43M5Y0K63 
(43%,5%,0%,63%)
(0.43/0.05/0.00/0.63)	

CMYK percentages

%42.55
%5.32
%0
%63.14

Codes

Color #36595E in popluar color models

36595E
RGB548994
HSL188°27.03%29.02%
HSB/HSV188°42.55%36.86%
CMYK42.55%5.32%0.00%
63.14%

Color #36595E in popluar number systems.

HEX36595E
Decimal548994
Binary11011010110011011110
Octal66131136

Shades and tints

Shades of #36595E

#36595E
(54,89,94)
#325156
(50,81,86)
#2E494E
(46,73,78)
#2A4146
(42,65,70)
#26393E
(38,57,62)
#223136
(34,49,54)
#1E292E
(30,41,46)
#1A2126
(26,33,38)
#16191E
(22,25,30)
#121116
(18,17,22)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #36595E

#36595E
(54,89,94)
#48686C
(72,104,108)
#5A777A
(90,119,122)
#6C8688
(108,134,136)
#7E9596
(126,149,150)
#90A4A4
(144,164,164)
#A2B3B2
(162,179,178)
#B4C2C0
(180,194,192)
#C6D1CE
(198,209,206)
#D8E0DC
(216,224,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36595E; }

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

This text font color is #36595E.


Background Color

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

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

This div background color is #36595E.


Border color

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

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

This div border color is #36595E.


Opacity

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

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

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

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

This text has shadow with #36595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36595E on black background.


Color preview on white background

This text has color #36595E on white background.



Black color preview on #36595E background

This text has black color on #36595E background.


White color preview on #36595E background

This text has white color on #36595E background.