COLOR #364442

HEX: #364442
RGB: (54,68,66)

Color info

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

RGB color model

#364442 color RGB value is (54,68,66).

  • red value is 54;
  • green value is 68;
  • blue value is 66.
RGB:
(54,68,66)
(21%,27%,26%)

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 66 of 255 = 26%

54
68
66

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

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 66 = 188 (100%)
R 54 of 188 ~ 28.72%
G 68 of 188 ~ 36.17%
B 66 of 188 ~ 35.11%

%28.72
%36.17
%35.11

CMYK color model

#364442 color CMYK value is (21,0,3,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 73.33%
CMYK:
(21,0,3,73)
C21M0Y3K73 
(21%,0%,3%,73%)
(0.21/0.00/0.03/0.73)	

CMYK percentages

%20.59
%0
%2.94
%73.33

Codes

Color #364442 in popluar color models

364442
RGB546866
HSL171°11.48%23.92%
HSB/HSV171°20.59%26.67%
CMYK20.59%0.00%2.94%
73.33%

Color #364442 in popluar number systems.

HEX364442
Decimal546866
Binary11011010001001000010
Octal66104102

Shades and tints

Shades of #364442

#364442
(54,68,66)
#323E3C
(50,62,60)
#2E3836
(46,56,54)
#2A3230
(42,50,48)
#262C2A
(38,44,42)
#222624
(34,38,36)
#1E201E
(30,32,30)
#1A1A18
(26,26,24)
#161412
(22,20,18)
#120E0C
(18,14,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #364442

#364442
(54,68,66)
#485553
(72,85,83)
#5A6664
(90,102,100)
#6C7775
(108,119,117)
#7E8886
(126,136,134)
#909997
(144,153,151)
#A2AAA8
(162,170,168)
#B4BBB9
(180,187,185)
#C6CCCA
(198,204,202)
#D8DDDB
(216,221,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364442 color. Also use rgb(54,68,66) instead hex code.

Text Font Color

.myTextColor { color: #364442; }

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

This text font color is #364442.


Background Color

.myBgColor { background-color: #364442; }

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

This div background color is #364442.


Border color

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

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

This div border color is #364442.


Opacity

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

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

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

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

This text has shadow with #364442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364442 on black background.


Color preview on white background

This text has color #364442 on white background.



Black color preview on #364442 background

This text has black color on #364442 background.


White color preview on #364442 background

This text has white color on #364442 background.