COLOR #353323

HEX: #353323 RGB: (53,51,35)

Color info

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

RGB color model

#353323 color RGB value is (53,51,35).

RGB: (53,51,35) (21%, 20%, 14%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 35 of 255 = 14%

53
51
35

R + G + B ~ 18%. #353323 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 35 = 139 (100%)
R 53 of 139 ~ 38.13%
G 51 of 139 ~ 36.69%
B 35 of 139 ~ 25.18'%

%38.13
%36.69
%25.18

CMYK color model

#353323 color CMYK value is (0,4,34,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 33.96%
  • key color value is 79.22%

CMYK: (0,4,34,79)
C0M4Y34K79 (0%, 4%, 34%, 79%)
(0.00 / 0.04 / 0.34 / 0.79)

CMYK percentages

%0
%3.77
%33.96
%79.22

Codes

Color #353323 in popluar color models

35 33 23
RGB 53 51 35
HSL 53° 20.45% 17.25%
HSB/HSV 53° 33.96% 20.78%
CMYK 0.00% 3.77% 33.96%
79.22%

Color #353323 in popluar number systems.

HEX 35 33 23
Decimal 53 51 35
Binary 110101 110011 100011
Octal 65 63 43

Shades and tints

Shades of #353323

#353323
(53,51,35)
#312F20
(49,47,32)
#2D2B1D
(45,43,29)
#29271A
(41,39,26)
#252317
(37,35,23)
#211F14
(33,31,20)
#1D1B11
(29,27,17)
#19170E
(25,23,14)
#15130B
(21,19,11)
#110F08
(17,15,8)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #353323

#353323
(53,51,35)
#474537
(71,69,55)
#59574B
(89,87,75)
#6B695F
(107,105,95)
#7D7B73
(125,123,115)
#8F8D87
(143,141,135)
#A19F9B
(161,159,155)
#B3B1AF
(179,177,175)
#C5C3C3
(197,195,195)
#D7D5D7
(215,213,215)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353323; }

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

This text font color is #353323.

Background Color

.myBgColor { background-color: #353323; }

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

This div background color is #353323.

Border color

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

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

This div border color is #353323.

Opacity

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

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

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

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

This text has shadow with #353323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353323.

Preview

Color preview on black background

This text has color #353323 on black background.


Color preview on white background

This text has color #353323 on white background.


Black color preview on #353323 background

This text has black color on #353323 background.


White color preview on #353323 background

This text has white color on #353323 background.


Related colors

Complementary color

Complementary color for #hex is #CACCDC.


I love getcolorcode.com

Triadic colors

1 #233533 and #332335 with #353323 are triadic colors.

2 #233335 and #333523 with #353323 are triadic colors.