COLOR #336A51

HEX: #336A51
RGB: (51,106,81)

Color info

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

RGB color model

#336A51 color RGB value is (51,106,81).

  • red value is 51;
  • green value is 106;
  • blue value is 81.
RGB:
(51,106,81)
(20%,42%,32%)

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 81 of 255 = 32%

51
106
81

R + G + B ~ 31%. #336A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 106 + 81 = 238 (100%)
R 51 of 238 ~ 21.43%
G 106 of 238 ~ 44.54%
B 81 of 238 ~ 34.03%

%21.43
%44.54
%34.03

CMYK color model

#336A51 color CMYK value is (52,0,24,58).

  • cyan value is 51.89%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK:
(52,0,24,58)
C52M0Y24K58 
(52%,0%,24%,58%)
(0.52/0.00/0.24/0.58)	

CMYK percentages

%51.89
%0
%23.58
%58.43

Codes

Color #336A51 in popluar color models

336A51
RGB5110681
HSL153°35.03%30.78%
HSB/HSV153°51.89%41.57%
CMYK51.89%0.00%23.58%
58.43%

Color #336A51 in popluar number systems.

HEX336A51
Decimal5110681
Binary11001111010101010001
Octal63152121

Shades and tints

Shades of #336A51

#336A51
(51,106,81)
#2F614A
(47,97,74)
#2B5843
(43,88,67)
#274F3C
(39,79,60)
#234635
(35,70,53)
#1F3D2E
(31,61,46)
#1B3427
(27,52,39)
#172B20
(23,43,32)
#132219
(19,34,25)
#0F1912
(15,25,18)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #336A51

#336A51
(51,106,81)
#457760
(69,119,96)
#57846F
(87,132,111)
#69917E
(105,145,126)
#7B9E8D
(123,158,141)
#8DAB9C
(141,171,156)
#9FB8AB
(159,184,171)
#B1C5BA
(177,197,186)
#C3D2C9
(195,210,201)
#D5DFD8
(213,223,216)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A51 color. Also use rgb(51,106,81) instead hex code.

Text Font Color

.myTextColor { color: #336A51; }

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

This text font color is #336A51.


Background Color

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

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

This div background color is #336A51.


Border color

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

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

This div border color is #336A51.


Opacity

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

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

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

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

This text has shadow with #336A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336A51 on black background.


Color preview on white background

This text has color #336A51 on white background.



Black color preview on #336A51 background

This text has black color on #336A51 background.


White color preview on #336A51 background

This text has white color on #336A51 background.