COLOR #364747

HEX: #364747 RGB: (54,71,71)

Color info

#364747 contains red, green and blue colors in about the same proportion. Web safe color of #364747 is #333333 (or #333).

RGB color model

#364747 color RGB value is (54,71,71).

RGB: (54,71,71) (21%, 28%, 28%)

RGB channels and saturation

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

54
71
71

R + G + B ~ 26%. #364747 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 71 + 71 = 196 (100%)
R 54 of 196 ~ 27.55%
G 71 of 196 ~ 36.22%
B 71 of 196 ~ 36.22'%

%27.55
%36.22
%36.22

CMYK color model

#364747 color CMYK value is (24,0,0,72).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (24,0,0,72)
C24M0Y0K72 (24%, 0%, 0%, 72%)
(0.24 / 0.00 / 0.00 / 0.72)

CMYK percentages

%23.94
%0
%0
%72.16

Codes

Color #364747 in popluar color models

36 47 47
RGB 54 71 71
HSL 180° 13.60% 24.51%
HSB/HSV 180° 23.94% 27.84%
CMYK 23.94% 0.00% 0.00%
72.16%

Color #364747 in popluar number systems.

HEX 36 47 47
Decimal 54 71 71
Binary 110110 1000111 1000111
Octal 66 107 107

Shades and tints

Shades of #364747

#364747
(54,71,71)
#324141
(50,65,65)
#2E3B3B
(46,59,59)
#2A3535
(42,53,53)
#262F2F
(38,47,47)
#222929
(34,41,41)
#1E2323
(30,35,35)
#1A1D1D
(26,29,29)
#161717
(22,23,23)
#121111
(18,17,17)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #364747

#364747
(54,71,71)
#485757
(72,87,87)
#5A6767
(90,103,103)
#6C7777
(108,119,119)
#7E8787
(126,135,135)
#909797
(144,151,151)
#A2A7A7
(162,167,167)
#B4B7B7
(180,183,183)
#C6C7C7
(198,199,199)
#D8D7D7
(216,215,215)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364747; }

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

This text font color is #364747.

Background Color

.myBgColor { background-color: #364747; }

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

This div background color is #364747.

Border color

.myBorderColor { border: 1px solid #364747; }

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

This div border color is #364747.

Opacity

.myOpacity80 { color: #364747; opacity: 0.8; }

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

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

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

This text has shadow with #364747 color.


.textShadow {text-shadow: 3px 3px 1px #364747', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #364747; -webkit-box-shadow: 1px 1px 3px 2px #364747; box-shadow:1px 1px 3px 2px #364747;">
Div content here
</div>

This div box has shadow with color #364747.

Preview

Color preview on black background

This text has color #364747 on black background.


Color preview on white background

This text has color #364747 on white background.


Black color preview on #364747 background

This text has black color on #364747 background.


White color preview on #364747 background

This text has white color on #364747 background.


Related colors

Complementary color

Complementary color for #hex is #C9B8B8.


I love getcolorcode.com