COLOR #337122

HEX: #337122
RGB: (51,113,34)

Color info

#337122 contains mainly green color. Web safe color of #337122 is #336633 (or #363).

RGB color model

#337122 color RGB value is (51,113,34).

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

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 34 of 255 = 13%

51
113
34

R + G + B ~ 26%. #337122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 34 = 198 (100%)
R 51 of 198 ~ 25.76%
G 113 of 198 ~ 57.07%
B 34 of 198 ~ 17.17%

%25.76
%57.07
%17.17

CMYK color model

#337122 color CMYK value is (55,0,70,56).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 69.91%
  • key color value is 55.69%
CMYK:
(55,0,70,56)
C55M0Y70K56 
(55%,0%,70%,56%)
(0.55/0.00/0.70/0.56)	

CMYK percentages

%54.87
%0
%69.91
%55.69

Codes

Color #337122 in popluar color models

337122
RGB5111334
HSL107°53.74%28.82%
HSB/HSV107°69.91%44.31%
CMYK54.87%0.00%69.91%
55.69%

Color #337122 in popluar number systems.

HEX337122
Decimal5111334
Binary1100111110001100010
Octal6316142

Shades and tints

Shades of #337122

#337122
(51,113,34)
#2F671F
(47,103,31)
#2B5D1C
(43,93,28)
#275319
(39,83,25)
#234916
(35,73,22)
#1F3F13
(31,63,19)
#1B3510
(27,53,16)
#172B0D
(23,43,13)
#13210A
(19,33,10)
#0F1707
(15,23,7)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #337122

#337122
(51,113,34)
#457D36
(69,125,54)
#57894A
(87,137,74)
#69955E
(105,149,94)
#7BA172
(123,161,114)
#8DAD86
(141,173,134)
#9FB99A
(159,185,154)
#B1C5AE
(177,197,174)
#C3D1C2
(195,209,194)
#D5DDD6
(213,221,214)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337122; }

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

This text font color is #337122.


Background Color

.myBgColor { background-color: #337122; }

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

This div background color is #337122.


Border color

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

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

This div border color is #337122.


Opacity

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

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

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

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

This text has shadow with #337122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337122 on black background.


Color preview on white background

This text has color #337122 on white background.



Black color preview on #337122 background

This text has black color on #337122 background.


White color preview on #337122 background

This text has white color on #337122 background.