COLOR #364348

HEX: #364348
RGB: (54,67,72)

Color info

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

RGB color model

#364348 color RGB value is (54,67,72).

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

RGB channels and saturation

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

54
67
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 67 + 72 = 193 (100%)
R 54 of 193 ~ 27.98%
G 67 of 193 ~ 34.72%
B 72 of 193 ~ 37.31%

%27.98
%34.72
%37.31

CMYK color model

#364348 color CMYK value is (25,7,0,72).

  • cyan value is 25.00%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(25,7,0,72)
C25M7Y0K72 
(25%,7%,0%,72%)
(0.25/0.07/0.00/0.72)	

CMYK percentages

%25
%6.94
%0
%71.76

Codes

Color #364348 in popluar color models

364348
RGB546772
HSL197°14.29%24.71%
HSB/HSV197°25.00%28.24%
CMYK25.00%6.94%0.00%
71.76%

Color #364348 in popluar number systems.

HEX364348
Decimal546772
Binary11011010000111001000
Octal66103110

Shades and tints

Shades of #364348

#364348
(54,67,72)
#323D42
(50,61,66)
#2E373C
(46,55,60)
#2A3136
(42,49,54)
#262B30
(38,43,48)
#22252A
(34,37,42)
#1E1F24
(30,31,36)
#1A191E
(26,25,30)
#161318
(22,19,24)
#120D12
(18,13,18)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #364348

#364348
(54,67,72)
#485458
(72,84,88)
#5A6568
(90,101,104)
#6C7678
(108,118,120)
#7E8788
(126,135,136)
#909898
(144,152,152)
#A2A9A8
(162,169,168)
#B4BAB8
(180,186,184)
#C6CBC8
(198,203,200)
#D8DCD8
(216,220,216)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364348; }

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

This text font color is #364348.


Background Color

.myBgColor { background-color: #364348; }

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

This div background color is #364348.


Border color

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

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

This div border color is #364348.


Opacity

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

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

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

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

This text has shadow with #364348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364348 on black background.


Color preview on white background

This text has color #364348 on white background.



Black color preview on #364348 background

This text has black color on #364348 background.


White color preview on #364348 background

This text has white color on #364348 background.