COLOR #364743

HEX: #364743
RGB: (54,71,67)

Color info

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

RGB color model

#364743 color RGB value is (54,71,67).

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

RGB channels and saturation

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

54
71
67

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

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 67 = 192 (100%)
R 54 of 192 ~ 28.13%
G 71 of 192 ~ 36.98%
B 67 of 192 ~ 34.9%

%28.13
%36.98
%34.9

CMYK color model

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

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 72.16%
CMYK:
(24,0,6,72)
C24M0Y6K72 
(24%,0%,6%,72%)
(0.24/0.00/0.06/0.72)	

CMYK percentages

%23.94
%0
%5.63
%72.16

Codes

Color #364743 in popluar color models

364743
RGB547167
HSL166°13.60%24.51%
HSB/HSV166°23.94%27.84%
CMYK23.94%0.00%5.63%
72.16%

Color #364743 in popluar number systems.

HEX364743
Decimal547167
Binary11011010001111000011
Octal66107103

Shades and tints

Shades of #364743

#364743
(54,71,67)
#32413D
(50,65,61)
#2E3B37
(46,59,55)
#2A3531
(42,53,49)
#262F2B
(38,47,43)
#222925
(34,41,37)
#1E231F
(30,35,31)
#1A1D19
(26,29,25)
#161713
(22,23,19)
#12110D
(18,17,13)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #364743

#364743
(54,71,67)
#485754
(72,87,84)
#5A6765
(90,103,101)
#6C7776
(108,119,118)
#7E8787
(126,135,135)
#909798
(144,151,152)
#A2A7A9
(162,167,169)
#B4B7BA
(180,183,186)
#C6C7CB
(198,199,203)
#D8D7DC
(216,215,220)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364743; }

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

This text font color is #364743.


Background Color

.myBgColor { background-color: #364743; }

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

This div background color is #364743.


Border color

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

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

This div border color is #364743.


Opacity

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

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

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

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

This text has shadow with #364743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364743 on black background.


Color preview on white background

This text has color #364743 on white background.



Black color preview on #364743 background

This text has black color on #364743 background.


White color preview on #364743 background

This text has white color on #364743 background.