COLOR #335934

HEX: #335934
RGB: (51,89,52)

Color info

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

RGB color model

#335934 color RGB value is (51,89,52).

  • red value is 51;
  • green value is 89;
  • blue value is 52.
RGB:
(51,89,52)
(20%,35%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 89 of 255 = 35%
B 52 of 255 = 20%

51
89
52

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

Portions of RGB colors in percentages

R + G + B =
51 + 89 + 52 = 192 (100%)
R 51 of 192 ~ 26.56%
G 89 of 192 ~ 46.35%
B 52 of 192 ~ 27.08%

%26.56
%46.35
%27.08

CMYK color model

#335934 color CMYK value is (43,0,42,65).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 65.10%
CMYK:
(43,0,42,65)
C43M0Y42K65 
(43%,0%,42%,65%)
(0.43/0.00/0.42/0.65)	

CMYK percentages

%42.7
%0
%41.57
%65.1

Codes

Color #335934 in popluar color models

335934
RGB518952
HSL122°27.14%27.45%
HSB/HSV122°42.70%34.90%
CMYK42.70%0.00%41.57%
65.10%

Color #335934 in popluar number systems.

HEX335934
Decimal518952
Binary1100111011001110100
Octal6313164

Shades and tints

Shades of #335934

#335934
(51,89,52)
#2F5130
(47,81,48)
#2B492C
(43,73,44)
#274128
(39,65,40)
#233924
(35,57,36)
#1F3120
(31,49,32)
#1B291C
(27,41,28)
#172118
(23,33,24)
#131914
(19,25,20)
#0F1110
(15,17,16)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #335934

#335934
(51,89,52)
#456846
(69,104,70)
#577758
(87,119,88)
#69866A
(105,134,106)
#7B957C
(123,149,124)
#8DA48E
(141,164,142)
#9FB3A0
(159,179,160)
#B1C2B2
(177,194,178)
#C3D1C4
(195,209,196)
#D5E0D6
(213,224,214)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335934 color. Also use rgb(51,89,52) instead hex code.

Text Font Color

.myTextColor { color: #335934; }

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

This text font color is #335934.


Background Color

.myBgColor { background-color: #335934; }

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

This div background color is #335934.


Border color

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

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

This div border color is #335934.


Opacity

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

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

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

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

This text has shadow with #335934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335934 on black background.


Color preview on white background

This text has color #335934 on white background.



Black color preview on #335934 background

This text has black color on #335934 background.


White color preview on #335934 background

This text has white color on #335934 background.