COLOR #335016

HEX: #335016
RGB: (51,80,22)

Color info

#335016 contains red, green and blue colors in about the same proportion. Web safe color of #335016 is #336600 (or #360).

RGB color model

#335016 color RGB value is (51,80,22).

  • red value is 51;
  • green value is 80;
  • blue value is 22.
RGB:
(51,80,22)
(20%,31%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 22 of 255 = 9%

51
80
22

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

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 22 = 153 (100%)
R 51 of 153 ~ 33.33%
G 80 of 153 ~ 52.29%
B 22 of 153 ~ 14.38%

%33.33
%52.29
%14.38

CMYK color model

#335016 color CMYK value is (36,0,73,69).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(36,0,73,69)
C36M0Y73K69 
(36%,0%,73%,69%)
(0.36/0.00/0.73/0.69)	

CMYK percentages

%36.25
%0
%72.5
%68.63

Codes

Color #335016 in popluar color models

335016
RGB518022
HSL90°56.86%20.00%
HSB/HSV90°72.50%31.37%
CMYK36.25%0.00%72.50%
68.63%

Color #335016 in popluar number systems.

HEX335016
Decimal518022
Binary110011101000010110
Octal6312026

Shades and tints

Shades of #335016

#335016
(51,80,22)
#2F4914
(47,73,20)
#2B4212
(43,66,18)
#273B10
(39,59,16)
#23340E
(35,52,14)
#1F2D0C
(31,45,12)
#1B260A
(27,38,10)
#171F08
(23,31,8)
#131806
(19,24,6)
#0F1104
(15,17,4)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #335016

#335016
(51,80,22)
#455F2B
(69,95,43)
#576E40
(87,110,64)
#697D55
(105,125,85)
#7B8C6A
(123,140,106)
#8D9B7F
(141,155,127)
#9FAA94
(159,170,148)
#B1B9A9
(177,185,169)
#C3C8BE
(195,200,190)
#D5D7D3
(213,215,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335016 color. Also use rgb(51,80,22) instead hex code.

Text Font Color

.myTextColor { color: #335016; }

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

This text font color is #335016.


Background Color

.myBgColor { background-color: #335016; }

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

This div background color is #335016.


Border color

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

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

This div border color is #335016.


Opacity

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

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

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

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

This text has shadow with #335016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335016 on black background.


Color preview on white background

This text has color #335016 on white background.



Black color preview on #335016 background

This text has black color on #335016 background.


White color preview on #335016 background

This text has white color on #335016 background.