COLOR #36474E

HEX: #36474E
RGB: (54,71,78)

Color info

#36474E contains red, green and blue colors in about the same proportion. Web safe color of #36474E is #333366 (or #336).

RGB color model

#36474E color RGB value is (54,71,78).

  • red value is 54;
  • green value is 71;
  • blue value is 78.
RGB:
(54,71,78)
(21%,28%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 78 of 255 = 31%

54
71
78

R + G + B ~ 27%. #36474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 78 = 203 (100%)
R 54 of 203 ~ 26.6%
G 71 of 203 ~ 34.98%
B 78 of 203 ~ 38.42%

%26.6
%34.98
%38.42

CMYK color model

#36474E color CMYK value is (31,9,0,69).

  • cyan value is 30.77%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(31,9,0,69)
C31M9Y0K69 
(31%,9%,0%,69%)
(0.31/0.09/0.00/0.69)	

CMYK percentages

%30.77
%8.97
%0
%69.41

Codes

Color #36474E in popluar color models

36474E
RGB547178
HSL198°18.18%25.88%
HSB/HSV198°30.77%30.59%
CMYK30.77%8.97%0.00%
69.41%

Color #36474E in popluar number systems.

HEX36474E
Decimal547178
Binary11011010001111001110
Octal66107116

Shades and tints

Shades of #36474E

#36474E
(54,71,78)
#324147
(50,65,71)
#2E3B40
(46,59,64)
#2A3539
(42,53,57)
#262F32
(38,47,50)
#22292B
(34,41,43)
#1E2324
(30,35,36)
#1A1D1D
(26,29,29)
#161716
(22,23,22)
#12110F
(18,17,15)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #36474E

#36474E
(54,71,78)
#48575E
(72,87,94)
#5A676E
(90,103,110)
#6C777E
(108,119,126)
#7E878E
(126,135,142)
#90979E
(144,151,158)
#A2A7AE
(162,167,174)
#B4B7BE
(180,183,190)
#C6C7CE
(198,199,206)
#D8D7DE
(216,215,222)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36474E color. Also use rgb(54,71,78) instead hex code.

Text Font Color

.myTextColor { color: #36474E; }

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

This text font color is #36474E.


Background Color

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

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

This div background color is #36474E.


Border color

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

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

This div border color is #36474E.


Opacity

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

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

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

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

This text has shadow with #36474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36474E on black background.


Color preview on white background

This text has color #36474E on white background.



Black color preview on #36474E background

This text has black color on #36474E background.


White color preview on #36474E background

This text has white color on #36474E background.