COLOR #461930

HEX: #461930
RGB: (70,25,48)

Color info

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

RGB color model

#461930 color RGB value is (70,25,48).

  • red value is 70;
  • green value is 25;
  • blue value is 48.
RGB:
(70,25,48)
(27%,10%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 25 of 255 = 10%
B 48 of 255 = 19%

70
25
48

R + G + B ~ 19%. #461930 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 25 + 48 = 143 (100%)
R 70 of 143 ~ 48.95%
G 25 of 143 ~ 17.48%
B 48 of 143 ~ 33.57%

%48.95
%17.48
%33.57

CMYK color model

#461930 color CMYK value is (0,64,31,73).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 31.43%
  • key color value is 72.55%
CMYK:
(0,64,31,73)
C0M64Y31K73 
(0%,64%,31%,73%)
(0.00/0.64/0.31/0.73)	

CMYK percentages

%0
%64.29
%31.43
%72.55

Codes

Color #461930 in popluar color models

461930
RGB702548
HSL329°47.37%18.63%
HSB/HSV329°64.29%27.45%
CMYK0.00%64.29%31.43%
72.55%

Color #461930 in popluar number systems.

HEX461930
Decimal702548
Binary100011011001110000
Octal1063160

Shades and tints

Shades of #461930

#461930
(70,25,48)
#40172C
(64,23,44)
#3A1528
(58,21,40)
#341324
(52,19,36)
#2E1120
(46,17,32)
#280F1C
(40,15,28)
#220D18
(34,13,24)
#1C0B14
(28,11,20)
#160910
(22,9,16)
#10070C
(16,7,12)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #461930

#461930
(70,25,48)
#562D42
(86,45,66)
#664154
(102,65,84)
#765566
(118,85,102)
#866978
(134,105,120)
#967D8A
(150,125,138)
#A6919C
(166,145,156)
#B6A5AE
(182,165,174)
#C6B9C0
(198,185,192)
#D6CDD2
(214,205,210)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461930 color. Also use rgb(70,25,48) instead hex code.

Text Font Color

.myTextColor { color: #461930; }

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

This text font color is #461930.


Background Color

.myBgColor { background-color: #461930; }

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

This div background color is #461930.


Border color

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

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

This div border color is #461930.


Opacity

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

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

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

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

This text has shadow with #461930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461930 on black background.


Color preview on white background

This text has color #461930 on white background.



Black color preview on #461930 background

This text has black color on #461930 background.


White color preview on #461930 background

This text has white color on #461930 background.