COLOR #336851

HEX: #336851
RGB: (51,104,81)

Color info

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

RGB color model

#336851 color RGB value is (51,104,81).

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

RGB channels and saturation

R 51 of 255 = 20%
G 104 of 255 = 41%
B 81 of 255 = 32%

51
104
81

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

Portions of RGB colors in percentages

R + G + B =
51 + 104 + 81 = 236 (100%)
R 51 of 236 ~ 21.61%
G 104 of 236 ~ 44.07%
B 81 of 236 ~ 34.32%

%21.61
%44.07
%34.32

CMYK color model

#336851 color CMYK value is (51,0,22,59).

  • cyan value is 50.96%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(51,0,22,59)
C51M0Y22K59 
(51%,0%,22%,59%)
(0.51/0.00/0.22/0.59)	

CMYK percentages

%50.96
%0
%22.12
%59.22

Codes

Color #336851 in popluar color models

336851
RGB5110481
HSL154°34.19%30.39%
HSB/HSV154°50.96%40.78%
CMYK50.96%0.00%22.12%
59.22%

Color #336851 in popluar number systems.

HEX336851
Decimal5110481
Binary11001111010001010001
Octal63150121

Shades and tints

Shades of #336851

#336851
(51,104,81)
#2F5F4A
(47,95,74)
#2B5643
(43,86,67)
#274D3C
(39,77,60)
#234435
(35,68,53)
#1F3B2E
(31,59,46)
#1B3227
(27,50,39)
#172920
(23,41,32)
#132019
(19,32,25)
#0F1712
(15,23,18)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #336851

#336851
(51,104,81)
#457560
(69,117,96)
#57826F
(87,130,111)
#698F7E
(105,143,126)
#7B9C8D
(123,156,141)
#8DA99C
(141,169,156)
#9FB6AB
(159,182,171)
#B1C3BA
(177,195,186)
#C3D0C9
(195,208,201)
#D5DDD8
(213,221,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336851; }

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

This text font color is #336851.


Background Color

.myBgColor { background-color: #336851; }

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

This div background color is #336851.


Border color

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

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

This div border color is #336851.


Opacity

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

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

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

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

This text has shadow with #336851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336851 on black background.


Color preview on white background

This text has color #336851 on white background.



Black color preview on #336851 background

This text has black color on #336851 background.


White color preview on #336851 background

This text has white color on #336851 background.