COLOR #353517

HEX: #353517 RGB: (53,53,23)

Color info

#353517 contains red, green and blue colors in about the same proportion. Web safe color of #353517 is #333300 (or #330).

RGB color model

#353517 color RGB value is (53,53,23).

RGB: (53,53,23) (21%, 21%, 9%)

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 23 of 255 = 9%

53
53
23

R + G + B ~ 17%. #353517 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 23 = 129 (100%)
R 53 of 129 ~ 41.09%
G 53 of 129 ~ 41.09%
B 23 of 129 ~ 17.83'%

%41.09
%41.09
%17.83

CMYK color model

#353517 color CMYK value is (0,0,57,79).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 79.22%

CMYK: (0,0,57,79)
C0M0Y57K79 (0%, 0%, 57%, 79%)
(0.00 / 0.00 / 0.57 / 0.79)

CMYK percentages

%0
%0
%56.6
%79.22

Codes

Color #353517 in popluar color models

35 35 17
RGB 53 53 23
HSL 60° 39.47% 14.90%
HSB/HSV 60° 56.60% 20.78%
CMYK 0.00% 0.00% 56.60%
79.22%

Color #353517 in popluar number systems.

HEX 35 35 17
Decimal 53 53 23
Binary 110101 110101 10111
Octal 65 65 27

Shades and tints

Shades of #353517

#353517
(53,53,23)
#313115
(49,49,21)
#2D2D13
(45,45,19)
#292911
(41,41,17)
#25250F
(37,37,15)
#21210D
(33,33,13)
#1D1D0B
(29,29,11)
#191909
(25,25,9)
#151507
(21,21,7)
#111105
(17,17,5)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #353517

#353517
(53,53,23)
#47472C
(71,71,44)
#595941
(89,89,65)
#6B6B56
(107,107,86)
#7D7D6B
(125,125,107)
#8F8F80
(143,143,128)
#A1A195
(161,161,149)
#B3B3AA
(179,179,170)
#C5C5BF
(197,197,191)
#D7D7D4
(215,215,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353517; }

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

This text font color is #353517.

Background Color

.myBgColor { background-color: #353517; }

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

This div background color is #353517.

Border color

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

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

This div border color is #353517.

Opacity

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

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

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

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

This text has shadow with #353517 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353517.

Preview

Color preview on black background

This text has color #353517 on black background.


Color preview on white background

This text has color #353517 on white background.


Black color preview on #353517 background

This text has black color on #353517 background.


White color preview on #353517 background

This text has white color on #353517 background.


Related colors

Complementary color

Complementary color for #hex is #CACAE8.


I love getcolorcode.com