COLOR #336D68

HEX: #336D68
RGB: (51,109,104)

Color info

#336D68 contains red, green and blue colors in about the same proportion. Web safe color of #336D68 is #336666 (or #366).

RGB color model

#336D68 color RGB value is (51,109,104).

  • red value is 51;
  • green value is 109;
  • blue value is 104.
RGB:
(51,109,104)
(20%,43%,41%)

RGB channels and saturation

R 51 of 255 = 20%
G 109 of 255 = 43%
B 104 of 255 = 41%

51
109
104

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

Portions of RGB colors in percentages

R + G + B =
51 + 109 + 104 = 264 (100%)
R 51 of 264 ~ 19.32%
G 109 of 264 ~ 41.29%
B 104 of 264 ~ 39.39%

%19.32
%41.29
%39.39

CMYK color model

#336D68 color CMYK value is (53,0,5,57).

  • cyan value is 53.21%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%
CMYK:
(53,0,5,57)
C53M0Y5K57 
(53%,0%,5%,57%)
(0.53/0.00/0.05/0.57)	

CMYK percentages

%53.21
%0
%4.59
%57.25

Codes

Color #336D68 in popluar color models

336D68
RGB51109104
HSL175°36.25%31.37%
HSB/HSV175°53.21%42.75%
CMYK53.21%0.00%4.59%
57.25%

Color #336D68 in popluar number systems.

HEX336D68
Decimal51109104
Binary11001111011011101000
Octal63155150

Shades and tints

Shades of #336D68

#336D68
(51,109,104)
#2F645F
(47,100,95)
#2B5B56
(43,91,86)
#27524D
(39,82,77)
#234944
(35,73,68)
#1F403B
(31,64,59)
#1B3732
(27,55,50)
#172E29
(23,46,41)
#132520
(19,37,32)
#0F1C17
(15,28,23)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #336D68

#336D68
(51,109,104)
#457A75
(69,122,117)
#578782
(87,135,130)
#69948F
(105,148,143)
#7BA19C
(123,161,156)
#8DAEA9
(141,174,169)
#9FBBB6
(159,187,182)
#B1C8C3
(177,200,195)
#C3D5D0
(195,213,208)
#D5E2DD
(213,226,221)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336D68 color. Also use rgb(51,109,104) instead hex code.

Text Font Color

.myTextColor { color: #336D68; }

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

This text font color is #336D68.


Background Color

.myBgColor { background-color: #336D68; }

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

This div background color is #336D68.


Border color

.myBorderColor { border: 1px solid #336D68; }

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

This div border color is #336D68.


Opacity

.myOpacity80 { color: #336D68; opacity: 0.8; }

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

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

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

This text has shadow with #336D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336D68 on black background.


Color preview on white background

This text has color #336D68 on white background.



Black color preview on #336D68 background

This text has black color on #336D68 background.


White color preview on #336D68 background

This text has white color on #336D68 background.