COLOR #351215

HEX: #351215
RGB: (53,18,21)

Color info

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

RGB color model

#351215 color RGB value is (53,18,21).

  • red value is 53;
  • green value is 18;
  • blue value is 21.
RGB:
(53,18,21)
(21%,7%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 18 of 255 = 7%
B 21 of 255 = 8%

53
18
21

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

Portions of RGB colors in percentages

R + G + B =
53 + 18 + 21 = 92 (100%)
R 53 of 92 ~ 57.61%
G 18 of 92 ~ 19.57%
B 21 of 92 ~ 22.83%

%57.61
%19.57
%22.83

CMYK color model

#351215 color CMYK value is (0,66,60,79).

  • cyan value is 0.00%
  • magenta value is 66.04%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(0,66,60,79)
C0M66Y60K79 
(0%,66%,60%,79%)
(0.00/0.66/0.60/0.79)	

CMYK percentages

%0
%66.04
%60.38
%79.22

Codes

Color #351215 in popluar color models

351215
RGB531821
HSL355°49.30%13.92%
HSB/HSV355°66.04%20.78%
CMYK0.00%66.04%60.38%
79.22%

Color #351215 in popluar number systems.

HEX351215
Decimal531821
Binary1101011001010101
Octal652225

Shades and tints

Shades of #351215

#351215
(53,18,21)
#311114
(49,17,20)
#2D1013
(45,16,19)
#290F12
(41,15,18)
#250E11
(37,14,17)
#210D10
(33,13,16)
#1D0C0F
(29,12,15)
#190B0E
(25,11,14)
#150A0D
(21,10,13)
#11090C
(17,9,12)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #351215

#351215
(53,18,21)
#47272A
(71,39,42)
#593C3F
(89,60,63)
#6B5154
(107,81,84)
#7D6669
(125,102,105)
#8F7B7E
(143,123,126)
#A19093
(161,144,147)
#B3A5A8
(179,165,168)
#C5BABD
(197,186,189)
#D7CFD2
(215,207,210)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351215 color. Also use rgb(53,18,21) instead hex code.

Text Font Color

.myTextColor { color: #351215; }

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

This text font color is #351215.


Background Color

.myBgColor { background-color: #351215; }

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

This div background color is #351215.


Border color

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

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

This div border color is #351215.


Opacity

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

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

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

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

This text has shadow with #351215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351215 on black background.


Color preview on white background

This text has color #351215 on white background.



Black color preview on #351215 background

This text has black color on #351215 background.


White color preview on #351215 background

This text has white color on #351215 background.