COLOR #462941

HEX: #462941
RGB: (70,41,65)

Color info

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

RGB color model

#462941 color RGB value is (70,41,65).

  • red value is 70;
  • green value is 41;
  • blue value is 65.
RGB:
(70,41,65)
(27%,16%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 41 of 255 = 16%
B 65 of 255 = 25%

70
41
65

R + G + B ~ 23%. #462941 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 41 + 65 = 176 (100%)
R 70 of 176 ~ 39.77%
G 41 of 176 ~ 23.3%
B 65 of 176 ~ 36.93%

%39.77
%23.3
%36.93

CMYK color model

#462941 color CMYK value is (0,41,7,73).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(0,41,7,73)
C0M41Y7K73 
(0%,41%,7%,73%)
(0.00/0.41/0.07/0.73)	

CMYK percentages

%0
%41.43
%7.14
%72.55

Codes

Color #462941 in popluar color models

462941
RGB704165
HSL310°26.13%21.76%
HSB/HSV310°41.43%27.45%
CMYK0.00%41.43%7.14%
72.55%

Color #462941 in popluar number systems.

HEX462941
Decimal704165
Binary10001101010011000001
Octal10651101

Shades and tints

Shades of #462941

#462941
(70,41,65)
#40263C
(64,38,60)
#3A2337
(58,35,55)
#342032
(52,32,50)
#2E1D2D
(46,29,45)
#281A28
(40,26,40)
#221723
(34,23,35)
#1C141E
(28,20,30)
#161119
(22,17,25)
#100E14
(16,14,20)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #462941

#462941
(70,41,65)
#563C52
(86,60,82)
#664F63
(102,79,99)
#766274
(118,98,116)
#867585
(134,117,133)
#968896
(150,136,150)
#A69BA7
(166,155,167)
#B6AEB8
(182,174,184)
#C6C1C9
(198,193,201)
#D6D4DA
(214,212,218)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462941 color. Also use rgb(70,41,65) instead hex code.

Text Font Color

.myTextColor { color: #462941; }

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

This text font color is #462941.


Background Color

.myBgColor { background-color: #462941; }

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

This div background color is #462941.


Border color

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

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

This div border color is #462941.


Opacity

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

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

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

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

This text has shadow with #462941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462941 on black background.


Color preview on white background

This text has color #462941 on white background.



Black color preview on #462941 background

This text has black color on #462941 background.


White color preview on #462941 background

This text has white color on #462941 background.