COLOR #462130

HEX: #462130
RGB: (70,33,48)

Color info

#462130 contains red, green and blue colors in about the same proportion. Web safe color of #462130 is #333333 (or #333).

RGB color model

#462130 color RGB value is (70,33,48).

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

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 48 of 255 = 19%

70
33
48

R + G + B ~ 20%. #462130 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 48 = 151 (100%)
R 70 of 151 ~ 46.36%
G 33 of 151 ~ 21.85%
B 48 of 151 ~ 31.79%

%46.36
%21.85
%31.79

CMYK color model

#462130 color CMYK value is (0,53,31,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 31.43%
  • key color value is 72.55%
CMYK:
(0,53,31,73)
C0M53Y31K73 
(0%,53%,31%,73%)
(0.00/0.53/0.31/0.73)	

CMYK percentages

%0
%52.86
%31.43
%72.55

Codes

Color #462130 in popluar color models

462130
RGB703348
HSL336°35.92%20.20%
HSB/HSV336°52.86%27.45%
CMYK0.00%52.86%31.43%
72.55%

Color #462130 in popluar number systems.

HEX462130
Decimal703348
Binary1000110100001110000
Octal1064160

Shades and tints

Shades of #462130

#462130
(70,33,48)
#401E2C
(64,30,44)
#3A1B28
(58,27,40)
#341824
(52,24,36)
#2E1520
(46,21,32)
#28121C
(40,18,28)
#220F18
(34,15,24)
#1C0C14
(28,12,20)
#160910
(22,9,16)
#10060C
(16,6,12)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #462130

#462130
(70,33,48)
#563542
(86,53,66)
#664954
(102,73,84)
#765D66
(118,93,102)
#867178
(134,113,120)
#96858A
(150,133,138)
#A6999C
(166,153,156)
#B6ADAE
(182,173,174)
#C6C1C0
(198,193,192)
#D6D5D2
(214,213,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462130; }

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

This text font color is #462130.


Background Color

.myBgColor { background-color: #462130; }

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

This div background color is #462130.


Border color

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

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

This div border color is #462130.


Opacity

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

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

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

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

This text has shadow with #462130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462130 on black background.


Color preview on white background

This text has color #462130 on white background.



Black color preview on #462130 background

This text has black color on #462130 background.


White color preview on #462130 background

This text has white color on #462130 background.