COLOR #337325

HEX: #337325
RGB: (51,115,37)

Color info

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

RGB color model

#337325 color RGB value is (51,115,37).

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

RGB channels and saturation

R 51 of 255 = 20%
G 115 of 255 = 45%
B 37 of 255 = 15%

51
115
37

R + G + B ~ 27%. #337325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 115 + 37 = 203 (100%)
R 51 of 203 ~ 25.12%
G 115 of 203 ~ 56.65%
B 37 of 203 ~ 18.23%

%25.12
%56.65
%18.23

CMYK color model

#337325 color CMYK value is (56,0,68,55).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 67.83%
  • key color value is 54.90%
CMYK:
(56,0,68,55)
C56M0Y68K55 
(56%,0%,68%,55%)
(0.56/0.00/0.68/0.55)	

CMYK percentages

%55.65
%0
%67.83
%54.9

Codes

Color #337325 in popluar color models

337325
RGB5111537
HSL109°51.32%29.80%
HSB/HSV109°67.83%45.10%
CMYK55.65%0.00%67.83%
54.90%

Color #337325 in popluar number systems.

HEX337325
Decimal5111537
Binary1100111110011100101
Octal6316345

Shades and tints

Shades of #337325

#337325
(51,115,37)
#2F6922
(47,105,34)
#2B5F1F
(43,95,31)
#27551C
(39,85,28)
#234B19
(35,75,25)
#1F4116
(31,65,22)
#1B3713
(27,55,19)
#172D10
(23,45,16)
#13230D
(19,35,13)
#0F190A
(15,25,10)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #337325

#337325
(51,115,37)
#457F38
(69,127,56)
#578B4B
(87,139,75)
#69975E
(105,151,94)
#7BA371
(123,163,113)
#8DAF84
(141,175,132)
#9FBB97
(159,187,151)
#B1C7AA
(177,199,170)
#C3D3BD
(195,211,189)
#D5DFD0
(213,223,208)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337325; }

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

This text font color is #337325.


Background Color

.myBgColor { background-color: #337325; }

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

This div background color is #337325.


Border color

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

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

This div border color is #337325.


Opacity

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

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

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

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

This text has shadow with #337325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337325 on black background.


Color preview on white background

This text has color #337325 on white background.



Black color preview on #337325 background

This text has black color on #337325 background.


White color preview on #337325 background

This text has white color on #337325 background.