COLOR #336770

HEX: #336770
RGB: (51,103,112)

Color info

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

RGB color model

#336770 color RGB value is (51,103,112).

  • red value is 51;
  • green value is 103;
  • blue value is 112.
RGB:
(51,103,112)
(20%,40%,44%)

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 112 of 255 = 44%

51
103
112

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

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 112 = 266 (100%)
R 51 of 266 ~ 19.17%
G 103 of 266 ~ 38.72%
B 112 of 266 ~ 42.11%

%19.17
%38.72
%42.11

CMYK color model

#336770 color CMYK value is (54,8,0,56).

  • cyan value is 54.46%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(54,8,0,56)
C54M8Y0K56 
(54%,8%,0%,56%)
(0.54/0.08/0.00/0.56)	

CMYK percentages

%54.46
%8.04
%0
%56.08

Codes

Color #336770 in popluar color models

336770
RGB51103112
HSL189°37.42%31.96%
HSB/HSV189°54.46%43.92%
CMYK54.46%8.04%0.00%
56.08%

Color #336770 in popluar number systems.

HEX336770
Decimal51103112
Binary11001111001111110000
Octal63147160

Shades and tints

Shades of #336770

#336770
(51,103,112)
#2F5E66
(47,94,102)
#2B555C
(43,85,92)
#274C52
(39,76,82)
#234348
(35,67,72)
#1F3A3E
(31,58,62)
#1B3134
(27,49,52)
#17282A
(23,40,42)
#131F20
(19,31,32)
#0F1616
(15,22,22)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #336770

#336770
(51,103,112)
#45747D
(69,116,125)
#57818A
(87,129,138)
#698E97
(105,142,151)
#7B9BA4
(123,155,164)
#8DA8B1
(141,168,177)
#9FB5BE
(159,181,190)
#B1C2CB
(177,194,203)
#C3CFD8
(195,207,216)
#D5DCE5
(213,220,229)
#E7E9F2
(231,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336770 color. Also use rgb(51,103,112) instead hex code.

Text Font Color

.myTextColor { color: #336770; }

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

This text font color is #336770.


Background Color

.myBgColor { background-color: #336770; }

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

This div background color is #336770.


Border color

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

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

This div border color is #336770.


Opacity

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

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

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

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

This text has shadow with #336770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336770 on black background.


Color preview on white background

This text has color #336770 on white background.



Black color preview on #336770 background

This text has black color on #336770 background.


White color preview on #336770 background

This text has white color on #336770 background.