COLOR #336E65

HEX: #336E65
RGB: (51,110,101)

Color info

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

RGB color model

#336E65 color RGB value is (51,110,101).

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

RGB channels and saturation

R 51 of 255 = 20%
G 110 of 255 = 43%
B 101 of 255 = 40%

51
110
101

R + G + B ~ 34%. #336E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 110 + 101 = 262 (100%)
R 51 of 262 ~ 19.47%
G 110 of 262 ~ 41.98%
B 101 of 262 ~ 38.55%

%19.47
%41.98
%38.55

CMYK color model

#336E65 color CMYK value is (54,0,8,57).

  • cyan value is 53.64%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(54,0,8,57)
C54M0Y8K57 
(54%,0%,8%,57%)
(0.54/0.00/0.08/0.57)	

CMYK percentages

%53.64
%0
%8.18
%56.86

Codes

Color #336E65 in popluar color models

336E65
RGB51110101
HSL171°36.65%31.57%
HSB/HSV171°53.64%43.14%
CMYK53.64%0.00%8.18%
56.86%

Color #336E65 in popluar number systems.

HEX336E65
Decimal51110101
Binary11001111011101100101
Octal63156145

Shades and tints

Shades of #336E65

#336E65
(51,110,101)
#2F645C
(47,100,92)
#2B5A53
(43,90,83)
#27504A
(39,80,74)
#234641
(35,70,65)
#1F3C38
(31,60,56)
#1B322F
(27,50,47)
#172826
(23,40,38)
#131E1D
(19,30,29)
#0F1414
(15,20,20)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #336E65

#336E65
(51,110,101)
#457B73
(69,123,115)
#578881
(87,136,129)
#69958F
(105,149,143)
#7BA29D
(123,162,157)
#8DAFAB
(141,175,171)
#9FBCB9
(159,188,185)
#B1C9C7
(177,201,199)
#C3D6D5
(195,214,213)
#D5E3E3
(213,227,227)
#E7F0F1
(231,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336E65; }

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

This text font color is #336E65.


Background Color

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

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

This div background color is #336E65.


Border color

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

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

This div border color is #336E65.


Opacity

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

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

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

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

This text has shadow with #336E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336E65 on black background.


Color preview on white background

This text has color #336E65 on white background.



Black color preview on #336E65 background

This text has black color on #336E65 background.


White color preview on #336E65 background

This text has white color on #336E65 background.