COLOR #36594B

HEX: #36594B
RGB: (54,89,75)

Color info

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

RGB color model

#36594B color RGB value is (54,89,75).

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

RGB channels and saturation

R 54 of 255 = 21%
G 89 of 255 = 35%
B 75 of 255 = 29%

54
89
75

R + G + B ~ 28%. #36594B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 89 + 75 = 218 (100%)
R 54 of 218 ~ 24.77%
G 89 of 218 ~ 40.83%
B 75 of 218 ~ 34.4%

%24.77
%40.83
%34.4

CMYK color model

#36594B color CMYK value is (39,0,16,65).

  • cyan value is 39.33%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(39,0,16,65)
C39M0Y16K65 
(39%,0%,16%,65%)
(0.39/0.00/0.16/0.65)	

CMYK percentages

%39.33
%0
%15.73
%65.1

Codes

Color #36594B in popluar color models

36594B
RGB548975
HSL156°24.48%28.04%
HSB/HSV156°39.33%34.90%
CMYK39.33%0.00%15.73%
65.10%

Color #36594B in popluar number systems.

HEX36594B
Decimal548975
Binary11011010110011001011
Octal66131113

Shades and tints

Shades of #36594B

#36594B
(54,89,75)
#325145
(50,81,69)
#2E493F
(46,73,63)
#2A4139
(42,65,57)
#263933
(38,57,51)
#22312D
(34,49,45)
#1E2927
(30,41,39)
#1A2121
(26,33,33)
#16191B
(22,25,27)
#121115
(18,17,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #36594B

#36594B
(54,89,75)
#48685B
(72,104,91)
#5A776B
(90,119,107)
#6C867B
(108,134,123)
#7E958B
(126,149,139)
#90A49B
(144,164,155)
#A2B3AB
(162,179,171)
#B4C2BB
(180,194,187)
#C6D1CB
(198,209,203)
#D8E0DB
(216,224,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36594B color. Also use rgb(54,89,75) instead hex code.

Text Font Color

.myTextColor { color: #36594B; }

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

This text font color is #36594B.


Background Color

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

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

This div background color is #36594B.


Border color

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

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

This div border color is #36594B.


Opacity

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

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

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

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

This text has shadow with #36594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36594B on black background.


Color preview on white background

This text has color #36594B on white background.



Black color preview on #36594B background

This text has black color on #36594B background.


White color preview on #36594B background

This text has white color on #36594B background.