COLOR #336414

HEX: #336414
RGB: (51,100,20)

Color info

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

RGB color model

#336414 color RGB value is (51,100,20).

  • red value is 51;
  • green value is 100;
  • blue value is 20.
RGB:
(51,100,20)
(20%,39%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 100 of 255 = 39%
B 20 of 255 = 8%

51
100
20

R + G + B ~ 22%. #336414 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 100 + 20 = 171 (100%)
R 51 of 171 ~ 29.82%
G 100 of 171 ~ 58.48%
B 20 of 171 ~ 11.7%

%29.82
%58.48
%11.7

CMYK color model

#336414 color CMYK value is (49,0,80,61).

  • cyan value is 49.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 60.78%
CMYK:
(49,0,80,61)
C49M0Y80K61 
(49%,0%,80%,61%)
(0.49/0.00/0.80/0.61)	

CMYK percentages

%49
%0
%80
%60.78

Codes

Color #336414 in popluar color models

336414
RGB5110020
HSL97°66.67%23.53%
HSB/HSV97°80.00%39.22%
CMYK49.00%0.00%80.00%
60.78%

Color #336414 in popluar number systems.

HEX336414
Decimal5110020
Binary110011110010010100
Octal6314424

Shades and tints

Shades of #336414

#336414
(51,100,20)
#2F5B13
(47,91,19)
#2B5212
(43,82,18)
#274911
(39,73,17)
#234010
(35,64,16)
#1F370F
(31,55,15)
#1B2E0E
(27,46,14)
#17250D
(23,37,13)
#131C0C
(19,28,12)
#0F130B
(15,19,11)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #336414

#336414
(51,100,20)
#457229
(69,114,41)
#57803E
(87,128,62)
#698E53
(105,142,83)
#7B9C68
(123,156,104)
#8DAA7D
(141,170,125)
#9FB892
(159,184,146)
#B1C6A7
(177,198,167)
#C3D4BC
(195,212,188)
#D5E2D1
(213,226,209)
#E7F0E6
(231,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336414 color. Also use rgb(51,100,20) instead hex code.

Text Font Color

.myTextColor { color: #336414; }

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

This text font color is #336414.


Background Color

.myBgColor { background-color: #336414; }

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

This div background color is #336414.


Border color

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

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

This div border color is #336414.


Opacity

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

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

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

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

This text has shadow with #336414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336414 on black background.


Color preview on white background

This text has color #336414 on white background.



Black color preview on #336414 background

This text has black color on #336414 background.


White color preview on #336414 background

This text has white color on #336414 background.