COLOR #337415

HEX: #337415
RGB: (51,116,21)

Color info

#337415 contains mainly green color. Web safe color of #337415 is #336600 (or #360).

RGB color model

#337415 color RGB value is (51,116,21).

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

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 21 of 255 = 8%

51
116
21

R + G + B ~ 24%. #337415 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 21 = 188 (100%)
R 51 of 188 ~ 27.13%
G 116 of 188 ~ 61.7%
B 21 of 188 ~ 11.17%

%27.13
%61.7
%11.17

CMYK color model

#337415 color CMYK value is (56,0,82,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 81.90%
  • key color value is 54.51%
CMYK:
(56,0,82,55)
C56M0Y82K55 
(56%,0%,82%,55%)
(0.56/0.00/0.82/0.55)	

CMYK percentages

%56.03
%0
%81.9
%54.51

Codes

Color #337415 in popluar color models

337415
RGB5111621
HSL101°69.34%26.86%
HSB/HSV101°81.90%45.49%
CMYK56.03%0.00%81.90%
54.51%

Color #337415 in popluar number systems.

HEX337415
Decimal5111621
Binary110011111010010101
Octal6316425

Shades and tints

Shades of #337415

#337415
(51,116,21)
#2F6A14
(47,106,20)
#2B6013
(43,96,19)
#275612
(39,86,18)
#234C11
(35,76,17)
#1F4210
(31,66,16)
#1B380F
(27,56,15)
#172E0E
(23,46,14)
#13240D
(19,36,13)
#0F1A0C
(15,26,12)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #337415

#337415
(51,116,21)
#45802A
(69,128,42)
#578C3F
(87,140,63)
#699854
(105,152,84)
#7BA469
(123,164,105)
#8DB07E
(141,176,126)
#9FBC93
(159,188,147)
#B1C8A8
(177,200,168)
#C3D4BD
(195,212,189)
#D5E0D2
(213,224,210)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337415; }

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

This text font color is #337415.


Background Color

.myBgColor { background-color: #337415; }

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

This div background color is #337415.


Border color

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

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

This div border color is #337415.


Opacity

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

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

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

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

This text has shadow with #337415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337415 on black background.


Color preview on white background

This text has color #337415 on white background.



Black color preview on #337415 background

This text has black color on #337415 background.


White color preview on #337415 background

This text has white color on #337415 background.