COLOR #461326

HEX: #461326
RGB: (70,19,38)

Color info

#461326 contains red, green and blue colors in about the same proportion. Web safe color of #461326 is #330033 (or #303).

RGB color model

#461326 color RGB value is (70,19,38).

  • red value is 70;
  • green value is 19;
  • blue value is 38.
RGB:
(70,19,38)
(27%,7%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 19 of 255 = 7%
B 38 of 255 = 15%

70
19
38

R + G + B ~ 16%. #461326 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 19 + 38 = 127 (100%)
R 70 of 127 ~ 55.12%
G 19 of 127 ~ 14.96%
B 38 of 127 ~ 29.92%

%55.12
%14.96
%29.92

CMYK color model

#461326 color CMYK value is (0,73,46,73).

  • cyan value is 0.00%
  • magenta value is 72.86%
  • yellow value is 45.71%
  • key color value is 72.55%
CMYK:
(0,73,46,73)
C0M73Y46K73 
(0%,73%,46%,73%)
(0.00/0.73/0.46/0.73)	

CMYK percentages

%0
%72.86
%45.71
%72.55

Codes

Color #461326 in popluar color models

461326
RGB701938
HSL338°57.30%17.45%
HSB/HSV338°72.86%27.45%
CMYK0.00%72.86%45.71%
72.55%

Color #461326 in popluar number systems.

HEX461326
Decimal701938
Binary100011010011100110
Octal1062346

Shades and tints

Shades of #461326

#461326
(70,19,38)
#401223
(64,18,35)
#3A1120
(58,17,32)
#34101D
(52,16,29)
#2E0F1A
(46,15,26)
#280E17
(40,14,23)
#220D14
(34,13,20)
#1C0C11
(28,12,17)
#160B0E
(22,11,14)
#100A0B
(16,10,11)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #461326

#461326
(70,19,38)
#562839
(86,40,57)
#663D4C
(102,61,76)
#76525F
(118,82,95)
#866772
(134,103,114)
#967C85
(150,124,133)
#A69198
(166,145,152)
#B6A6AB
(182,166,171)
#C6BBBE
(198,187,190)
#D6D0D1
(214,208,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461326 color. Also use rgb(70,19,38) instead hex code.

Text Font Color

.myTextColor { color: #461326; }

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

This text font color is #461326.


Background Color

.myBgColor { background-color: #461326; }

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

This div background color is #461326.


Border color

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

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

This div border color is #461326.


Opacity

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

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

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

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

This text has shadow with #461326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461326 on black background.


Color preview on white background

This text has color #461326 on white background.



Black color preview on #461326 background

This text has black color on #461326 background.


White color preview on #461326 background

This text has white color on #461326 background.