COLOR #364C4A

HEX: #364C4A
RGB: (54,76,74)

Color info

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

RGB color model

#364C4A color RGB value is (54,76,74).

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

RGB channels and saturation

R 54 of 255 = 21%
G 76 of 255 = 30%
B 74 of 255 = 29%

54
76
74

R + G + B ~ 27%. #364C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 74 = 204 (100%)
R 54 of 204 ~ 26.47%
G 76 of 204 ~ 37.25%
B 74 of 204 ~ 36.27%

%26.47
%37.25
%36.27

CMYK color model

#364C4A color CMYK value is (29,0,3,70).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK: (29,0,3,70) C29M0Y3K70 (29%,0%,3%,70%) (0.29/0.00/0.03/0.70)

CMYK percentages

%28.95
%0
%2.63
%70.2

Codes

Color #364C4A in popluar color models

364C4A
RGB547674
HSL175°16.92%25.49%
HSB/HSV175°28.95%29.80%
CMYK28.95%0.00%2.63%
70.20%

Color #364C4A in popluar number systems.

HEX364C4A
Decimal547674
Binary11011010011001001010
Octal66114112

Shades and tints

Shades of #364C4A

#364C4A
(54,76,74)
#324644
(50,70,68)
#2E403E
(46,64,62)
#2A3A38
(42,58,56)
#263432
(38,52,50)
#222E2C
(34,46,44)
#1E2826
(30,40,38)
#1A2220
(26,34,32)
#161C1A
(22,28,26)
#121614
(18,22,20)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #364C4A

#364C4A
(54,76,74)
#485C5A
(72,92,90)
#5A6C6A
(90,108,106)
#6C7C7A
(108,124,122)
#7E8C8A
(126,140,138)
#909C9A
(144,156,154)
#A2ACAA
(162,172,170)
#B4BCBA
(180,188,186)
#C6CCCA
(198,204,202)
#D8DCDA
(216,220,218)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364C4A; }

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

This text font color is #364C4A.


Background Color

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

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

This div background color is #364C4A.


Border color

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

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

This div border color is #364C4A.


Opacity

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

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

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

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

This text has shadow with #364C4A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #364C4A on black background.


Color preview on white background

This text has color #364C4A on white background.



Black color preview on #364C4A background

This text has black color on #364C4A background.


White color preview on #364C4A background

This text has white color on #364C4A background.