COLOR #364746

HEX: #364746
RGB: (54,71,70)

Color info

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

RGB color model

#364746 color RGB value is (54,71,70).

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

RGB channels and saturation

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

54
71
70

R + G + B ~ 25%. #364746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 70 = 195 (100%)
R 54 of 195 ~ 27.69%
G 71 of 195 ~ 36.41%
B 70 of 195 ~ 35.9%

%27.69
%36.41
%35.9

CMYK color model

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

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(24,0,1,72)
C24M0Y1K72 
(24%,0%,1%,72%)
(0.24/0.00/0.01/0.72)	

CMYK percentages

%23.94
%0
%1.41
%72.16

Codes

Color #364746 in popluar color models

364746
RGB547170
HSL176°13.60%24.51%
HSB/HSV176°23.94%27.84%
CMYK23.94%0.00%1.41%
72.16%

Color #364746 in popluar number systems.

HEX364746
Decimal547170
Binary11011010001111000110
Octal66107106

Shades and tints

Shades of #364746

#364746
(54,71,70)
#324140
(50,65,64)
#2E3B3A
(46,59,58)
#2A3534
(42,53,52)
#262F2E
(38,47,46)
#222928
(34,41,40)
#1E2322
(30,35,34)
#1A1D1C
(26,29,28)
#161716
(22,23,22)
#121110
(18,17,16)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #364746

#364746
(54,71,70)
#485756
(72,87,86)
#5A6766
(90,103,102)
#6C7776
(108,119,118)
#7E8786
(126,135,134)
#909796
(144,151,150)
#A2A7A6
(162,167,166)
#B4B7B6
(180,183,182)
#C6C7C6
(198,199,198)
#D8D7D6
(216,215,214)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364746; }

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

This text font color is #364746.


Background Color

.myBgColor { background-color: #364746; }

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

This div background color is #364746.


Border color

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

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

This div border color is #364746.


Opacity

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

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

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

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

This text has shadow with #364746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364746 on black background.


Color preview on white background

This text has color #364746 on white background.



Black color preview on #364746 background

This text has black color on #364746 background.


White color preview on #364746 background

This text has white color on #364746 background.