COLOR #364942

HEX: #364942
RGB: (54,73,66)

Color info

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

RGB color model

#364942 color RGB value is (54,73,66).

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

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 66 of 255 = 26%

54
73
66

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

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 66 = 193 (100%)
R 54 of 193 ~ 27.98%
G 73 of 193 ~ 37.82%
B 66 of 193 ~ 34.2%

%27.98
%37.82
%34.2

CMYK color model

#364942 color CMYK value is (26,0,10,71).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(26,0,10,71)
C26M0Y10K71 
(26%,0%,10%,71%)
(0.26/0.00/0.10/0.71)	

CMYK percentages

%26.03
%0
%9.59
%71.37

Codes

Color #364942 in popluar color models

364942
RGB547366
HSL158°14.96%24.90%
HSB/HSV158°26.03%28.63%
CMYK26.03%0.00%9.59%
71.37%

Color #364942 in popluar number systems.

HEX364942
Decimal547366
Binary11011010010011000010
Octal66111102

Shades and tints

Shades of #364942

#364942
(54,73,66)
#32433C
(50,67,60)
#2E3D36
(46,61,54)
#2A3730
(42,55,48)
#26312A
(38,49,42)
#222B24
(34,43,36)
#1E251E
(30,37,30)
#1A1F18
(26,31,24)
#161912
(22,25,18)
#12130C
(18,19,12)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #364942

#364942
(54,73,66)
#485953
(72,89,83)
#5A6964
(90,105,100)
#6C7975
(108,121,117)
#7E8986
(126,137,134)
#909997
(144,153,151)
#A2A9A8
(162,169,168)
#B4B9B9
(180,185,185)
#C6C9CA
(198,201,202)
#D8D9DB
(216,217,219)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364942; }

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

This text font color is #364942.


Background Color

.myBgColor { background-color: #364942; }

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

This div background color is #364942.


Border color

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

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

This div border color is #364942.


Opacity

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

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

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

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

This text has shadow with #364942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364942 on black background.


Color preview on white background

This text has color #364942 on white background.



Black color preview on #364942 background

This text has black color on #364942 background.


White color preview on #364942 background

This text has white color on #364942 background.