COLOR #336556

HEX: #336556
RGB: (51,101,86)

Color info

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

RGB color model

#336556 color RGB value is (51,101,86).

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

RGB channels and saturation

R 51 of 255 = 20%
G 101 of 255 = 40%
B 86 of 255 = 34%

51
101
86

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

Portions of RGB colors in percentages

R + G + B =
51 + 101 + 86 = 238 (100%)
R 51 of 238 ~ 21.43%
G 101 of 238 ~ 42.44%
B 86 of 238 ~ 36.13%

%21.43
%42.44
%36.13

CMYK color model

#336556 color CMYK value is (50,0,15,60).

  • cyan value is 49.50%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 60.39%
CMYK:
(50,0,15,60)
C50M0Y15K60 
(50%,0%,15%,60%)
(0.50/0.00/0.15/0.60)	

CMYK percentages

%49.5
%0
%14.85
%60.39

Codes

Color #336556 in popluar color models

336556
RGB5110186
HSL162°32.89%29.80%
HSB/HSV162°49.50%39.61%
CMYK49.50%0.00%14.85%
60.39%

Color #336556 in popluar number systems.

HEX336556
Decimal5110186
Binary11001111001011010110
Octal63145126

Shades and tints

Shades of #336556

#336556
(51,101,86)
#2F5C4F
(47,92,79)
#2B5348
(43,83,72)
#274A41
(39,74,65)
#23413A
(35,65,58)
#1F3833
(31,56,51)
#1B2F2C
(27,47,44)
#172625
(23,38,37)
#131D1E
(19,29,30)
#0F1417
(15,20,23)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #336556

#336556
(51,101,86)
#457365
(69,115,101)
#578174
(87,129,116)
#698F83
(105,143,131)
#7B9D92
(123,157,146)
#8DABA1
(141,171,161)
#9FB9B0
(159,185,176)
#B1C7BF
(177,199,191)
#C3D5CE
(195,213,206)
#D5E3DD
(213,227,221)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336556; }

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

This text font color is #336556.


Background Color

.myBgColor { background-color: #336556; }

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

This div background color is #336556.


Border color

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

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

This div border color is #336556.


Opacity

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

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

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

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

This text has shadow with #336556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336556 on black background.


Color preview on white background

This text has color #336556 on white background.



Black color preview on #336556 background

This text has black color on #336556 background.


White color preview on #336556 background

This text has white color on #336556 background.