COLOR #335710

HEX: #335710
RGB: (51,87,16)

Color info

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

RGB color model

#335710 color RGB value is (51,87,16).

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

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 16 of 255 = 6%

51
87
16

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

Portions of RGB colors in percentages

R + G + B =
51 + 87 + 16 = 154 (100%)
R 51 of 154 ~ 33.12%
G 87 of 154 ~ 56.49%
B 16 of 154 ~ 10.39%

%33.12
%56.49
%10.39

CMYK color model

#335710 color CMYK value is (41,0,82,66).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 81.61%
  • key color value is 65.88%
CMYK:
(41,0,82,66)
C41M0Y82K66 
(41%,0%,82%,66%)
(0.41/0.00/0.82/0.66)	

CMYK percentages

%41.38
%0
%81.61
%65.88

Codes

Color #335710 in popluar color models

335710
RGB518716
HSL90°68.93%20.20%
HSB/HSV90°81.61%34.12%
CMYK41.38%0.00%81.61%
65.88%

Color #335710 in popluar number systems.

HEX335710
Decimal518716
Binary110011101011110000
Octal6312720

Shades and tints

Shades of #335710

#335710
(51,87,16)
#2F500F
(47,80,15)
#2B490E
(43,73,14)
#27420D
(39,66,13)
#233B0C
(35,59,12)
#1F340B
(31,52,11)
#1B2D0A
(27,45,10)
#172609
(23,38,9)
#131F08
(19,31,8)
#0F1807
(15,24,7)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #335710

#335710
(51,87,16)
#456625
(69,102,37)
#57753A
(87,117,58)
#69844F
(105,132,79)
#7B9364
(123,147,100)
#8DA279
(141,162,121)
#9FB18E
(159,177,142)
#B1C0A3
(177,192,163)
#C3CFB8
(195,207,184)
#D5DECD
(213,222,205)
#E7EDE2
(231,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335710; }

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

This text font color is #335710.


Background Color

.myBgColor { background-color: #335710; }

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

This div background color is #335710.


Border color

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

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

This div border color is #335710.


Opacity

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

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

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

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

This text has shadow with #335710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335710 on black background.


Color preview on white background

This text has color #335710 on white background.



Black color preview on #335710 background

This text has black color on #335710 background.


White color preview on #335710 background

This text has white color on #335710 background.