COLOR #364752

HEX: #364752
RGB: (54,71,82)

Color info

#364752 contains red, green and blue colors in about the same proportion. Web safe color of #364752 is #333366 (or #336).

RGB color model

#364752 color RGB value is (54,71,82).

  • red value is 54;
  • green value is 71;
  • blue value is 82.
RGB:
(54,71,82)
(21%,28%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 82 of 255 = 32%

54
71
82

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

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 82 = 207 (100%)
R 54 of 207 ~ 26.09%
G 71 of 207 ~ 34.3%
B 82 of 207 ~ 39.61%

%26.09
%34.3
%39.61

CMYK color model

#364752 color CMYK value is (34,13,0,68).

  • cyan value is 34.15%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(34,13,0,68)
C34M13Y0K68 
(34%,13%,0%,68%)
(0.34/0.13/0.00/0.68)	

CMYK percentages

%34.15
%13.41
%0
%67.84

Codes

Color #364752 in popluar color models

364752
RGB547182
HSL204°20.59%26.67%
HSB/HSV204°34.15%32.16%
CMYK34.15%13.41%0.00%
67.84%

Color #364752 in popluar number systems.

HEX364752
Decimal547182
Binary11011010001111010010
Octal66107122

Shades and tints

Shades of #364752

#364752
(54,71,82)
#32414B
(50,65,75)
#2E3B44
(46,59,68)
#2A353D
(42,53,61)
#262F36
(38,47,54)
#22292F
(34,41,47)
#1E2328
(30,35,40)
#1A1D21
(26,29,33)
#16171A
(22,23,26)
#121113
(18,17,19)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #364752

#364752
(54,71,82)
#485761
(72,87,97)
#5A6770
(90,103,112)
#6C777F
(108,119,127)
#7E878E
(126,135,142)
#90979D
(144,151,157)
#A2A7AC
(162,167,172)
#B4B7BB
(180,183,187)
#C6C7CA
(198,199,202)
#D8D7D9
(216,215,217)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364752 color. Also use rgb(54,71,82) instead hex code.

Text Font Color

.myTextColor { color: #364752; }

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

This text font color is #364752.


Background Color

.myBgColor { background-color: #364752; }

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

This div background color is #364752.


Border color

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

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

This div border color is #364752.


Opacity

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

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

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

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

This text has shadow with #364752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364752 on black background.


Color preview on white background

This text has color #364752 on white background.



Black color preview on #364752 background

This text has black color on #364752 background.


White color preview on #364752 background

This text has white color on #364752 background.