COLOR #351015

HEX: #351015
RGB: (53,16,21)

Color info

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

RGB color model

#351015 color RGB value is (53,16,21).

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

RGB channels and saturation

R 53 of 255 = 21%
G 16 of 255 = 6%
B 21 of 255 = 8%

53
16
21

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

Portions of RGB colors in percentages

R + G + B =
53 + 16 + 21 = 90 (100%)
R 53 of 90 ~ 58.89%
G 16 of 90 ~ 17.78%
B 21 of 90 ~ 23.33%

%58.89
%17.78
%23.33

CMYK color model

#351015 color CMYK value is (0,70,60,79).

  • cyan value is 0.00%
  • magenta value is 69.81%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(0,70,60,79)
C0M70Y60K79 
(0%,70%,60%,79%)
(0.00/0.70/0.60/0.79)	

CMYK percentages

%0
%69.81
%60.38
%79.22

Codes

Color #351015 in popluar color models

351015
RGB531621
HSL352°53.62%13.53%
HSB/HSV352°69.81%20.78%
CMYK0.00%69.81%60.38%
79.22%

Color #351015 in popluar number systems.

HEX351015
Decimal531621
Binary1101011000010101
Octal652025

Shades and tints

Shades of #351015

#351015
(53,16,21)
#310F14
(49,15,20)
#2D0E13
(45,14,19)
#290D12
(41,13,18)
#250C11
(37,12,17)
#210B10
(33,11,16)
#1D0A0F
(29,10,15)
#19090E
(25,9,14)
#15080D
(21,8,13)
#11070C
(17,7,12)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #351015

#351015
(53,16,21)
#47252A
(71,37,42)
#593A3F
(89,58,63)
#6B4F54
(107,79,84)
#7D6469
(125,100,105)
#8F797E
(143,121,126)
#A18E93
(161,142,147)
#B3A3A8
(179,163,168)
#C5B8BD
(197,184,189)
#D7CDD2
(215,205,210)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351015; }

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

This text font color is #351015.


Background Color

.myBgColor { background-color: #351015; }

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

This div background color is #351015.


Border color

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

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

This div border color is #351015.


Opacity

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

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

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

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

This text has shadow with #351015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351015 on black background.


Color preview on white background

This text has color #351015 on white background.



Black color preview on #351015 background

This text has black color on #351015 background.


White color preview on #351015 background

This text has white color on #351015 background.