COLOR #462136

HEX: #462136
RGB: (70,33,54)

Color info

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

RGB color model

#462136 color RGB value is (70,33,54).

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

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 54 of 255 = 21%

70
33
54

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

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 54 = 157 (100%)
R 70 of 157 ~ 44.59%
G 33 of 157 ~ 21.02%
B 54 of 157 ~ 34.39%

%44.59
%21.02
%34.39

CMYK color model

#462136 color CMYK value is (0,53,23,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(0,53,23,73)
C0M53Y23K73 
(0%,53%,23%,73%)
(0.00/0.53/0.23/0.73)	

CMYK percentages

%0
%52.86
%22.86
%72.55

Codes

Color #462136 in popluar color models

462136
RGB703354
HSL326°35.92%20.20%
HSB/HSV326°52.86%27.45%
CMYK0.00%52.86%22.86%
72.55%

Color #462136 in popluar number systems.

HEX462136
Decimal703354
Binary1000110100001110110
Octal1064166

Shades and tints

Shades of #462136

#462136
(70,33,54)
#401E32
(64,30,50)
#3A1B2E
(58,27,46)
#34182A
(52,24,42)
#2E1526
(46,21,38)
#281222
(40,18,34)
#220F1E
(34,15,30)
#1C0C1A
(28,12,26)
#160916
(22,9,22)
#100612
(16,6,18)
#0A030E
(10,3,14)
#000000
(0,0,0)

Tints of #462136

#462136
(70,33,54)
#563548
(86,53,72)
#66495A
(102,73,90)
#765D6C
(118,93,108)
#86717E
(134,113,126)
#968590
(150,133,144)
#A699A2
(166,153,162)
#B6ADB4
(182,173,180)
#C6C1C6
(198,193,198)
#D6D5D8
(214,213,216)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462136; }

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

This text font color is #462136.


Background Color

.myBgColor { background-color: #462136; }

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

This div background color is #462136.


Border color

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

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

This div border color is #462136.


Opacity

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

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

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

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

This text has shadow with #462136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462136 on black background.


Color preview on white background

This text has color #462136 on white background.



Black color preview on #462136 background

This text has black color on #462136 background.


White color preview on #462136 background

This text has white color on #462136 background.