COLOR #352717

HEX: #352717
RGB: (53,39,23)

Color info

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

RGB color model

#352717 color RGB value is (53,39,23).

  • red value is 53;
  • green value is 39;
  • blue value is 23.
RGB:
(53,39,23)
(21%,15%,9%)

RGB channels and saturation

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

53
39
23

R + G + B ~ 15%. #352717 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 23 = 115 (100%)
R 53 of 115 ~ 46.09%
G 39 of 115 ~ 33.91%
B 23 of 115 ~ 20%

%46.09
%33.91
%20

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 56.60%
  • key color value is 79.22%
CMYK:
(0,26,57,79)
C0M26Y57K79 
(0%,26%,57%,79%)
(0.00/0.26/0.57/0.79)	

CMYK percentages

%0
%26.42
%56.6
%79.22

Codes

Color #352717 in popluar color models

352717
RGB533923
HSL32°39.47%14.90%
HSB/HSV32°56.60%20.78%
CMYK0.00%26.42%56.60%
79.22%

Color #352717 in popluar number systems.

HEX352717
Decimal533923
Binary11010110011110111
Octal654727

Shades and tints

Shades of #352717

#352717
(53,39,23)
#312415
(49,36,21)
#2D2113
(45,33,19)
#291E11
(41,30,17)
#251B0F
(37,27,15)
#21180D
(33,24,13)
#1D150B
(29,21,11)
#191209
(25,18,9)
#150F07
(21,15,7)
#110C05
(17,12,5)
#0D0903
(13,9,3)
#000000
(0,0,0)

Tints of #352717

#352717
(53,39,23)
#473A2C
(71,58,44)
#594D41
(89,77,65)
#6B6056
(107,96,86)
#7D736B
(125,115,107)
#8F8680
(143,134,128)
#A19995
(161,153,149)
#B3ACAA
(179,172,170)
#C5BFBF
(197,191,191)
#D7D2D4
(215,210,212)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352717; }

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

This text font color is #352717.


Background Color

.myBgColor { background-color: #352717; }

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

This div background color is #352717.


Border color

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

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

This div border color is #352717.


Opacity

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

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

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

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

This text has shadow with #352717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352717 on black background.


Color preview on white background

This text has color #352717 on white background.



Black color preview on #352717 background

This text has black color on #352717 background.


White color preview on #352717 background

This text has white color on #352717 background.