COLOR #366672

HEX: #366672
RGB: (54,102,114)

Color info

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

RGB color model

#366672 color RGB value is (54,102,114).

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

RGB channels and saturation

R 54 of 255 = 21%
G 102 of 255 = 40%
B 114 of 255 = 45%

54
102
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 102 + 114 = 270 (100%)
R 54 of 270 ~ 20%
G 102 of 270 ~ 37.78%
B 114 of 270 ~ 42.22%

%20
%37.78
%42.22

CMYK color model

#366672 color CMYK value is (53,11,0,55).

  • cyan value is 52.63%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,11,0,55)
C53M11Y0K55 
(53%,11%,0%,55%)
(0.53/0.11/0.00/0.55)	

CMYK percentages

%52.63
%10.53
%0
%55.29

Codes

Color #366672 in popluar color models

366672
RGB54102114
HSL192°35.71%32.94%
HSB/HSV192°52.63%44.71%
CMYK52.63%10.53%0.00%
55.29%

Color #366672 in popluar number systems.

HEX366672
Decimal54102114
Binary11011011001101110010
Octal66146162

Shades and tints

Shades of #366672

#366672
(54,102,114)
#325D68
(50,93,104)
#2E545E
(46,84,94)
#2A4B54
(42,75,84)
#26424A
(38,66,74)
#223940
(34,57,64)
#1E3036
(30,48,54)
#1A272C
(26,39,44)
#161E22
(22,30,34)
#121518
(18,21,24)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #366672

#366672
(54,102,114)
#48737E
(72,115,126)
#5A808A
(90,128,138)
#6C8D96
(108,141,150)
#7E9AA2
(126,154,162)
#90A7AE
(144,167,174)
#A2B4BA
(162,180,186)
#B4C1C6
(180,193,198)
#C6CED2
(198,206,210)
#D8DBDE
(216,219,222)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366672; }

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

This text font color is #366672.


Background Color

.myBgColor { background-color: #366672; }

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

This div background color is #366672.


Border color

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

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

This div border color is #366672.


Opacity

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

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

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

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

This text has shadow with #366672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366672 on black background.


Color preview on white background

This text has color #366672 on white background.



Black color preview on #366672 background

This text has black color on #366672 background.


White color preview on #366672 background

This text has white color on #366672 background.