COLOR #337313

HEX: #337313
RGB: (51,115,19)

Color info

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

RGB color model

#337313 color RGB value is (51,115,19).

  • red value is 51;
  • green value is 115;
  • blue value is 19.
RGB:
(51,115,19)
(20%,45%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 115 of 255 = 45%
B 19 of 255 = 7%

51
115
19

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

Portions of RGB colors in percentages

R + G + B =
51 + 115 + 19 = 185 (100%)
R 51 of 185 ~ 27.57%
G 115 of 185 ~ 62.16%
B 19 of 185 ~ 10.27%

%27.57
%62.16
%10.27

CMYK color model

#337313 color CMYK value is (56,0,83,55).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 83.48%
  • key color value is 54.90%
CMYK:
(56,0,83,55)
C56M0Y83K55 
(56%,0%,83%,55%)
(0.56/0.00/0.83/0.55)	

CMYK percentages

%55.65
%0
%83.48
%54.9

Codes

Color #337313 in popluar color models

337313
RGB5111519
HSL100°71.64%26.27%
HSB/HSV100°83.48%45.10%
CMYK55.65%0.00%83.48%
54.90%

Color #337313 in popluar number systems.

HEX337313
Decimal5111519
Binary110011111001110011
Octal6316323

Shades and tints

Shades of #337313

#337313
(51,115,19)
#2F6912
(47,105,18)
#2B5F11
(43,95,17)
#275510
(39,85,16)
#234B0F
(35,75,15)
#1F410E
(31,65,14)
#1B370D
(27,55,13)
#172D0C
(23,45,12)
#13230B
(19,35,11)
#0F190A
(15,25,10)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #337313

#337313
(51,115,19)
#457F28
(69,127,40)
#578B3D
(87,139,61)
#699752
(105,151,82)
#7BA367
(123,163,103)
#8DAF7C
(141,175,124)
#9FBB91
(159,187,145)
#B1C7A6
(177,199,166)
#C3D3BB
(195,211,187)
#D5DFD0
(213,223,208)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337313 color. Also use rgb(51,115,19) instead hex code.

Text Font Color

.myTextColor { color: #337313; }

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

This text font color is #337313.


Background Color

.myBgColor { background-color: #337313; }

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

This div background color is #337313.


Border color

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

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

This div border color is #337313.


Opacity

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

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

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

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

This text has shadow with #337313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337313 on black background.


Color preview on white background

This text has color #337313 on white background.



Black color preview on #337313 background

This text has black color on #337313 background.


White color preview on #337313 background

This text has white color on #337313 background.