COLOR #335513

HEX: #335513
RGB: (51,85,19)

Color info

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

RGB color model

#335513 color RGB value is (51,85,19).

  • red value is 51;
  • green value is 85;
  • blue value is 19.
RGB:
(51,85,19)
(20%,33%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 19 of 255 = 7%

51
85
19

R + G + B ~ 20%. #335513 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 19 = 155 (100%)
R 51 of 155 ~ 32.9%
G 85 of 155 ~ 54.84%
B 19 of 155 ~ 12.26%

%32.9
%54.84
%12.26

CMYK color model

#335513 color CMYK value is (40,0,78,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 77.65%
  • key color value is 66.67%
CMYK:
(40,0,78,67)
C40M0Y78K67 
(40%,0%,78%,67%)
(0.40/0.00/0.78/0.67)	

CMYK percentages

%40
%0
%77.65
%66.67

Codes

Color #335513 in popluar color models

335513
RGB518519
HSL91°63.46%20.39%
HSB/HSV91°77.65%33.33%
CMYK40.00%0.00%77.65%
66.67%

Color #335513 in popluar number systems.

HEX335513
Decimal518519
Binary110011101010110011
Octal6312523

Shades and tints

Shades of #335513

#335513
(51,85,19)
#2F4E12
(47,78,18)
#2B4711
(43,71,17)
#274010
(39,64,16)
#23390F
(35,57,15)
#1F320E
(31,50,14)
#1B2B0D
(27,43,13)
#17240C
(23,36,12)
#131D0B
(19,29,11)
#0F160A
(15,22,10)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335513

#335513
(51,85,19)
#456428
(69,100,40)
#57733D
(87,115,61)
#698252
(105,130,82)
#7B9167
(123,145,103)
#8DA07C
(141,160,124)
#9FAF91
(159,175,145)
#B1BEA6
(177,190,166)
#C3CDBB
(195,205,187)
#D5DCD0
(213,220,208)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335513 color. Also use rgb(51,85,19) instead hex code.

Text Font Color

.myTextColor { color: #335513; }

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

This text font color is #335513.


Background Color

.myBgColor { background-color: #335513; }

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

This div background color is #335513.


Border color

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

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

This div border color is #335513.


Opacity

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

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

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

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

This text has shadow with #335513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335513 on black background.


Color preview on white background

This text has color #335513 on white background.



Black color preview on #335513 background

This text has black color on #335513 background.


White color preview on #335513 background

This text has white color on #335513 background.