COLOR #36616D

HEX: #36616D
RGB: (54,97,109)

Color info

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

RGB color model

#36616D color RGB value is (54,97,109).

  • red value is 54;
  • green value is 97;
  • blue value is 109.
RGB:
(54,97,109)
(21%,38%,43%)

RGB channels and saturation

R 54 of 255 = 21%
G 97 of 255 = 38%
B 109 of 255 = 43%

54
97
109

R + G + B ~ 34%. #36616D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 97 + 109 = 260 (100%)
R 54 of 260 ~ 20.77%
G 97 of 260 ~ 37.31%
B 109 of 260 ~ 41.92%

%20.77
%37.31
%41.92

CMYK color model

#36616D color CMYK value is (50,11,0,57).

  • cyan value is 50.46%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,11,0,57)
C50M11Y0K57 
(50%,11%,0%,57%)
(0.50/0.11/0.00/0.57)	

CMYK percentages

%50.46
%11.01
%0
%57.25

Codes

Color #36616D in popluar color models

36616D
RGB5497109
HSL193°33.74%31.96%
HSB/HSV193°50.46%42.75%
CMYK50.46%11.01%0.00%
57.25%

Color #36616D in popluar number systems.

HEX36616D
Decimal5497109
Binary11011011000011101101
Octal66141155

Shades and tints

Shades of #36616D

#36616D
(54,97,109)
#325964
(50,89,100)
#2E515B
(46,81,91)
#2A4952
(42,73,82)
#264149
(38,65,73)
#223940
(34,57,64)
#1E3137
(30,49,55)
#1A292E
(26,41,46)
#162125
(22,33,37)
#12191C
(18,25,28)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #36616D

#36616D
(54,97,109)
#486F7A
(72,111,122)
#5A7D87
(90,125,135)
#6C8B94
(108,139,148)
#7E99A1
(126,153,161)
#90A7AE
(144,167,174)
#A2B5BB
(162,181,187)
#B4C3C8
(180,195,200)
#C6D1D5
(198,209,213)
#D8DFE2
(216,223,226)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36616D color. Also use rgb(54,97,109) instead hex code.

Text Font Color

.myTextColor { color: #36616D; }

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

This text font color is #36616D.


Background Color

.myBgColor { background-color: #36616D; }

<div style="background-color:#36616D">Inner text</div>

This div background color is #36616D.


Border color

.myBorderColor { border: 1px solid #36616D; }

<div style="border:3px solid #36616D">Div</div>

This div border color is #36616D.


Opacity

.myOpacity80 { color: #36616D; opacity: 0.8; }

<p style="color:#36616D;opacity:0.8;">80%</p>

Text with #36616D 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 #36616D;}

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

This text has shadow with #36616D color.

.textShadow {text-shadow: 3px 3px 1px #36616D, 3px 3px 1px red;}

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

This text has shadow with #36616D primary color and red secondary color.


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

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

This text has shadow with #36616D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36616D on black background.


Color preview on white background

This text has color #36616D on white background.



Black color preview on #36616D background

This text has black color on #36616D background.


White color preview on #36616D background

This text has white color on #36616D background.