COLOR #353326

HEX: #353326
RGB: (53,51,38)

Color info

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

RGB color model

#353326 color RGB value is (53,51,38).

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

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 38 of 255 = 15%

53
51
38

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

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 38 = 142 (100%)
R 53 of 142 ~ 37.32%
G 51 of 142 ~ 35.92%
B 38 of 142 ~ 26.76%

%37.32
%35.92
%26.76

CMYK color model

#353326 color CMYK value is (0,4,28,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 28.30%
  • key color value is 79.22%
CMYK:
(0,4,28,79)
C0M4Y28K79 
(0%,4%,28%,79%)
(0.00/0.04/0.28/0.79)	

CMYK percentages

%0
%3.77
%28.3
%79.22

Codes

Color #353326 in popluar color models

353326
RGB535138
HSL52°16.48%17.84%
HSB/HSV52°28.30%20.78%
CMYK0.00%3.77%28.30%
79.22%

Color #353326 in popluar number systems.

HEX353326
Decimal535138
Binary110101110011100110
Octal656346

Shades and tints

Shades of #353326

#353326
(53,51,38)
#312F23
(49,47,35)
#2D2B20
(45,43,32)
#29271D
(41,39,29)
#25231A
(37,35,26)
#211F17
(33,31,23)
#1D1B14
(29,27,20)
#191711
(25,23,17)
#15130E
(21,19,14)
#110F0B
(17,15,11)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #353326

#353326
(53,51,38)
#474539
(71,69,57)
#59574C
(89,87,76)
#6B695F
(107,105,95)
#7D7B72
(125,123,114)
#8F8D85
(143,141,133)
#A19F98
(161,159,152)
#B3B1AB
(179,177,171)
#C5C3BE
(197,195,190)
#D7D5D1
(215,213,209)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353326; }

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

This text font color is #353326.


Background Color

.myBgColor { background-color: #353326; }

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

This div background color is #353326.


Border color

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

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

This div border color is #353326.


Opacity

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

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

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

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

This text has shadow with #353326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353326 on black background.


Color preview on white background

This text has color #353326 on white background.



Black color preview on #353326 background

This text has black color on #353326 background.


White color preview on #353326 background

This text has white color on #353326 background.