COLOR #335F0D

HEX: #335F0D
RGB: (51,95,13)

Color info

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

RGB color model

#335F0D color RGB value is (51,95,13).

  • red value is 51;
  • green value is 95;
  • blue value is 13.
RGB:
(51,95,13)
(20%,37%,5%)

RGB channels and saturation

R 51 of 255 = 20%
G 95 of 255 = 37%
B 13 of 255 = 5%

51
95
13

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

Portions of RGB colors in percentages

R + G + B =
51 + 95 + 13 = 159 (100%)
R 51 of 159 ~ 32.08%
G 95 of 159 ~ 59.75%
B 13 of 159 ~ 8.18%

%32.08
%59.75

CMYK color model

#335F0D color CMYK value is (46,0,86,63).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 86.32%
  • key color value is 62.75%
CMYK:
(46,0,86,63)
C46M0Y86K63 
(46%,0%,86%,63%)
(0.46/0.00/0.86/0.63)	

CMYK percentages

%46.32
%0
%86.32
%62.75

Codes

Color #335F0D in popluar color models

335F0D
RGB519513
HSL92°75.93%21.18%
HSB/HSV92°86.32%37.25%
CMYK46.32%0.00%86.32%
62.75%

Color #335F0D in popluar number systems.

HEX335F0D
Decimal519513
Binary11001110111111101
Octal6313715

Shades and tints

Shades of #335F0D

#335F0D
(51,95,13)
#2F570C
(47,87,12)
#2B4F0B
(43,79,11)
#27470A
(39,71,10)
#233F09
(35,63,9)
#1F3708
(31,55,8)
#1B2F07
(27,47,7)
#172706
(23,39,6)
#131F05
(19,31,5)
#0F1704
(15,23,4)
#0B0F03
(11,15,3)
#000000
(0,0,0)

Tints of #335F0D

#335F0D
(51,95,13)
#456D23
(69,109,35)
#577B39
(87,123,57)
#69894F
(105,137,79)
#7B9765
(123,151,101)
#8DA57B
(141,165,123)
#9FB391
(159,179,145)
#B1C1A7
(177,193,167)
#C3CFBD
(195,207,189)
#D5DDD3
(213,221,211)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335F0D color. Also use rgb(51,95,13) instead hex code.

Text Font Color

.myTextColor { color: #335F0D; }

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

This text font color is #335F0D.


Background Color

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

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

This div background color is #335F0D.


Border color

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

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

This div border color is #335F0D.


Opacity

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

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

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

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

This text has shadow with #335F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335F0D on black background.


Color preview on white background

This text has color #335F0D on white background.



Black color preview on #335F0D background

This text has black color on #335F0D background.


White color preview on #335F0D background

This text has white color on #335F0D background.