COLOR #353228

HEX: #353228
RGB: (53,50,40)

Color info

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

RGB color model

#353228 color RGB value is (53,50,40).

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

RGB channels and saturation

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

53
50
40

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

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 40 = 143 (100%)
R 53 of 143 ~ 37.06%
G 50 of 143 ~ 34.97%
B 40 of 143 ~ 27.97%

%37.06
%34.97
%27.97

CMYK color model

#353228 color CMYK value is (0,6,25,79).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 24.53%
  • key color value is 79.22%
CMYK:
(0,6,25,79)
C0M6Y25K79 
(0%,6%,25%,79%)
(0.00/0.06/0.25/0.79)	

CMYK percentages

%0
%5.66
%24.53
%79.22

Codes

Color #353228 in popluar color models

353228
RGB535040
HSL46°13.98%18.24%
HSB/HSV46°24.53%20.78%
CMYK0.00%5.66%24.53%
79.22%

Color #353228 in popluar number systems.

HEX353228
Decimal535040
Binary110101110010101000
Octal656250

Shades and tints

Shades of #353228

#353228
(53,50,40)
#312E25
(49,46,37)
#2D2A22
(45,42,34)
#29261F
(41,38,31)
#25221C
(37,34,28)
#211E19
(33,30,25)
#1D1A16
(29,26,22)
#191613
(25,22,19)
#151210
(21,18,16)
#110E0D
(17,14,13)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #353228

#353228
(53,50,40)
#47443B
(71,68,59)
#59564E
(89,86,78)
#6B6861
(107,104,97)
#7D7A74
(125,122,116)
#8F8C87
(143,140,135)
#A19E9A
(161,158,154)
#B3B0AD
(179,176,173)
#C5C2C0
(197,194,192)
#D7D4D3
(215,212,211)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353228; }

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

This text font color is #353228.


Background Color

.myBgColor { background-color: #353228; }

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

This div background color is #353228.


Border color

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

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

This div border color is #353228.


Opacity

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

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

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

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

This text has shadow with #353228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353228 on black background.


Color preview on white background

This text has color #353228 on white background.



Black color preview on #353228 background

This text has black color on #353228 background.


White color preview on #353228 background

This text has white color on #353228 background.