COLOR #336155

HEX: #336155
RGB: (51,97,85)

Color info

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

RGB color model

#336155 color RGB value is (51,97,85).

  • red value is 51;
  • green value is 97;
  • blue value is 85.
RGB:
(51,97,85)
(20%,38%,33%)

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 85 of 255 = 33%

51
97
85

R + G + B ~ 30%. #336155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 85 = 233 (100%)
R 51 of 233 ~ 21.89%
G 97 of 233 ~ 41.63%
B 85 of 233 ~ 36.48%

%21.89
%41.63
%36.48

CMYK color model

#336155 color CMYK value is (47,0,12,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(47,0,12,62)
C47M0Y12K62 
(47%,0%,12%,62%)
(0.47/0.00/0.12/0.62)	

CMYK percentages

%47.42
%0
%12.37
%61.96

Codes

Color #336155 in popluar color models

336155
RGB519785
HSL164°31.08%29.02%
HSB/HSV164°47.42%38.04%
CMYK47.42%0.00%12.37%
61.96%

Color #336155 in popluar number systems.

HEX336155
Decimal519785
Binary11001111000011010101
Octal63141125

Shades and tints

Shades of #336155

#336155
(51,97,85)
#2F594E
(47,89,78)
#2B5147
(43,81,71)
#274940
(39,73,64)
#234139
(35,65,57)
#1F3932
(31,57,50)
#1B312B
(27,49,43)
#172924
(23,41,36)
#13211D
(19,33,29)
#0F1916
(15,25,22)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #336155

#336155
(51,97,85)
#456F64
(69,111,100)
#577D73
(87,125,115)
#698B82
(105,139,130)
#7B9991
(123,153,145)
#8DA7A0
(141,167,160)
#9FB5AF
(159,181,175)
#B1C3BE
(177,195,190)
#C3D1CD
(195,209,205)
#D5DFDC
(213,223,220)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336155 color. Also use rgb(51,97,85) instead hex code.

Text Font Color

.myTextColor { color: #336155; }

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

This text font color is #336155.


Background Color

.myBgColor { background-color: #336155; }

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

This div background color is #336155.


Border color

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

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

This div border color is #336155.


Opacity

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

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

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

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

This text has shadow with #336155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336155 on black background.


Color preview on white background

This text has color #336155 on white background.



Black color preview on #336155 background

This text has black color on #336155 background.


White color preview on #336155 background

This text has white color on #336155 background.