COLOR #337718

HEX: #337718
RGB: (51,119,24)

Color info

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

RGB color model

#337718 color RGB value is (51,119,24).

  • red value is 51;
  • green value is 119;
  • blue value is 24.
RGB:
(51,119,24)
(20%,47%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 119 of 255 = 47%
B 24 of 255 = 9%

51
119
24

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

Portions of RGB colors in percentages

R + G + B =
51 + 119 + 24 = 194 (100%)
R 51 of 194 ~ 26.29%
G 119 of 194 ~ 61.34%
B 24 of 194 ~ 12.37%

%26.29
%61.34
%12.37

CMYK color model

#337718 color CMYK value is (57,0,80,53).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 79.83%
  • key color value is 53.33%
CMYK:
(57,0,80,53)
C57M0Y80K53 
(57%,0%,80%,53%)
(0.57/0.00/0.80/0.53)	

CMYK percentages

%57.14
%0
%79.83
%53.33

Codes

Color #337718 in popluar color models

337718
RGB5111924
HSL103°66.43%28.04%
HSB/HSV103°79.83%46.67%
CMYK57.14%0.00%79.83%
53.33%

Color #337718 in popluar number systems.

HEX337718
Decimal5111924
Binary110011111011111000
Octal6316730

Shades and tints

Shades of #337718

#337718
(51,119,24)
#2F6D16
(47,109,22)
#2B6314
(43,99,20)
#275912
(39,89,18)
#234F10
(35,79,16)
#1F450E
(31,69,14)
#1B3B0C
(27,59,12)
#17310A
(23,49,10)
#132708
(19,39,8)
#0F1D06
(15,29,6)
#0B1304
(11,19,4)
#000000
(0,0,0)

Tints of #337718

#337718
(51,119,24)
#45832D
(69,131,45)
#578F42
(87,143,66)
#699B57
(105,155,87)
#7BA76C
(123,167,108)
#8DB381
(141,179,129)
#9FBF96
(159,191,150)
#B1CBAB
(177,203,171)
#C3D7C0
(195,215,192)
#D5E3D5
(213,227,213)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337718 color. Also use rgb(51,119,24) instead hex code.

Text Font Color

.myTextColor { color: #337718; }

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

This text font color is #337718.


Background Color

.myBgColor { background-color: #337718; }

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

This div background color is #337718.


Border color

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

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

This div border color is #337718.


Opacity

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

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

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

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

This text has shadow with #337718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337718 on black background.


Color preview on white background

This text has color #337718 on white background.



Black color preview on #337718 background

This text has black color on #337718 background.


White color preview on #337718 background

This text has white color on #337718 background.