COLOR #336572

HEX: #336572
RGB: (51,101,114)

Color info

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

RGB color model

#336572 color RGB value is (51,101,114).

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

RGB channels and saturation

R 51 of 255 = 20%
G 101 of 255 = 40%
B 114 of 255 = 45%

51
101
114

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

Portions of RGB colors in percentages

R + G + B =
51 + 101 + 114 = 266 (100%)
R 51 of 266 ~ 19.17%
G 101 of 266 ~ 37.97%
B 114 of 266 ~ 42.86%

%19.17
%37.97
%42.86

CMYK color model

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

  • cyan value is 55.26%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(55,11,0,55)
C55M11Y0K55 
(55%,11%,0%,55%)
(0.55/0.11/0.00/0.55)	

CMYK percentages

%55.26
%11.4
%0
%55.29

Codes

Color #336572 in popluar color models

336572
RGB51101114
HSL192°38.18%32.35%
HSB/HSV192°55.26%44.71%
CMYK55.26%11.40%0.00%
55.29%

Color #336572 in popluar number systems.

HEX336572
Decimal51101114
Binary11001111001011110010
Octal63145162

Shades and tints

Shades of #336572

#336572
(51,101,114)
#2F5C68
(47,92,104)
#2B535E
(43,83,94)
#274A54
(39,74,84)
#23414A
(35,65,74)
#1F3840
(31,56,64)
#1B2F36
(27,47,54)
#17262C
(23,38,44)
#131D22
(19,29,34)
#0F1418
(15,20,24)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #336572

#336572
(51,101,114)
#45737E
(69,115,126)
#57818A
(87,129,138)
#698F96
(105,143,150)
#7B9DA2
(123,157,162)
#8DABAE
(141,171,174)
#9FB9BA
(159,185,186)
#B1C7C6
(177,199,198)
#C3D5D2
(195,213,210)
#D5E3DE
(213,227,222)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336572; }

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

This text font color is #336572.


Background Color

.myBgColor { background-color: #336572; }

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

This div background color is #336572.


Border color

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

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

This div border color is #336572.


Opacity

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

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

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

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

This text has shadow with #336572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336572 on black background.


Color preview on white background

This text has color #336572 on white background.



Black color preview on #336572 background

This text has black color on #336572 background.


White color preview on #336572 background

This text has white color on #336572 background.