COLOR #336125

HEX: #336125
RGB: (51,97,37)

Color info

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

RGB color model

#336125 color RGB value is (51,97,37).

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

RGB channels and saturation

R 51 of 255 = 20%
G 97 of 255 = 38%
B 37 of 255 = 15%

51
97
37

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

Portions of RGB colors in percentages

R + G + B =
51 + 97 + 37 = 185 (100%)
R 51 of 185 ~ 27.57%
G 97 of 185 ~ 52.43%
B 37 of 185 ~ 20%

%27.57
%52.43
%20

CMYK color model

#336125 color CMYK value is (47,0,62,62).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 61.96%
CMYK:
(47,0,62,62)
C47M0Y62K62 
(47%,0%,62%,62%)
(0.47/0.00/0.62/0.62)	

CMYK percentages

%47.42
%0
%61.86
%61.96

Codes

Color #336125 in popluar color models

336125
RGB519737
HSL106°44.78%26.27%
HSB/HSV106°61.86%38.04%
CMYK47.42%0.00%61.86%
61.96%

Color #336125 in popluar number systems.

HEX336125
Decimal519737
Binary1100111100001100101
Octal6314145

Shades and tints

Shades of #336125

#336125
(51,97,37)
#2F5922
(47,89,34)
#2B511F
(43,81,31)
#27491C
(39,73,28)
#234119
(35,65,25)
#1F3916
(31,57,22)
#1B3113
(27,49,19)
#172910
(23,41,16)
#13210D
(19,33,13)
#0F190A
(15,25,10)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #336125

#336125
(51,97,37)
#456F38
(69,111,56)
#577D4B
(87,125,75)
#698B5E
(105,139,94)
#7B9971
(123,153,113)
#8DA784
(141,167,132)
#9FB597
(159,181,151)
#B1C3AA
(177,195,170)
#C3D1BD
(195,209,189)
#D5DFD0
(213,223,208)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336125; }

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

This text font color is #336125.


Background Color

.myBgColor { background-color: #336125; }

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

This div background color is #336125.


Border color

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

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

This div border color is #336125.


Opacity

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

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

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

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

This text has shadow with #336125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336125 on black background.


Color preview on white background

This text has color #336125 on white background.



Black color preview on #336125 background

This text has black color on #336125 background.


White color preview on #336125 background

This text has white color on #336125 background.