COLOR #335D11

HEX: #335D11
RGB: (51,93,17)

Color info

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

RGB color model

#335D11 color RGB value is (51,93,17).

  • red value is 51;
  • green value is 93;
  • blue value is 17.
RGB:
(51,93,17)
(20%,36%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 93 of 255 = 36%
B 17 of 255 = 7%

51
93
17

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

Portions of RGB colors in percentages

R + G + B =
51 + 93 + 17 = 161 (100%)
R 51 of 161 ~ 31.68%
G 93 of 161 ~ 57.76%
B 17 of 161 ~ 10.56%

%31.68
%57.76
%10.56

CMYK color model

#335D11 color CMYK value is (45,0,82,64).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 81.72%
  • key color value is 63.53%
CMYK:
(45,0,82,64)
C45M0Y82K64 
(45%,0%,82%,64%)
(0.45/0.00/0.82/0.64)	

CMYK percentages

%45.16
%0
%81.72
%63.53

Codes

Color #335D11 in popluar color models

335D11
RGB519317
HSL93°69.09%21.57%
HSB/HSV93°81.72%36.47%
CMYK45.16%0.00%81.72%
63.53%

Color #335D11 in popluar number systems.

HEX335D11
Decimal519317
Binary110011101110110001
Octal6313521

Shades and tints

Shades of #335D11

#335D11
(51,93,17)
#2F5510
(47,85,16)
#2B4D0F
(43,77,15)
#27450E
(39,69,14)
#233D0D
(35,61,13)
#1F350C
(31,53,12)
#1B2D0B
(27,45,11)
#17250A
(23,37,10)
#131D09
(19,29,9)
#0F1508
(15,21,8)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #335D11

#335D11
(51,93,17)
#456B26
(69,107,38)
#57793B
(87,121,59)
#698750
(105,135,80)
#7B9565
(123,149,101)
#8DA37A
(141,163,122)
#9FB18F
(159,177,143)
#B1BFA4
(177,191,164)
#C3CDB9
(195,205,185)
#D5DBCE
(213,219,206)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335D11 color. Also use rgb(51,93,17) instead hex code.

Text Font Color

.myTextColor { color: #335D11; }

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

This text font color is #335D11.


Background Color

.myBgColor { background-color: #335D11; }

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

This div background color is #335D11.


Border color

.myBorderColor { border: 1px solid #335D11; }

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

This div border color is #335D11.


Opacity

.myOpacity80 { color: #335D11; opacity: 0.8; }

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

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

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

This text has shadow with #335D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335D11 on black background.


Color preview on white background

This text has color #335D11 on white background.



Black color preview on #335D11 background

This text has black color on #335D11 background.


White color preview on #335D11 background

This text has white color on #335D11 background.