COLOR #33352D

HEX: #33352D
RGB: (51,53,45)

Color info

#33352D contains red, green and blue colors in about the same proportion. Web safe color of #33352D is #333333 (or #333).

RGB color model

#33352D color RGB value is (51,53,45).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 45 of 255 = 18%

51
53
45

R + G + B ~ 20%. #33352D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 45 = 149 (100%)
R 51 of 149 ~ 34.23%
G 53 of 149 ~ 35.57%
B 45 of 149 ~ 30.2%

%34.23
%35.57
%30.2

CMYK color model

#33352D color CMYK value is (4,0,15,79).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 79.22%
CMYK:
(4,0,15,79)
C4M0Y15K79 
(4%,0%,15%,79%)
(0.04/0.00/0.15/0.79)	

CMYK percentages

%3.77
%0
%15.09
%79.22

Codes

Color #33352D in popluar color models

33352D
RGB515345
HSL75°8.16%19.22%
HSB/HSV75°15.09%20.78%
CMYK3.77%0.00%15.09%
79.22%

Color #33352D in popluar number systems.

HEX33352D
Decimal515345
Binary110011110101101101
Octal636555

Shades and tints

Shades of #33352D

#33352D
(51,53,45)
#2F3129
(47,49,41)
#2B2D25
(43,45,37)
#272921
(39,41,33)
#23251D
(35,37,29)
#1F2119
(31,33,25)
#1B1D15
(27,29,21)
#171911
(23,25,17)
#13150D
(19,21,13)
#0F1109
(15,17,9)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #33352D

#33352D
(51,53,45)
#454740
(69,71,64)
#575953
(87,89,83)
#696B66
(105,107,102)
#7B7D79
(123,125,121)
#8D8F8C
(141,143,140)
#9FA19F
(159,161,159)
#B1B3B2
(177,179,178)
#C3C5C5
(195,197,197)
#D5D7D8
(213,215,216)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33352D color. Also use rgb(51,53,45) instead hex code.

Text Font Color

.myTextColor { color: #33352D; }

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

This text font color is #33352D.


Background Color

.myBgColor { background-color: #33352D; }

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

This div background color is #33352D.


Border color

.myBorderColor { border: 1px solid #33352D; }

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

This div border color is #33352D.


Opacity

.myOpacity80 { color: #33352D; opacity: 0.8; }

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

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

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

This text has shadow with #33352D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33352D on black background.


Color preview on white background

This text has color #33352D on white background.



Black color preview on #33352D background

This text has black color on #33352D background.


White color preview on #33352D background

This text has white color on #33352D background.