COLOR #337419

HEX: #337419
RGB: (51,116,25)

Color info

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

RGB color model

#337419 color RGB value is (51,116,25).

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

RGB channels and saturation

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

51
116
25

R + G + B ~ 25%. #337419 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 25 = 192 (100%)
R 51 of 192 ~ 26.56%
G 116 of 192 ~ 60.42%
B 25 of 192 ~ 13.02%

%26.56
%60.42
%13.02

CMYK color model

#337419 color CMYK value is (56,0,78,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(56,0,78,55)
C56M0Y78K55 
(56%,0%,78%,55%)
(0.56/0.00/0.78/0.55)	

CMYK percentages

%56.03
%0
%78.45
%54.51

Codes

Color #337419 in popluar color models

337419
RGB5111625
HSL103°64.54%27.65%
HSB/HSV103°78.45%45.49%
CMYK56.03%0.00%78.45%
54.51%

Color #337419 in popluar number systems.

HEX337419
Decimal5111625
Binary110011111010011001
Octal6316431

Shades and tints

Shades of #337419

#337419
(51,116,25)
#2F6A17
(47,106,23)
#2B6015
(43,96,21)
#275613
(39,86,19)
#234C11
(35,76,17)
#1F420F
(31,66,15)
#1B380D
(27,56,13)
#172E0B
(23,46,11)
#132409
(19,36,9)
#0F1A07
(15,26,7)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #337419

#337419
(51,116,25)
#45802D
(69,128,45)
#578C41
(87,140,65)
#699855
(105,152,85)
#7BA469
(123,164,105)
#8DB07D
(141,176,125)
#9FBC91
(159,188,145)
#B1C8A5
(177,200,165)
#C3D4B9
(195,212,185)
#D5E0CD
(213,224,205)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337419; }

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

This text font color is #337419.


Background Color

.myBgColor { background-color: #337419; }

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

This div background color is #337419.


Border color

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

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

This div border color is #337419.


Opacity

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

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

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

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

This text has shadow with #337419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337419 on black background.


Color preview on white background

This text has color #337419 on white background.



Black color preview on #337419 background

This text has black color on #337419 background.


White color preview on #337419 background

This text has white color on #337419 background.