COLOR #461628

HEX: #461628
RGB: (70,22,40)

Color info

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

RGB color model

#461628 color RGB value is (70,22,40).

  • red value is 70;
  • green value is 22;
  • blue value is 40.
RGB:
(70,22,40)
(27%,9%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 22 of 255 = 9%
B 40 of 255 = 16%

70
22
40

R + G + B ~ 17%. #461628 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 22 + 40 = 132 (100%)
R 70 of 132 ~ 53.03%
G 22 of 132 ~ 16.67%
B 40 of 132 ~ 30.3%

%53.03
%16.67
%30.3

CMYK color model

#461628 color CMYK value is (0,69,43,73).

  • cyan value is 0.00%
  • magenta value is 68.57%
  • yellow value is 42.86%
  • key color value is 72.55%
CMYK:
(0,69,43,73)
C0M69Y43K73 
(0%,69%,43%,73%)
(0.00/0.69/0.43/0.73)	

CMYK percentages

%0
%68.57
%42.86
%72.55

Codes

Color #461628 in popluar color models

461628
RGB702240
HSL338°52.17%18.04%
HSB/HSV338°68.57%27.45%
CMYK0.00%68.57%42.86%
72.55%

Color #461628 in popluar number systems.

HEX461628
Decimal702240
Binary100011010110101000
Octal1062650

Shades and tints

Shades of #461628

#461628
(70,22,40)
#401425
(64,20,37)
#3A1222
(58,18,34)
#34101F
(52,16,31)
#2E0E1C
(46,14,28)
#280C19
(40,12,25)
#220A16
(34,10,22)
#1C0813
(28,8,19)
#160610
(22,6,16)
#10040D
(16,4,13)
#0A020A
(10,2,10)
#000000
(0,0,0)

Tints of #461628

#461628
(70,22,40)
#562B3B
(86,43,59)
#66404E
(102,64,78)
#765561
(118,85,97)
#866A74
(134,106,116)
#967F87
(150,127,135)
#A6949A
(166,148,154)
#B6A9AD
(182,169,173)
#C6BEC0
(198,190,192)
#D6D3D3
(214,211,211)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461628 color. Also use rgb(70,22,40) instead hex code.

Text Font Color

.myTextColor { color: #461628; }

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

This text font color is #461628.


Background Color

.myBgColor { background-color: #461628; }

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

This div background color is #461628.


Border color

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

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

This div border color is #461628.


Opacity

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

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

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

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

This text has shadow with #461628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461628 on black background.


Color preview on white background

This text has color #461628 on white background.



Black color preview on #461628 background

This text has black color on #461628 background.


White color preview on #461628 background

This text has white color on #461628 background.