COLOR #364847

HEX: #364847
RGB: (54,72,71)

Color info

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

RGB color model

#364847 color RGB value is (54,72,71).

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

RGB channels and saturation

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

54
72
71

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

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 71 = 197 (100%)
R 54 of 197 ~ 27.41%
G 72 of 197 ~ 36.55%
B 71 of 197 ~ 36.04%

%27.41
%36.55
%36.04

CMYK color model

#364847 color CMYK value is (25,0,1,72).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(25,0,1,72)
C25M0Y1K72 
(25%,0%,1%,72%)
(0.25/0.00/0.01/0.72)	

CMYK percentages

%25
%0
%1.39
%71.76

Codes

Color #364847 in popluar color models

364847
RGB547271
HSL177°14.29%24.71%
HSB/HSV177°25.00%28.24%
CMYK25.00%0.00%1.39%
71.76%

Color #364847 in popluar number systems.

HEX364847
Decimal547271
Binary11011010010001000111
Octal66110107

Shades and tints

Shades of #364847

#364847
(54,72,71)
#324241
(50,66,65)
#2E3C3B
(46,60,59)
#2A3635
(42,54,53)
#26302F
(38,48,47)
#222A29
(34,42,41)
#1E2423
(30,36,35)
#1A1E1D
(26,30,29)
#161817
(22,24,23)
#121211
(18,18,17)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #364847

#364847
(54,72,71)
#485857
(72,88,87)
#5A6867
(90,104,103)
#6C7877
(108,120,119)
#7E8887
(126,136,135)
#909897
(144,152,151)
#A2A8A7
(162,168,167)
#B4B8B7
(180,184,183)
#C6C8C7
(198,200,199)
#D8D8D7
(216,216,215)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364847; }

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

This text font color is #364847.


Background Color

.myBgColor { background-color: #364847; }

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

This div background color is #364847.


Border color

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

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

This div border color is #364847.


Opacity

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

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

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

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

This text has shadow with #364847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364847 on black background.


Color preview on white background

This text has color #364847 on white background.



Black color preview on #364847 background

This text has black color on #364847 background.


White color preview on #364847 background

This text has white color on #364847 background.