COLOR #364347

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

54
67
71

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

Portions of RGB colors in percentages

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

%28.13
%34.9
%36.98

CMYK color model

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

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

CMYK percentages

%23.94
%5.63
%0
%72.16

Codes

Color #364347 in popluar color models

364347
RGB546771
HSL194°13.60%24.51%
HSB/HSV194°23.94%27.84%
CMYK23.94%5.63%0.00%
72.16%

Color #364347 in popluar number systems.

HEX364347
Decimal546771
Binary11011010000111000111
Octal66103107

Shades and tints

Shades of #364347

#364347
(54,67,71)
#323D41
(50,61,65)
#2E373B
(46,55,59)
#2A3135
(42,49,53)
#262B2F
(38,43,47)
#222529
(34,37,41)
#1E1F23
(30,31,35)
#1A191D
(26,25,29)
#161317
(22,19,23)
#120D11
(18,13,17)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #364347

#364347
(54,67,71)
#485457
(72,84,87)
#5A6567
(90,101,103)
#6C7677
(108,118,119)
#7E8787
(126,135,135)
#909897
(144,152,151)
#A2A9A7
(162,169,167)
#B4BAB7
(180,186,183)
#C6CBC7
(198,203,199)
#D8DCD7
(216,220,215)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364347; }

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

This text font color is #364347.


Background Color

.myBgColor { background-color: #364347; }

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

This div background color is #364347.


Border color

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

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

This div border color is #364347.


Opacity

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

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

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

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

This text has shadow with #364347 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #364347 on black background.


Color preview on white background

This text has color #364347 on white background.



Black color preview on #364347 background

This text has black color on #364347 background.


White color preview on #364347 background

This text has white color on #364347 background.