COLOR #336751

HEX: #336751
RGB: (51,103,81)

Color info

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

RGB color model

#336751 color RGB value is (51,103,81).

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

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 81 of 255 = 32%

51
103
81

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

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 81 = 235 (100%)
R 51 of 235 ~ 21.7%
G 103 of 235 ~ 43.83%
B 81 of 235 ~ 34.47%

%21.7
%43.83
%34.47

CMYK color model

#336751 color CMYK value is (50,0,21,60).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(50,0,21,60)
C50M0Y21K60 
(50%,0%,21%,60%)
(0.50/0.00/0.21/0.60)	

CMYK percentages

%50.49
%0
%21.36
%59.61

Codes

Color #336751 in popluar color models

336751
RGB5110381
HSL155°33.77%30.20%
HSB/HSV155°50.49%40.39%
CMYK50.49%0.00%21.36%
59.61%

Color #336751 in popluar number systems.

HEX336751
Decimal5110381
Binary11001111001111010001
Octal63147121

Shades and tints

Shades of #336751

#336751
(51,103,81)
#2F5E4A
(47,94,74)
#2B5543
(43,85,67)
#274C3C
(39,76,60)
#234335
(35,67,53)
#1F3A2E
(31,58,46)
#1B3127
(27,49,39)
#172820
(23,40,32)
#131F19
(19,31,25)
#0F1612
(15,22,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #336751

#336751
(51,103,81)
#457460
(69,116,96)
#57816F
(87,129,111)
#698E7E
(105,142,126)
#7B9B8D
(123,155,141)
#8DA89C
(141,168,156)
#9FB5AB
(159,181,171)
#B1C2BA
(177,194,186)
#C3CFC9
(195,207,201)
#D5DCD8
(213,220,216)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336751; }

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

This text font color is #336751.


Background Color

.myBgColor { background-color: #336751; }

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

This div background color is #336751.


Border color

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

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

This div border color is #336751.


Opacity

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

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

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

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

This text has shadow with #336751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336751 on black background.


Color preview on white background

This text has color #336751 on white background.



Black color preview on #336751 background

This text has black color on #336751 background.


White color preview on #336751 background

This text has white color on #336751 background.