COLOR #366572

HEX: #366572
RGB: (54,101,114)

Color info

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

RGB color model

#366572 color RGB value is (54,101,114).

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

RGB channels and saturation

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

54
101
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 101 + 114 = 269 (100%)
R 54 of 269 ~ 20.07%
G 101 of 269 ~ 37.55%
B 114 of 269 ~ 42.38%

%20.07
%37.55
%42.38

CMYK color model

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

  • cyan value is 52.63%
  • magenta value is 11.40%
  • 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
%11.4
%0
%55.29

Codes

Color #366572 in popluar color models

366572
RGB54101114
HSL193°35.71%32.94%
HSB/HSV193°52.63%44.71%
CMYK52.63%11.40%0.00%
55.29%

Color #366572 in popluar number systems.

HEX366572
Decimal54101114
Binary11011011001011110010
Octal66145162

Shades and tints

Shades of #366572

#366572
(54,101,114)
#325C68
(50,92,104)
#2E535E
(46,83,94)
#2A4A54
(42,74,84)
#26414A
(38,65,74)
#223840
(34,56,64)
#1E2F36
(30,47,54)
#1A262C
(26,38,44)
#161D22
(22,29,34)
#121418
(18,20,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #366572

#366572
(54,101,114)
#48737E
(72,115,126)
#5A818A
(90,129,138)
#6C8F96
(108,143,150)
#7E9DA2
(126,157,162)
#90ABAE
(144,171,174)
#A2B9BA
(162,185,186)
#B4C7C6
(180,199,198)
#C6D5D2
(198,213,210)
#D8E3DE
(216,227,222)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366572; }

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

This text font color is #366572.


Background Color

.myBgColor { background-color: #366572; }

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

This div background color is #366572.


Border color

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

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

This div border color is #366572.


Opacity

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

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

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

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

This text has shadow with #366572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366572 on black background.


Color preview on white background

This text has color #366572 on white background.



Black color preview on #366572 background

This text has black color on #366572 background.


White color preview on #366572 background

This text has white color on #366572 background.