COLOR #336670

HEX: #336670
RGB: (51,102,112)

Color info

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

RGB color model

#336670 color RGB value is (51,102,112).

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

RGB channels and saturation

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

51
102
112

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

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 112 = 265 (100%)
R 51 of 265 ~ 19.25%
G 102 of 265 ~ 38.49%
B 112 of 265 ~ 42.26%

%19.25
%38.49
%42.26

CMYK color model

#336670 color CMYK value is (54,9,0,56).

  • cyan value is 54.46%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(54,9,0,56)
C54M9Y0K56 
(54%,9%,0%,56%)
(0.54/0.09/0.00/0.56)	

CMYK percentages

%54.46
%8.93
%0
%56.08

Codes

Color #336670 in popluar color models

336670
RGB51102112
HSL190°37.42%31.96%
HSB/HSV190°54.46%43.92%
CMYK54.46%8.93%0.00%
56.08%

Color #336670 in popluar number systems.

HEX336670
Decimal51102112
Binary11001111001101110000
Octal63146160

Shades and tints

Shades of #336670

#336670
(51,102,112)
#2F5D66
(47,93,102)
#2B545C
(43,84,92)
#274B52
(39,75,82)
#234248
(35,66,72)
#1F393E
(31,57,62)
#1B3034
(27,48,52)
#17272A
(23,39,42)
#131E20
(19,30,32)
#0F1516
(15,21,22)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #336670

#336670
(51,102,112)
#45737D
(69,115,125)
#57808A
(87,128,138)
#698D97
(105,141,151)
#7B9AA4
(123,154,164)
#8DA7B1
(141,167,177)
#9FB4BE
(159,180,190)
#B1C1CB
(177,193,203)
#C3CED8
(195,206,216)
#D5DBE5
(213,219,229)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336670; }

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

This text font color is #336670.


Background Color

.myBgColor { background-color: #336670; }

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

This div background color is #336670.


Border color

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

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

This div border color is #336670.


Opacity

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

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

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

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

This text has shadow with #336670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336670 on black background.


Color preview on white background

This text has color #336670 on white background.



Black color preview on #336670 background

This text has black color on #336670 background.


White color preview on #336670 background

This text has white color on #336670 background.