COLOR #364A4D

HEX: #364A4D
RGB: (54,74,77)

Color info

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

RGB color model

#364A4D color RGB value is (54,74,77).

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

RGB channels and saturation

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

54
74
77

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

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 77 = 205 (100%)
R 54 of 205 ~ 26.34%
G 74 of 205 ~ 36.1%
B 77 of 205 ~ 37.56%

%26.34
%36.1
%37.56

CMYK color model

#364A4D color CMYK value is (30,4,0,70).

  • cyan value is 29.87%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(30,4,0,70)
C30M4Y0K70 
(30%,4%,0%,70%)
(0.30/0.04/0.00/0.70)	

CMYK percentages

%29.87
%3.9
%0
%69.8

Codes

Color #364A4D in popluar color models

364A4D
RGB547477
HSL188°17.56%25.69%
HSB/HSV188°29.87%30.20%
CMYK29.87%3.90%0.00%
69.80%

Color #364A4D in popluar number systems.

HEX364A4D
Decimal547477
Binary11011010010101001101
Octal66112115

Shades and tints

Shades of #364A4D

#364A4D
(54,74,77)
#324446
(50,68,70)
#2E3E3F
(46,62,63)
#2A3838
(42,56,56)
#263231
(38,50,49)
#222C2A
(34,44,42)
#1E2623
(30,38,35)
#1A201C
(26,32,28)
#161A15
(22,26,21)
#12140E
(18,20,14)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #364A4D

#364A4D
(54,74,77)
#485A5D
(72,90,93)
#5A6A6D
(90,106,109)
#6C7A7D
(108,122,125)
#7E8A8D
(126,138,141)
#909A9D
(144,154,157)
#A2AAAD
(162,170,173)
#B4BABD
(180,186,189)
#C6CACD
(198,202,205)
#D8DADD
(216,218,221)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364A4D; }

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

This text font color is #364A4D.


Background Color

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

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

This div background color is #364A4D.


Border color

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

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

This div border color is #364A4D.


Opacity

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

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

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

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

This text has shadow with #364A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364A4D on black background.


Color preview on white background

This text has color #364A4D on white background.



Black color preview on #364A4D background

This text has black color on #364A4D background.


White color preview on #364A4D background

This text has white color on #364A4D background.