COLOR #462B31

HEX: #462B31
RGB: (70,43,49)

Color info

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

RGB color model

#462B31 color RGB value is (70,43,49).

  • red value is 70;
  • green value is 43;
  • blue value is 49.
RGB: (70,43,49) (27%,17%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 43 of 255 = 17%
B 49 of 255 = 19%

70
43
49

R + G + B ~ 21%. #462B31 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 43 + 49 = 162 (100%)
R 70 of 162 ~ 43.21%
G 43 of 162 ~ 26.54%
B 49 of 162 ~ 30.25%

%43.21
%26.54
%30.25

CMYK color model

#462B31 color CMYK value is (0,39,30,73).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK: (0,39,30,73) C0M39Y30K73 (0%,39%,30%,73%) (0.00/0.39/0.30/0.73)

CMYK percentages

%0
%38.57
%30
%72.55

Codes

Color #462B31 in popluar color models

462B31
RGB704349
HSL347°23.89%22.16%
HSB/HSV347°38.57%27.45%
CMYK0.00%38.57%30.00%
72.55%

Color #462B31 in popluar number systems.

HEX462B31
Decimal704349
Binary1000110101011110001
Octal1065361

Shades and tints

Shades of #462B31

#462B31
(70,43,49)
#40282D
(64,40,45)
#3A2529
(58,37,41)
#342225
(52,34,37)
#2E1F21
(46,31,33)
#281C1D
(40,28,29)
#221919
(34,25,25)
#1C1615
(28,22,21)
#161311
(22,19,17)
#10100D
(16,16,13)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #462B31

#462B31
(70,43,49)
#563E43
(86,62,67)
#665155
(102,81,85)
#766467
(118,100,103)
#867779
(134,119,121)
#968A8B
(150,138,139)
#A69D9D
(166,157,157)
#B6B0AF
(182,176,175)
#C6C3C1
(198,195,193)
#D6D6D3
(214,214,211)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462B31 color. Also use rgb(70,43,49) instead hex code.

Text Font Color

.myTextColor { color: #462B31; }

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

This text font color is #462B31.


Background Color

.myBgColor { background-color: #462B31; }

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

This div background color is #462B31.


Border color

.myBorderColor { border: 1px solid #462B31; }

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

This div border color is #462B31.


Opacity

.myOpacity80 { color: #462B31; opacity: 0.8; }

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

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

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

This text has shadow with #462B31 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #462B31 on black background.


Color preview on white background

This text has color #462B31 on white background.



Black color preview on #462B31 background

This text has black color on #462B31 background.


White color preview on #462B31 background

This text has white color on #462B31 background.