COLOR #366272

HEX: #366272
RGB: (54,98,114)

Color info

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

RGB color model

#366272 color RGB value is (54,98,114).

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

RGB channels and saturation

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

54
98
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 98 + 114 = 266 (100%)
R 54 of 266 ~ 20.3%
G 98 of 266 ~ 36.84%
B 114 of 266 ~ 42.86%

%20.3
%36.84
%42.86

CMYK color model

#366272 color CMYK value is (53,14,0,55).

  • cyan value is 52.63%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(53,14,0,55)
C53M14Y0K55 
(53%,14%,0%,55%)
(0.53/0.14/0.00/0.55)	

CMYK percentages

%52.63
%14.04
%0
%55.29

Codes

Color #366272 in popluar color models

366272
RGB5498114
HSL196°35.71%32.94%
HSB/HSV196°52.63%44.71%
CMYK52.63%14.04%0.00%
55.29%

Color #366272 in popluar number systems.

HEX366272
Decimal5498114
Binary11011011000101110010
Octal66142162

Shades and tints

Shades of #366272

#366272
(54,98,114)
#325A68
(50,90,104)
#2E525E
(46,82,94)
#2A4A54
(42,74,84)
#26424A
(38,66,74)
#223A40
(34,58,64)
#1E3236
(30,50,54)
#1A2A2C
(26,42,44)
#162222
(22,34,34)
#121A18
(18,26,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #366272

#366272
(54,98,114)
#48707E
(72,112,126)
#5A7E8A
(90,126,138)
#6C8C96
(108,140,150)
#7E9AA2
(126,154,162)
#90A8AE
(144,168,174)
#A2B6BA
(162,182,186)
#B4C4C6
(180,196,198)
#C6D2D2
(198,210,210)
#D8E0DE
(216,224,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366272; }

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

This text font color is #366272.


Background Color

.myBgColor { background-color: #366272; }

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

This div background color is #366272.


Border color

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

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

This div border color is #366272.


Opacity

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

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

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

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

This text has shadow with #366272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366272 on black background.


Color preview on white background

This text has color #366272 on white background.



Black color preview on #366272 background

This text has black color on #366272 background.


White color preview on #366272 background

This text has white color on #366272 background.