COLOR #337440

HEX: #337440
RGB: (51,116,64)

Color info

#337440 contains mainly green and blue colors. Web safe color of #337440 is #336633 (or #363).

RGB color model

#337440 color RGB value is (51,116,64).

  • red value is 51;
  • green value is 116;
  • blue value is 64.
RGB:
(51,116,64)
(20%,45%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 64 of 255 = 25%

51
116
64

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

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 64 = 231 (100%)
R 51 of 231 ~ 22.08%
G 116 of 231 ~ 50.22%
B 64 of 231 ~ 27.71%

%22.08
%50.22
%27.71

CMYK color model

#337440 color CMYK value is (56,0,45,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(56,0,45,55)
C56M0Y45K55 
(56%,0%,45%,55%)
(0.56/0.00/0.45/0.55)	

CMYK percentages

%56.03
%0
%44.83
%54.51

Codes

Color #337440 in popluar color models

337440
RGB5111664
HSL132°38.92%32.75%
HSB/HSV132°56.03%45.49%
CMYK56.03%0.00%44.83%
54.51%

Color #337440 in popluar number systems.

HEX337440
Decimal5111664
Binary11001111101001000000
Octal63164100

Shades and tints

Shades of #337440

#337440
(51,116,64)
#2F6A3B
(47,106,59)
#2B6036
(43,96,54)
#275631
(39,86,49)
#234C2C
(35,76,44)
#1F4227
(31,66,39)
#1B3822
(27,56,34)
#172E1D
(23,46,29)
#132418
(19,36,24)
#0F1A13
(15,26,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #337440

#337440
(51,116,64)
#458051
(69,128,81)
#578C62
(87,140,98)
#699873
(105,152,115)
#7BA484
(123,164,132)
#8DB095
(141,176,149)
#9FBCA6
(159,188,166)
#B1C8B7
(177,200,183)
#C3D4C8
(195,212,200)
#D5E0D9
(213,224,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337440 color. Also use rgb(51,116,64) instead hex code.

Text Font Color

.myTextColor { color: #337440; }

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

This text font color is #337440.


Background Color

.myBgColor { background-color: #337440; }

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

This div background color is #337440.


Border color

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

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

This div border color is #337440.


Opacity

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

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

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

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

This text has shadow with #337440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337440 on black background.


Color preview on white background

This text has color #337440 on white background.



Black color preview on #337440 background

This text has black color on #337440 background.


White color preview on #337440 background

This text has white color on #337440 background.