COLOR #337144

HEX: #337144
RGB: (51,113,68)

Color info

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

RGB color model

#337144 color RGB value is (51,113,68).

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

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 68 of 255 = 27%

51
113
68

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

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 68 = 232 (100%)
R 51 of 232 ~ 21.98%
G 113 of 232 ~ 48.71%
B 68 of 232 ~ 29.31%

%21.98
%48.71
%29.31

CMYK color model

#337144 color CMYK value is (55,0,40,56).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 39.82%
  • key color value is 55.69%
CMYK:
(55,0,40,56)
C55M0Y40K56 
(55%,0%,40%,56%)
(0.55/0.00/0.40/0.56)	

CMYK percentages

%54.87
%0
%39.82
%55.69

Codes

Color #337144 in popluar color models

337144
RGB5111368
HSL136°37.80%32.16%
HSB/HSV136°54.87%44.31%
CMYK54.87%0.00%39.82%
55.69%

Color #337144 in popluar number systems.

HEX337144
Decimal5111368
Binary11001111100011000100
Octal63161104

Shades and tints

Shades of #337144

#337144
(51,113,68)
#2F673E
(47,103,62)
#2B5D38
(43,93,56)
#275332
(39,83,50)
#23492C
(35,73,44)
#1F3F26
(31,63,38)
#1B3520
(27,53,32)
#172B1A
(23,43,26)
#132114
(19,33,20)
#0F170E
(15,23,14)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #337144

#337144
(51,113,68)
#457D55
(69,125,85)
#578966
(87,137,102)
#699577
(105,149,119)
#7BA188
(123,161,136)
#8DAD99
(141,173,153)
#9FB9AA
(159,185,170)
#B1C5BB
(177,197,187)
#C3D1CC
(195,209,204)
#D5DDDD
(213,221,221)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337144; }

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

This text font color is #337144.


Background Color

.myBgColor { background-color: #337144; }

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

This div background color is #337144.


Border color

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

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

This div border color is #337144.


Opacity

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

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

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

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

This text has shadow with #337144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337144 on black background.


Color preview on white background

This text has color #337144 on white background.



Black color preview on #337144 background

This text has black color on #337144 background.


White color preview on #337144 background

This text has white color on #337144 background.