COLOR #352F17

HEX: #352F17
RGB: (53,47,23)

Color info

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

RGB color model

#352F17 color RGB value is (53,47,23).

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

RGB channels and saturation

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

53
47
23

R + G + B ~ 16%. #352F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 47 + 23 = 123 (100%)
R 53 of 123 ~ 43.09%
G 47 of 123 ~ 38.21%
B 23 of 123 ~ 18.7%

%43.09
%38.21
%18.7

CMYK color model

#352F17 color CMYK value is (0,11,57,79).

  • cyan value is 0.00%
  • magenta value is 11.32%
  • yellow value is 56.60%
  • key color value is 79.22%
CMYK:
(0,11,57,79)
C0M11Y57K79 
(0%,11%,57%,79%)
(0.00/0.11/0.57/0.79)	

CMYK percentages

%0
%11.32
%56.6
%79.22

Codes

Color #352F17 in popluar color models

352F17
RGB534723
HSL48°39.47%14.90%
HSB/HSV48°56.60%20.78%
CMYK0.00%11.32%56.60%
79.22%

Color #352F17 in popluar number systems.

HEX352F17
Decimal534723
Binary11010110111110111
Octal655727

Shades and tints

Shades of #352F17

#352F17
(53,47,23)
#312B15
(49,43,21)
#2D2713
(45,39,19)
#292311
(41,35,17)
#251F0F
(37,31,15)
#211B0D
(33,27,13)
#1D170B
(29,23,11)
#191309
(25,19,9)
#150F07
(21,15,7)
#110B05
(17,11,5)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #352F17

#352F17
(53,47,23)
#47412C
(71,65,44)
#595341
(89,83,65)
#6B6556
(107,101,86)
#7D776B
(125,119,107)
#8F8980
(143,137,128)
#A19B95
(161,155,149)
#B3ADAA
(179,173,170)
#C5BFBF
(197,191,191)
#D7D1D4
(215,209,212)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352F17; }

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

This text font color is #352F17.


Background Color

.myBgColor { background-color: #352F17; }

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

This div background color is #352F17.


Border color

.myBorderColor { border: 1px solid #352F17; }

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

This div border color is #352F17.


Opacity

.myOpacity80 { color: #352F17; opacity: 0.8; }

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

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

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

This text has shadow with #352F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352F17 on black background.


Color preview on white background

This text has color #352F17 on white background.



Black color preview on #352F17 background

This text has black color on #352F17 background.


White color preview on #352F17 background

This text has white color on #352F17 background.