COLOR #335914

HEX: #335914
RGB: (51,89,20)

Color info

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

RGB color model

#335914 color RGB value is (51,89,20).

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

RGB channels and saturation

R 51 of 255 = 20%
G 89 of 255 = 35%
B 20 of 255 = 8%

51
89
20

R + G + B ~ 21%. #335914 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 89 + 20 = 160 (100%)
R 51 of 160 ~ 31.88%
G 89 of 160 ~ 55.63%
B 20 of 160 ~ 12.5%

%31.88
%55.63
%12.5

CMYK color model

#335914 color CMYK value is (43,0,78,65).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(43,0,78,65)
C43M0Y78K65 
(43%,0%,78%,65%)
(0.43/0.00/0.78/0.65)	

CMYK percentages

%42.7
%0
%77.53
%65.1

Codes

Color #335914 in popluar color models

335914
RGB518920
HSL93°63.30%21.37%
HSB/HSV93°77.53%34.90%
CMYK42.70%0.00%77.53%
65.10%

Color #335914 in popluar number systems.

HEX335914
Decimal518920
Binary110011101100110100
Octal6313124

Shades and tints

Shades of #335914

#335914
(51,89,20)
#2F5113
(47,81,19)
#2B4912
(43,73,18)
#274111
(39,65,17)
#233910
(35,57,16)
#1F310F
(31,49,15)
#1B290E
(27,41,14)
#17210D
(23,33,13)
#13190C
(19,25,12)
#0F110B
(15,17,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #335914

#335914
(51,89,20)
#456829
(69,104,41)
#57773E
(87,119,62)
#698653
(105,134,83)
#7B9568
(123,149,104)
#8DA47D
(141,164,125)
#9FB392
(159,179,146)
#B1C2A7
(177,194,167)
#C3D1BC
(195,209,188)
#D5E0D1
(213,224,209)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335914; }

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

This text font color is #335914.


Background Color

.myBgColor { background-color: #335914; }

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

This div background color is #335914.


Border color

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

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

This div border color is #335914.


Opacity

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

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

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

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

This text has shadow with #335914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335914 on black background.


Color preview on white background

This text has color #335914 on white background.



Black color preview on #335914 background

This text has black color on #335914 background.


White color preview on #335914 background

This text has white color on #335914 background.