COLOR #35170F

HEX: #35170F
RGB: (53,23,15)

Color info

#35170F contains red, green and blue colors in about the same proportion. Web safe color of #35170F is #330000 (or #300).

RGB color model

#35170F color RGB value is (53,23,15).

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

RGB channels and saturation

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

53
23
15

R + G + B ~ 12%. #35170F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 23 + 15 = 91 (100%)
R 53 of 91 ~ 58.24%
G 23 of 91 ~ 25.27%
B 15 of 91 ~ 16.48%

%58.24
%25.27
%16.48

CMYK color model

#35170F color CMYK value is (0,57,72,79).

  • cyan value is 0.00%
  • magenta value is 56.60%
  • yellow value is 71.70%
  • key color value is 79.22%
CMYK:
(0,57,72,79)
C0M57Y72K79 
(0%,57%,72%,79%)
(0.00/0.57/0.72/0.79)	

CMYK percentages

%0
%56.6
%71.7
%79.22

Codes

Color #35170F in popluar color models

35170F
RGB532315
HSL13°55.88%13.33%
HSB/HSV13°71.70%20.78%
CMYK0.00%56.60%71.70%
79.22%

Color #35170F in popluar number systems.

HEX35170F
Decimal532315
Binary110101101111111
Octal652717

Shades and tints

Shades of #35170F

#35170F
(53,23,15)
#31150E
(49,21,14)
#2D130D
(45,19,13)
#29110C
(41,17,12)
#250F0B
(37,15,11)
#210D0A
(33,13,10)
#1D0B09
(29,11,9)
#190908
(25,9,8)
#150707
(21,7,7)
#110506
(17,5,6)
#0D0305
(13,3,5)
#000000
(0,0,0)

Tints of #35170F

#35170F
(53,23,15)
#472C24
(71,44,36)
#594139
(89,65,57)
#6B564E
(107,86,78)
#7D6B63
(125,107,99)
#8F8078
(143,128,120)
#A1958D
(161,149,141)
#B3AAA2
(179,170,162)
#C5BFB7
(197,191,183)
#D7D4CC
(215,212,204)
#E9E9E1
(233,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35170F; }

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

This text font color is #35170F.


Background Color

.myBgColor { background-color: #35170F; }

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

This div background color is #35170F.


Border color

.myBorderColor { border: 1px solid #35170F; }

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

This div border color is #35170F.


Opacity

.myOpacity80 { color: #35170F; opacity: 0.8; }

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

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

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

This text has shadow with #35170F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35170F on black background.


Color preview on white background

This text has color #35170F on white background.



Black color preview on #35170F background

This text has black color on #35170F background.


White color preview on #35170F background

This text has white color on #35170F background.