COLOR #364A3C

HEX: #364A3C
RGB: (54,74,60)

Color info

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

RGB color model

#364A3C color RGB value is (54,74,60).

  • red value is 54;
  • green value is 74;
  • blue value is 60.
RGB:
(54,74,60)
(21%,29%,24%)

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 60 of 255 = 24%

54
74
60

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

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 60 = 188 (100%)
R 54 of 188 ~ 28.72%
G 74 of 188 ~ 39.36%
B 60 of 188 ~ 31.91%

%28.72
%39.36
%31.91

CMYK color model

#364A3C color CMYK value is (27,0,19,71).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%
CMYK:
(27,0,19,71)
C27M0Y19K71 
(27%,0%,19%,71%)
(0.27/0.00/0.19/0.71)	

CMYK percentages

%27.03
%0
%18.92
%70.98

Codes

Color #364A3C in popluar color models

364A3C
RGB547460
HSL138°15.63%25.10%
HSB/HSV138°27.03%29.02%
CMYK27.03%0.00%18.92%
70.98%

Color #364A3C in popluar number systems.

HEX364A3C
Decimal547460
Binary1101101001010111100
Octal6611274

Shades and tints

Shades of #364A3C

#364A3C
(54,74,60)
#324437
(50,68,55)
#2E3E32
(46,62,50)
#2A382D
(42,56,45)
#263228
(38,50,40)
#222C23
(34,44,35)
#1E261E
(30,38,30)
#1A2019
(26,32,25)
#161A14
(22,26,20)
#12140F
(18,20,15)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #364A3C

#364A3C
(54,74,60)
#485A4D
(72,90,77)
#5A6A5E
(90,106,94)
#6C7A6F
(108,122,111)
#7E8A80
(126,138,128)
#909A91
(144,154,145)
#A2AAA2
(162,170,162)
#B4BAB3
(180,186,179)
#C6CAC4
(198,202,196)
#D8DAD5
(216,218,213)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364A3C color. Also use rgb(54,74,60) instead hex code.

Text Font Color

.myTextColor { color: #364A3C; }

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

This text font color is #364A3C.


Background Color

.myBgColor { background-color: #364A3C; }

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

This div background color is #364A3C.


Border color

.myBorderColor { border: 1px solid #364A3C; }

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

This div border color is #364A3C.


Opacity

.myOpacity80 { color: #364A3C; opacity: 0.8; }

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

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

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

This text has shadow with #364A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364A3C on black background.


Color preview on white background

This text has color #364A3C on white background.



Black color preview on #364A3C background

This text has black color on #364A3C background.


White color preview on #364A3C background

This text has white color on #364A3C background.