COLOR #336968

HEX: #336968
RGB: (51,105,104)

Color info

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

RGB color model

#336968 color RGB value is (51,105,104).

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

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 104 of 255 = 41%

51
105
104

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

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 104 = 260 (100%)
R 51 of 260 ~ 19.62%
G 105 of 260 ~ 40.38%
B 104 of 260 ~ 40%

%19.62
%40.38
%40

CMYK color model

#336968 color CMYK value is (51,0,1,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(51,0,1,59)
C51M0Y1K59 
(51%,0%,1%,59%)
(0.51/0.00/0.01/0.59)	

CMYK percentages

%51.43
%0
%0.95
%58.82

Codes

Color #336968 in popluar color models

336968
RGB51105104
HSL179°34.62%30.59%
HSB/HSV179°51.43%41.18%
CMYK51.43%0.00%0.95%
58.82%

Color #336968 in popluar number systems.

HEX336968
Decimal51105104
Binary11001111010011101000
Octal63151150

Shades and tints

Shades of #336968

#336968
(51,105,104)
#2F605F
(47,96,95)
#2B5756
(43,87,86)
#274E4D
(39,78,77)
#234544
(35,69,68)
#1F3C3B
(31,60,59)
#1B3332
(27,51,50)
#172A29
(23,42,41)
#132120
(19,33,32)
#0F1817
(15,24,23)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #336968

#336968
(51,105,104)
#457675
(69,118,117)
#578382
(87,131,130)
#69908F
(105,144,143)
#7B9D9C
(123,157,156)
#8DAAA9
(141,170,169)
#9FB7B6
(159,183,182)
#B1C4C3
(177,196,195)
#C3D1D0
(195,209,208)
#D5DEDD
(213,222,221)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336968; }

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

This text font color is #336968.


Background Color

.myBgColor { background-color: #336968; }

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

This div background color is #336968.


Border color

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

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

This div border color is #336968.


Opacity

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

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

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

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

This text has shadow with #336968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336968 on black background.


Color preview on white background

This text has color #336968 on white background.



Black color preview on #336968 background

This text has black color on #336968 background.


White color preview on #336968 background

This text has white color on #336968 background.