COLOR #336963

HEX: #336963
RGB: (51,105,99)

Color info

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

RGB color model

#336963 color RGB value is (51,105,99).

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

RGB channels and saturation

R 51 of 255 = 20%
G 105 of 255 = 41%
B 99 of 255 = 39%

51
105
99

R + G + B ~ 33%. #336963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 105 + 99 = 255 (100%)
R 51 of 255 ~ 20%
G 105 of 255 ~ 41.18%
B 99 of 255 ~ 38.82%

%20
%41.18
%38.82

CMYK color model

#336963 color CMYK value is (51,0,6,59).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(51,0,6,59)
C51M0Y6K59 
(51%,0%,6%,59%)
(0.51/0.00/0.06/0.59)	

CMYK percentages

%51.43
%0
%5.71
%58.82

Codes

Color #336963 in popluar color models

336963
RGB5110599
HSL173°34.62%30.59%
HSB/HSV173°51.43%41.18%
CMYK51.43%0.00%5.71%
58.82%

Color #336963 in popluar number systems.

HEX336963
Decimal5110599
Binary11001111010011100011
Octal63151143

Shades and tints

Shades of #336963

#336963
(51,105,99)
#2F605A
(47,96,90)
#2B5751
(43,87,81)
#274E48
(39,78,72)
#23453F
(35,69,63)
#1F3C36
(31,60,54)
#1B332D
(27,51,45)
#172A24
(23,42,36)
#13211B
(19,33,27)
#0F1812
(15,24,18)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #336963

#336963
(51,105,99)
#457671
(69,118,113)
#57837F
(87,131,127)
#69908D
(105,144,141)
#7B9D9B
(123,157,155)
#8DAAA9
(141,170,169)
#9FB7B7
(159,183,183)
#B1C4C5
(177,196,197)
#C3D1D3
(195,209,211)
#D5DEE1
(213,222,225)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336963; }

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

This text font color is #336963.


Background Color

.myBgColor { background-color: #336963; }

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

This div background color is #336963.


Border color

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

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

This div border color is #336963.


Opacity

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

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

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

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

This text has shadow with #336963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336963 on black background.


Color preview on white background

This text has color #336963 on white background.



Black color preview on #336963 background

This text has black color on #336963 background.


White color preview on #336963 background

This text has white color on #336963 background.