COLOR #335332

HEX: #335332
RGB: (51,83,50)

Color info

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

RGB color model

#335332 color RGB value is (51,83,50).

  • red value is 51;
  • green value is 83;
  • blue value is 50.
RGB:
(51,83,50)
(20%,33%,20%)

RGB channels and saturation

R 51 of 255 = 20%
G 83 of 255 = 33%
B 50 of 255 = 20%

51
83
50

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 50 = 184 (100%)
R 51 of 184 ~ 27.72%
G 83 of 184 ~ 45.11%
B 50 of 184 ~ 27.17%

%27.72
%45.11
%27.17

CMYK color model

#335332 color CMYK value is (39,0,40,67).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 67.45%
CMYK:
(39,0,40,67)
C39M0Y40K67 
(39%,0%,40%,67%)
(0.39/0.00/0.40/0.67)	

CMYK percentages

%38.55
%0
%39.76
%67.45

Codes

Color #335332 in popluar color models

335332
RGB518350
HSL118°24.81%26.08%
HSB/HSV118°39.76%32.55%
CMYK38.55%0.00%39.76%
67.45%

Color #335332 in popluar number systems.

HEX335332
Decimal518350
Binary1100111010011110010
Octal6312362

Shades and tints

Shades of #335332

#335332
(51,83,50)
#2F4C2E
(47,76,46)
#2B452A
(43,69,42)
#273E26
(39,62,38)
#233722
(35,55,34)
#1F301E
(31,48,30)
#1B291A
(27,41,26)
#172216
(23,34,22)
#131B12
(19,27,18)
#0F140E
(15,20,14)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #335332

#335332
(51,83,50)
#456244
(69,98,68)
#577156
(87,113,86)
#698068
(105,128,104)
#7B8F7A
(123,143,122)
#8D9E8C
(141,158,140)
#9FAD9E
(159,173,158)
#B1BCB0
(177,188,176)
#C3CBC2
(195,203,194)
#D5DAD4
(213,218,212)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335332 color. Also use rgb(51,83,50) instead hex code.

Text Font Color

.myTextColor { color: #335332; }

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

This text font color is #335332.


Background Color

.myBgColor { background-color: #335332; }

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

This div background color is #335332.


Border color

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

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

This div border color is #335332.


Opacity

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

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

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

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

This text has shadow with #335332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335332 on black background.


Color preview on white background

This text has color #335332 on white background.



Black color preview on #335332 background

This text has black color on #335332 background.


White color preview on #335332 background

This text has white color on #335332 background.