COLOR #335714

HEX: #335714
RGB: (51,87,20)

Color info

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

RGB color model

#335714 color RGB value is (51,87,20).

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

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 20 of 255 = 8%

51
87
20

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

Portions of RGB colors in percentages

R + G + B =
51 + 87 + 20 = 158 (100%)
R 51 of 158 ~ 32.28%
G 87 of 158 ~ 55.06%
B 20 of 158 ~ 12.66%

%32.28
%55.06
%12.66

CMYK color model

#335714 color CMYK value is (41,0,77,66).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 77.01%
  • key color value is 65.88%
CMYK:
(41,0,77,66)
C41M0Y77K66 
(41%,0%,77%,66%)
(0.41/0.00/0.77/0.66)	

CMYK percentages

%41.38
%0
%77.01
%65.88

Codes

Color #335714 in popluar color models

335714
RGB518720
HSL92°62.62%20.98%
HSB/HSV92°77.01%34.12%
CMYK41.38%0.00%77.01%
65.88%

Color #335714 in popluar number systems.

HEX335714
Decimal518720
Binary110011101011110100
Octal6312724

Shades and tints

Shades of #335714

#335714
(51,87,20)
#2F5013
(47,80,19)
#2B4912
(43,73,18)
#274211
(39,66,17)
#233B10
(35,59,16)
#1F340F
(31,52,15)
#1B2D0E
(27,45,14)
#17260D
(23,38,13)
#131F0C
(19,31,12)
#0F180B
(15,24,11)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #335714

#335714
(51,87,20)
#456629
(69,102,41)
#57753E
(87,117,62)
#698453
(105,132,83)
#7B9368
(123,147,104)
#8DA27D
(141,162,125)
#9FB192
(159,177,146)
#B1C0A7
(177,192,167)
#C3CFBC
(195,207,188)
#D5DED1
(213,222,209)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335714; }

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

This text font color is #335714.


Background Color

.myBgColor { background-color: #335714; }

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

This div background color is #335714.


Border color

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

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

This div border color is #335714.


Opacity

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

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

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

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

This text has shadow with #335714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335714 on black background.


Color preview on white background

This text has color #335714 on white background.



Black color preview on #335714 background

This text has black color on #335714 background.


White color preview on #335714 background

This text has white color on #335714 background.