COLOR #335531

HEX: #335531
RGB: (51,85,49)

Color info

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

RGB color model

#335531 color RGB value is (51,85,49).

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

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 49 of 255 = 19%

51
85
49

R + G + B ~ 24%. #335531 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 49 = 185 (100%)
R 51 of 185 ~ 27.57%
G 85 of 185 ~ 45.95%
B 49 of 185 ~ 26.49%

%27.57
%45.95
%26.49

CMYK color model

#335531 color CMYK value is (40,0,42,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 42.35%
  • key color value is 66.67%
CMYK:
(40,0,42,67)
C40M0Y42K67 
(40%,0%,42%,67%)
(0.40/0.00/0.42/0.67)	

CMYK percentages

%40
%0
%42.35
%66.67

Codes

Color #335531 in popluar color models

335531
RGB518549
HSL117°26.87%26.27%
HSB/HSV117°42.35%33.33%
CMYK40.00%0.00%42.35%
66.67%

Color #335531 in popluar number systems.

HEX335531
Decimal518549
Binary1100111010101110001
Octal6312561

Shades and tints

Shades of #335531

#335531
(51,85,49)
#2F4E2D
(47,78,45)
#2B4729
(43,71,41)
#274025
(39,64,37)
#233921
(35,57,33)
#1F321D
(31,50,29)
#1B2B19
(27,43,25)
#172415
(23,36,21)
#131D11
(19,29,17)
#0F160D
(15,22,13)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #335531

#335531
(51,85,49)
#456443
(69,100,67)
#577355
(87,115,85)
#698267
(105,130,103)
#7B9179
(123,145,121)
#8DA08B
(141,160,139)
#9FAF9D
(159,175,157)
#B1BEAF
(177,190,175)
#C3CDC1
(195,205,193)
#D5DCD3
(213,220,211)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335531; }

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

This text font color is #335531.


Background Color

.myBgColor { background-color: #335531; }

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

This div background color is #335531.


Border color

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

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

This div border color is #335531.


Opacity

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

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

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

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

This text has shadow with #335531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335531 on black background.


Color preview on white background

This text has color #335531 on white background.



Black color preview on #335531 background

This text has black color on #335531 background.


White color preview on #335531 background

This text has white color on #335531 background.