COLOR #336725

HEX: #336725
RGB: (51,103,37)

Color info

#336725 contains mainly red and green colors. Web safe color of #336725 is #336633 (or #363).

RGB color model

#336725 color RGB value is (51,103,37).

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

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 37 of 255 = 15%

51
103
37

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

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 37 = 191 (100%)
R 51 of 191 ~ 26.7%
G 103 of 191 ~ 53.93%
B 37 of 191 ~ 19.37%

%26.7
%53.93
%19.37

CMYK color model

#336725 color CMYK value is (50,0,64,60).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(50,0,64,60)
C50M0Y64K60 
(50%,0%,64%,60%)
(0.50/0.00/0.64/0.60)	

CMYK percentages

%50.49
%0
%64.08
%59.61

Codes

Color #336725 in popluar color models

336725
RGB5110337
HSL107°47.14%27.45%
HSB/HSV107°64.08%40.39%
CMYK50.49%0.00%64.08%
59.61%

Color #336725 in popluar number systems.

HEX336725
Decimal5110337
Binary1100111100111100101
Octal6314745

Shades and tints

Shades of #336725

#336725
(51,103,37)
#2F5E22
(47,94,34)
#2B551F
(43,85,31)
#274C1C
(39,76,28)
#234319
(35,67,25)
#1F3A16
(31,58,22)
#1B3113
(27,49,19)
#172810
(23,40,16)
#131F0D
(19,31,13)
#0F160A
(15,22,10)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #336725

#336725
(51,103,37)
#457438
(69,116,56)
#57814B
(87,129,75)
#698E5E
(105,142,94)
#7B9B71
(123,155,113)
#8DA884
(141,168,132)
#9FB597
(159,181,151)
#B1C2AA
(177,194,170)
#C3CFBD
(195,207,189)
#D5DCD0
(213,220,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336725; }

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

This text font color is #336725.


Background Color

.myBgColor { background-color: #336725; }

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

This div background color is #336725.


Border color

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

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

This div border color is #336725.


Opacity

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

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

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

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

This text has shadow with #336725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336725 on black background.


Color preview on white background

This text has color #336725 on white background.



Black color preview on #336725 background

This text has black color on #336725 background.


White color preview on #336725 background

This text has white color on #336725 background.