COLOR #336317

HEX: #336317
RGB: (51,99,23)

Color info

#336317 contains mainly red and green colors. Web safe color of #336317 is #336600 (or #360).

RGB color model

#336317 color RGB value is (51,99,23).

  • red value is 51;
  • green value is 99;
  • blue value is 23.
RGB:
(51,99,23)
(20%,39%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 99 of 255 = 39%
B 23 of 255 = 9%

51
99
23

R + G + B ~ 23%. #336317 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 99 + 23 = 173 (100%)
R 51 of 173 ~ 29.48%
G 99 of 173 ~ 57.23%
B 23 of 173 ~ 13.29%

%29.48
%57.23
%13.29

CMYK color model

#336317 color CMYK value is (48,0,77,61).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 76.77%
  • key color value is 61.18%
CMYK:
(48,0,77,61)
C48M0Y77K61 
(48%,0%,77%,61%)
(0.48/0.00/0.77/0.61)	

CMYK percentages

%48.48
%0
%76.77
%61.18

Codes

Color #336317 in popluar color models

336317
RGB519923
HSL98°62.30%23.92%
HSB/HSV98°76.77%38.82%
CMYK48.48%0.00%76.77%
61.18%

Color #336317 in popluar number systems.

HEX336317
Decimal519923
Binary110011110001110111
Octal6314327

Shades and tints

Shades of #336317

#336317
(51,99,23)
#2F5A15
(47,90,21)
#2B5113
(43,81,19)
#274811
(39,72,17)
#233F0F
(35,63,15)
#1F360D
(31,54,13)
#1B2D0B
(27,45,11)
#172409
(23,36,9)
#131B07
(19,27,7)
#0F1205
(15,18,5)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #336317

#336317
(51,99,23)
#45712C
(69,113,44)
#577F41
(87,127,65)
#698D56
(105,141,86)
#7B9B6B
(123,155,107)
#8DA980
(141,169,128)
#9FB795
(159,183,149)
#B1C5AA
(177,197,170)
#C3D3BF
(195,211,191)
#D5E1D4
(213,225,212)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336317 color. Also use rgb(51,99,23) instead hex code.

Text Font Color

.myTextColor { color: #336317; }

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

This text font color is #336317.


Background Color

.myBgColor { background-color: #336317; }

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

This div background color is #336317.


Border color

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

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

This div border color is #336317.


Opacity

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

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

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

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

This text has shadow with #336317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336317 on black background.


Color preview on white background

This text has color #336317 on white background.



Black color preview on #336317 background

This text has black color on #336317 background.


White color preview on #336317 background

This text has white color on #336317 background.