COLOR #335334

HEX: #335334
RGB: (51,83,52)

Color info

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

RGB color model

#335334 color RGB value is (51,83,52).

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

RGB channels and saturation

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

51
83
52

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

Portions of RGB colors in percentages

R + G + B =
51 + 83 + 52 = 186 (100%)
R 51 of 186 ~ 27.42%
G 83 of 186 ~ 44.62%
B 52 of 186 ~ 27.96%

%27.42
%44.62
%27.96

CMYK color model

#335334 color CMYK value is (39,0,37,67).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(39,0,37,67)
C39M0Y37K67 
(39%,0%,37%,67%)
(0.39/0.00/0.37/0.67)	

CMYK percentages

%38.55
%0
%37.35
%67.45

Codes

Color #335334 in popluar color models

335334
RGB518352
HSL122°23.88%26.27%
HSB/HSV122°38.55%32.55%
CMYK38.55%0.00%37.35%
67.45%

Color #335334 in popluar number systems.

HEX335334
Decimal518352
Binary1100111010011110100
Octal6312364

Shades and tints

Shades of #335334

#335334
(51,83,52)
#2F4C30
(47,76,48)
#2B452C
(43,69,44)
#273E28
(39,62,40)
#233724
(35,55,36)
#1F3020
(31,48,32)
#1B291C
(27,41,28)
#172218
(23,34,24)
#131B14
(19,27,20)
#0F1410
(15,20,16)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #335334

#335334
(51,83,52)
#456246
(69,98,70)
#577158
(87,113,88)
#69806A
(105,128,106)
#7B8F7C
(123,143,124)
#8D9E8E
(141,158,142)
#9FADA0
(159,173,160)
#B1BCB2
(177,188,178)
#C3CBC4
(195,203,196)
#D5DAD6
(213,218,214)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #335334; }

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

This text font color is #335334.


Background Color

.myBgColor { background-color: #335334; }

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

This div background color is #335334.


Border color

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

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

This div border color is #335334.


Opacity

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

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

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

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

This text has shadow with #335334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335334 on black background.


Color preview on white background

This text has color #335334 on white background.



Black color preview on #335334 background

This text has black color on #335334 background.


White color preview on #335334 background

This text has white color on #335334 background.