COLOR #337151

HEX: #337151
RGB: (51,113,81)

Color info

#337151 contains mainly green and blue colors. Web safe color of #337151 is #336666 (or #366).

RGB color model

#337151 color RGB value is (51,113,81).

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

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 81 of 255 = 32%

51
113
81

R + G + B ~ 32%. #337151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 81 = 245 (100%)
R 51 of 245 ~ 20.82%
G 113 of 245 ~ 46.12%
B 81 of 245 ~ 33.06%

%20.82
%46.12
%33.06

CMYK color model

#337151 color CMYK value is (55,0,28,56).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 28.32%
  • key color value is 55.69%
CMYK:
(55,0,28,56)
C55M0Y28K56 
(55%,0%,28%,56%)
(0.55/0.00/0.28/0.56)	

CMYK percentages

%54.87
%0
%28.32
%55.69

Codes

Color #337151 in popluar color models

337151
RGB5111381
HSL149°37.80%32.16%
HSB/HSV149°54.87%44.31%
CMYK54.87%0.00%28.32%
55.69%

Color #337151 in popluar number systems.

HEX337151
Decimal5111381
Binary11001111100011010001
Octal63161121

Shades and tints

Shades of #337151

#337151
(51,113,81)
#2F674A
(47,103,74)
#2B5D43
(43,93,67)
#27533C
(39,83,60)
#234935
(35,73,53)
#1F3F2E
(31,63,46)
#1B3527
(27,53,39)
#172B20
(23,43,32)
#132119
(19,33,25)
#0F1712
(15,23,18)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #337151

#337151
(51,113,81)
#457D60
(69,125,96)
#57896F
(87,137,111)
#69957E
(105,149,126)
#7BA18D
(123,161,141)
#8DAD9C
(141,173,156)
#9FB9AB
(159,185,171)
#B1C5BA
(177,197,186)
#C3D1C9
(195,209,201)
#D5DDD8
(213,221,216)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337151; }

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

This text font color is #337151.


Background Color

.myBgColor { background-color: #337151; }

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

This div background color is #337151.


Border color

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

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

This div border color is #337151.


Opacity

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

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

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

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

This text has shadow with #337151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337151 on black background.


Color preview on white background

This text has color #337151 on white background.



Black color preview on #337151 background

This text has black color on #337151 background.


White color preview on #337151 background

This text has white color on #337151 background.