COLOR #350716

HEX: #350716
RGB: (53,7,22)

Color info

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

RGB color model

#350716 color RGB value is (53,7,22).

  • red value is 53;
  • green value is 7;
  • blue value is 22.
RGB:
(53,7,22)
(21%,3%,9%)

RGB channels and saturation

R 53 of 255 = 21%
G 7 of 255 = 3%
B 22 of 255 = 9%

53
7
22

R + G + B ~ 11%. #350716 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 7 + 22 = 82 (100%)
R 53 of 82 ~ 64.63%
G 7 of 82 ~ 8.54%
B 22 of 82 ~ 26.83%

%64.63
%26.83

CMYK color model

#350716 color CMYK value is (0,87,58,79).

  • cyan value is 0.00%
  • magenta value is 86.79%
  • yellow value is 58.49%
  • key color value is 79.22%
CMYK:
(0,87,58,79)
C0M87Y58K79 
(0%,87%,58%,79%)
(0.00/0.87/0.58/0.79)	

CMYK percentages

%0
%86.79
%58.49
%79.22

Codes

Color #350716 in popluar color models

350716
RGB53722
HSL340°76.67%11.76%
HSB/HSV340°86.79%20.78%
CMYK0.00%86.79%58.49%
79.22%

Color #350716 in popluar number systems.

HEX350716
Decimal53722
Binary11010111110110
Octal65726

Shades and tints

Shades of #350716

#350716
(53,7,22)
#310714
(49,7,20)
#2D0712
(45,7,18)
#290710
(41,7,16)
#25070E
(37,7,14)
#21070C
(33,7,12)
#1D070A
(29,7,10)
#190708
(25,7,8)
#150706
(21,7,6)
#110704
(17,7,4)
#0D0702
(13,7,2)
#000000
(0,0,0)

Tints of #350716

#350716
(53,7,22)
#471D2B
(71,29,43)
#593340
(89,51,64)
#6B4955
(107,73,85)
#7D5F6A
(125,95,106)
#8F757F
(143,117,127)
#A18B94
(161,139,148)
#B3A1A9
(179,161,169)
#C5B7BE
(197,183,190)
#D7CDD3
(215,205,211)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350716; }

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

This text font color is #350716.


Background Color

.myBgColor { background-color: #350716; }

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

This div background color is #350716.


Border color

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

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

This div border color is #350716.


Opacity

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

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

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

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

This text has shadow with #350716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350716 on black background.


Color preview on white background

This text has color #350716 on white background.



Black color preview on #350716 background

This text has black color on #350716 background.


White color preview on #350716 background

This text has white color on #350716 background.