COLOR #335F33

HEX: #335F33
RGB: (51,95,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

51
95
51

R + G + B ~ 26%. #335F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 95 + 51 = 197 (100%)
R 51 of 197 ~ 25.89%
G 95 of 197 ~ 48.22%
B 51 of 197 ~ 25.89%

%25.89
%48.22
%25.89

CMYK color model

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

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

CMYK percentages

%46.32
%0
%46.32
%62.75

Codes

Color #335F33 in popluar color models

335F33
RGB519551
HSL120°30.14%28.63%
HSB/HSV120°46.32%37.25%
CMYK46.32%0.00%46.32%
62.75%

Color #335F33 in popluar number systems.

HEX335F33
Decimal519551
Binary1100111011111110011
Octal6313763

Shades and tints

Shades of #335F33

#335F33
(51,95,51)
#2F572F
(47,87,47)
#2B4F2B
(43,79,43)
#274727
(39,71,39)
#233F23
(35,63,35)
#1F371F
(31,55,31)
#1B2F1B
(27,47,27)
#172717
(23,39,23)
#131F13
(19,31,19)
#0F170F
(15,23,15)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #335F33

#335F33
(51,95,51)
#456D45
(69,109,69)
#577B57
(87,123,87)
#698969
(105,137,105)
#7B977B
(123,151,123)
#8DA58D
(141,165,141)
#9FB39F
(159,179,159)
#B1C1B1
(177,193,177)
#C3CFC3
(195,207,195)
#D5DDD5
(213,221,213)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335F33; }

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

This text font color is #335F33.


Background Color

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

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

This div background color is #335F33.


Border color

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

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

This div border color is #335F33.


Opacity

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

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

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

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

This text has shadow with #335F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335F33 on black background.


Color preview on white background

This text has color #335F33 on white background.



Black color preview on #335F33 background

This text has black color on #335F33 background.


White color preview on #335F33 background

This text has white color on #335F33 background.