COLOR #366072

HEX: #366072
RGB: (54,96,114)

Color info

#366072 contains mainly green and blue colors. Web safe color of #366072 is #336666 (or #366).

RGB color model

#366072 color RGB value is (54,96,114).

  • red value is 54;
  • green value is 96;
  • blue value is 114.
RGB:
(54,96,114)
(21%,38%,45%)

RGB channels and saturation

R 54 of 255 = 21%
G 96 of 255 = 38%
B 114 of 255 = 45%

54
96
114

R + G + B ~ 35%. #366072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 96 + 114 = 264 (100%)
R 54 of 264 ~ 20.45%
G 96 of 264 ~ 36.36%
B 114 of 264 ~ 43.18%

%20.45
%36.36
%43.18

CMYK color model

#366072 color CMYK value is (53,16,0,55).

  • cyan value is 52.63%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,16,0,55)
C53M16Y0K55 
(53%,16%,0%,55%)
(0.53/0.16/0.00/0.55)	

CMYK percentages

%52.63
%15.79
%0
%55.29

Codes

Color #366072 in popluar color models

366072
RGB5496114
HSL198°35.71%32.94%
HSB/HSV198°52.63%44.71%
CMYK52.63%15.79%0.00%
55.29%

Color #366072 in popluar number systems.

HEX366072
Decimal5496114
Binary11011011000001110010
Octal66140162

Shades and tints

Shades of #366072

#366072
(54,96,114)
#325868
(50,88,104)
#2E505E
(46,80,94)
#2A4854
(42,72,84)
#26404A
(38,64,74)
#223840
(34,56,64)
#1E3036
(30,48,54)
#1A282C
(26,40,44)
#162022
(22,32,34)
#121818
(18,24,24)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #366072

#366072
(54,96,114)
#486E7E
(72,110,126)
#5A7C8A
(90,124,138)
#6C8A96
(108,138,150)
#7E98A2
(126,152,162)
#90A6AE
(144,166,174)
#A2B4BA
(162,180,186)
#B4C2C6
(180,194,198)
#C6D0D2
(198,208,210)
#D8DEDE
(216,222,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366072 color. Also use rgb(54,96,114) instead hex code.

Text Font Color

.myTextColor { color: #366072; }

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

This text font color is #366072.


Background Color

.myBgColor { background-color: #366072; }

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

This div background color is #366072.


Border color

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

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

This div border color is #366072.


Opacity

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

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

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

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

This text has shadow with #366072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366072 on black background.


Color preview on white background

This text has color #366072 on white background.



Black color preview on #366072 background

This text has black color on #366072 background.


White color preview on #366072 background

This text has white color on #366072 background.