COLOR #461015

HEX: #461015
RGB: (70,16,21)

Color info

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

RGB color model

#461015 color RGB value is (70,16,21).

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

RGB channels and saturation

R 70 of 255 = 27%
G 16 of 255 = 6%
B 21 of 255 = 8%

70
16
21

R + G + B ~ 14%. #461015 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 16 + 21 = 107 (100%)
R 70 of 107 ~ 65.42%
G 16 of 107 ~ 14.95%
B 21 of 107 ~ 19.63%

%65.42
%14.95
%19.63

CMYK color model

#461015 color CMYK value is (0,77,70,73).

  • cyan value is 0.00%
  • magenta value is 77.14%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(0,77,70,73)
C0M77Y70K73 
(0%,77%,70%,73%)
(0.00/0.77/0.70/0.73)	

CMYK percentages

%0
%77.14
%70
%72.55

Codes

Color #461015 in popluar color models

461015
RGB701621
HSL354°62.79%16.86%
HSB/HSV354°77.14%27.45%
CMYK0.00%77.14%70.00%
72.55%

Color #461015 in popluar number systems.

HEX461015
Decimal701621
Binary10001101000010101
Octal1062025

Shades and tints

Shades of #461015

#461015
(70,16,21)
#400F14
(64,15,20)
#3A0E13
(58,14,19)
#340D12
(52,13,18)
#2E0C11
(46,12,17)
#280B10
(40,11,16)
#220A0F
(34,10,15)
#1C090E
(28,9,14)
#16080D
(22,8,13)
#10070C
(16,7,12)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #461015

#461015
(70,16,21)
#56252A
(86,37,42)
#663A3F
(102,58,63)
#764F54
(118,79,84)
#866469
(134,100,105)
#96797E
(150,121,126)
#A68E93
(166,142,147)
#B6A3A8
(182,163,168)
#C6B8BD
(198,184,189)
#D6CDD2
(214,205,210)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461015; }

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

This text font color is #461015.


Background Color

.myBgColor { background-color: #461015; }

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

This div background color is #461015.


Border color

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

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

This div border color is #461015.


Opacity

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

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

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

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

This text has shadow with #461015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461015 on black background.


Color preview on white background

This text has color #461015 on white background.



Black color preview on #461015 background

This text has black color on #461015 background.


White color preview on #461015 background

This text has white color on #461015 background.