COLOR #350516

HEX: #350516
RGB: (53,5,22)

Color info

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

RGB color model

#350516 color RGB value is (53,5,22).

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

RGB channels and saturation

R 53 of 255 = 21%
G 5 of 255 = 2%
B 22 of 255 = 9%

53
5
22

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

Portions of RGB colors in percentages

R + G + B =
53 + 5 + 22 = 80 (100%)
R 53 of 80 ~ 66.25%
G 5 of 80 ~ 6.25%
B 22 of 80 ~ 27.5%

%66.25
%27.5

CMYK color model

#350516 color CMYK value is (0,91,58,79).

  • cyan value is 0.00%
  • magenta value is 90.57%
  • yellow value is 58.49%
  • key color value is 79.22%
CMYK:
(0,91,58,79)
C0M91Y58K79 
(0%,91%,58%,79%)
(0.00/0.91/0.58/0.79)	

CMYK percentages

%0
%90.57
%58.49
%79.22

Codes

Color #350516 in popluar color models

350516
RGB53522
HSL339°82.76%11.37%
HSB/HSV339°90.57%20.78%
CMYK0.00%90.57%58.49%
79.22%

Color #350516 in popluar number systems.

HEX350516
Decimal53522
Binary11010110110110
Octal65526

Shades and tints

Shades of #350516

#350516
(53,5,22)
#310514
(49,5,20)
#2D0512
(45,5,18)
#290510
(41,5,16)
#25050E
(37,5,14)
#21050C
(33,5,12)
#1D050A
(29,5,10)
#190508
(25,5,8)
#150506
(21,5,6)
#110504
(17,5,4)
#0D0502
(13,5,2)
#000000
(0,0,0)

Tints of #350516

#350516
(53,5,22)
#471B2B
(71,27,43)
#593140
(89,49,64)
#6B4755
(107,71,85)
#7D5D6A
(125,93,106)
#8F737F
(143,115,127)
#A18994
(161,137,148)
#B39FA9
(179,159,169)
#C5B5BE
(197,181,190)
#D7CBD3
(215,203,211)
#E9E1E8
(233,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350516; }

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

This text font color is #350516.


Background Color

.myBgColor { background-color: #350516; }

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

This div background color is #350516.


Border color

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

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

This div border color is #350516.


Opacity

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

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

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

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

This text has shadow with #350516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350516 on black background.


Color preview on white background

This text has color #350516 on white background.



Black color preview on #350516 background

This text has black color on #350516 background.


White color preview on #350516 background

This text has white color on #350516 background.