COLOR #353328

HEX: #353328
RGB: (53,51,40)

Color info

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

RGB color model

#353328 color RGB value is (53,51,40).

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

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 40 of 255 = 16%

53
51
40

R + G + B ~ 19%. #353328 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 40 = 144 (100%)
R 53 of 144 ~ 36.81%
G 51 of 144 ~ 35.42%
B 40 of 144 ~ 27.78%

%36.81
%35.42
%27.78

CMYK color model

#353328 color CMYK value is (0,4,25,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(0,4,25,79)
C0M4Y25K79 
(0%,4%,25%,79%)
(0.00/0.04/0.25/0.79)	

CMYK percentages

%0
%3.77
%24.53
%79.22

Codes

Color #353328 in popluar color models

353328
RGB535140
HSL51°13.98%18.24%
HSB/HSV51°24.53%20.78%
CMYK0.00%3.77%24.53%
79.22%

Color #353328 in popluar number systems.

HEX353328
Decimal535140
Binary110101110011101000
Octal656350

Shades and tints

Shades of #353328

#353328
(53,51,40)
#312F25
(49,47,37)
#2D2B22
(45,43,34)
#29271F
(41,39,31)
#25231C
(37,35,28)
#211F19
(33,31,25)
#1D1B16
(29,27,22)
#191713
(25,23,19)
#151310
(21,19,16)
#110F0D
(17,15,13)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #353328

#353328
(53,51,40)
#47453B
(71,69,59)
#59574E
(89,87,78)
#6B6961
(107,105,97)
#7D7B74
(125,123,116)
#8F8D87
(143,141,135)
#A19F9A
(161,159,154)
#B3B1AD
(179,177,173)
#C5C3C0
(197,195,192)
#D7D5D3
(215,213,211)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353328; }

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

This text font color is #353328.


Background Color

.myBgColor { background-color: #353328; }

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

This div background color is #353328.


Border color

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

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

This div border color is #353328.


Opacity

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

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

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

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

This text has shadow with #353328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353328 on black background.


Color preview on white background

This text has color #353328 on white background.



Black color preview on #353328 background

This text has black color on #353328 background.


White color preview on #353328 background

This text has white color on #353328 background.