COLOR #335726

HEX: #335726
RGB: (51,87,38)

Color info

#335726 contains red, green and blue colors in about the same proportion. Web safe color of #335726 is #336633 (or #363).

RGB color model

#335726 color RGB value is (51,87,38).

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

RGB channels and saturation

R 51 of 255 = 20%
G 87 of 255 = 34%
B 38 of 255 = 15%

51
87
38

R + G + B ~ 23%. #335726 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 87 + 38 = 176 (100%)
R 51 of 176 ~ 28.98%
G 87 of 176 ~ 49.43%
B 38 of 176 ~ 21.59%

%28.98
%49.43
%21.59

CMYK color model

#335726 color CMYK value is (41,0,56,66).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(41,0,56,66)
C41M0Y56K66 
(41%,0%,56%,66%)
(0.41/0.00/0.56/0.66)	

CMYK percentages

%41.38
%0
%56.32
%65.88

Codes

Color #335726 in popluar color models

335726
RGB518738
HSL104°39.20%24.51%
HSB/HSV104°56.32%34.12%
CMYK41.38%0.00%56.32%
65.88%

Color #335726 in popluar number systems.

HEX335726
Decimal518738
Binary1100111010111100110
Octal6312746

Shades and tints

Shades of #335726

#335726
(51,87,38)
#2F5023
(47,80,35)
#2B4920
(43,73,32)
#27421D
(39,66,29)
#233B1A
(35,59,26)
#1F3417
(31,52,23)
#1B2D14
(27,45,20)
#172611
(23,38,17)
#131F0E
(19,31,14)
#0F180B
(15,24,11)
#0B1108
(11,17,8)
#000000
(0,0,0)

Tints of #335726

#335726
(51,87,38)
#456639
(69,102,57)
#57754C
(87,117,76)
#69845F
(105,132,95)
#7B9372
(123,147,114)
#8DA285
(141,162,133)
#9FB198
(159,177,152)
#B1C0AB
(177,192,171)
#C3CFBE
(195,207,190)
#D5DED1
(213,222,209)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335726; }

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

This text font color is #335726.


Background Color

.myBgColor { background-color: #335726; }

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

This div background color is #335726.


Border color

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

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

This div border color is #335726.


Opacity

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

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

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

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

This text has shadow with #335726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335726 on black background.


Color preview on white background

This text has color #335726 on white background.



Black color preview on #335726 background

This text has black color on #335726 background.


White color preview on #335726 background

This text has white color on #335726 background.