COLOR #335C35

HEX: #335C35
RGB: (51,92,53)

Color info

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

RGB color model

#335C35 color RGB value is (51,92,53).

  • red value is 51;
  • green value is 92;
  • blue value is 53.
RGB:
(51,92,53)
(20%,36%,21%)

RGB channels and saturation

R 51 of 255 = 20%
G 92 of 255 = 36%
B 53 of 255 = 21%

51
92
53

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

Portions of RGB colors in percentages

R + G + B =
51 + 92 + 53 = 196 (100%)
R 51 of 196 ~ 26.02%
G 92 of 196 ~ 46.94%
B 53 of 196 ~ 27.04%

%26.02
%46.94
%27.04

CMYK color model

#335C35 color CMYK value is (45,0,42,64).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 42.39%
  • key color value is 63.92%
CMYK:
(45,0,42,64)
C45M0Y42K64 
(45%,0%,42%,64%)
(0.45/0.00/0.42/0.64)	

CMYK percentages

%44.57
%0
%42.39
%63.92

Codes

Color #335C35 in popluar color models

335C35
RGB519253
HSL123°28.67%28.04%
HSB/HSV123°44.57%36.08%
CMYK44.57%0.00%42.39%
63.92%

Color #335C35 in popluar number systems.

HEX335C35
Decimal519253
Binary1100111011100110101
Octal6313465

Shades and tints

Shades of #335C35

#335C35
(51,92,53)
#2F5431
(47,84,49)
#2B4C2D
(43,76,45)
#274429
(39,68,41)
#233C25
(35,60,37)
#1F3421
(31,52,33)
#1B2C1D
(27,44,29)
#172419
(23,36,25)
#131C15
(19,28,21)
#0F1411
(15,20,17)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #335C35

#335C35
(51,92,53)
#456A47
(69,106,71)
#577859
(87,120,89)
#69866B
(105,134,107)
#7B947D
(123,148,125)
#8DA28F
(141,162,143)
#9FB0A1
(159,176,161)
#B1BEB3
(177,190,179)
#C3CCC5
(195,204,197)
#D5DAD7
(213,218,215)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335C35; }

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

This text font color is #335C35.


Background Color

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

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

This div background color is #335C35.


Border color

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

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

This div border color is #335C35.


Opacity

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

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

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

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

This text has shadow with #335C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335C35 on black background.


Color preview on white background

This text has color #335C35 on white background.



Black color preview on #335C35 background

This text has black color on #335C35 background.


White color preview on #335C35 background

This text has white color on #335C35 background.