COLOR #335F31

HEX: #335F31
RGB: (51,95,49)

Color info

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

RGB color model

#335F31 color RGB value is (51,95,49).

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

RGB channels and saturation

R 51 of 255 = 20%
G 95 of 255 = 37%
B 49 of 255 = 19%

51
95
49

R + G + B ~ 25%. #335F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 95 + 49 = 195 (100%)
R 51 of 195 ~ 26.15%
G 95 of 195 ~ 48.72%
B 49 of 195 ~ 25.13%

%26.15
%48.72
%25.13

CMYK color model

#335F31 color CMYK value is (46,0,48,63).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 62.75%
CMYK:
(46,0,48,63)
C46M0Y48K63 
(46%,0%,48%,63%)
(0.46/0.00/0.48/0.63)	

CMYK percentages

%46.32
%0
%48.42
%62.75

Codes

Color #335F31 in popluar color models

335F31
RGB519549
HSL117°31.94%28.24%
HSB/HSV117°48.42%37.25%
CMYK46.32%0.00%48.42%
62.75%

Color #335F31 in popluar number systems.

HEX335F31
Decimal519549
Binary1100111011111110001
Octal6313761

Shades and tints

Shades of #335F31

#335F31
(51,95,49)
#2F572D
(47,87,45)
#2B4F29
(43,79,41)
#274725
(39,71,37)
#233F21
(35,63,33)
#1F371D
(31,55,29)
#1B2F19
(27,47,25)
#172715
(23,39,21)
#131F11
(19,31,17)
#0F170D
(15,23,13)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335F31

#335F31
(51,95,49)
#456D43
(69,109,67)
#577B55
(87,123,85)
#698967
(105,137,103)
#7B9779
(123,151,121)
#8DA58B
(141,165,139)
#9FB39D
(159,179,157)
#B1C1AF
(177,193,175)
#C3CFC1
(195,207,193)
#D5DDD3
(213,221,211)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335F31; }

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

This text font color is #335F31.


Background Color

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

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

This div background color is #335F31.


Border color

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

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

This div border color is #335F31.


Opacity

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

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

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

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

This text has shadow with #335F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335F31 on black background.


Color preview on white background

This text has color #335F31 on white background.



Black color preview on #335F31 background

This text has black color on #335F31 background.


White color preview on #335F31 background

This text has white color on #335F31 background.