COLOR #462731

HEX: #462731
RGB: (70,39,49)

Color info

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

RGB color model

#462731 color RGB value is (70,39,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 49 of 255 = 19%

70
39
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 49 = 158 (100%)
R 70 of 158 ~ 44.3%
G 39 of 158 ~ 24.68%
B 49 of 158 ~ 31.01%

%44.3
%24.68
%31.01

CMYK color model

#462731 color CMYK value is (0,44,30,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,44,30,73)
C0M44Y30K73 
(0%,44%,30%,73%)
(0.00/0.44/0.30/0.73)	

CMYK percentages

%0
%44.29
%30
%72.55

Codes

Color #462731 in popluar color models

462731
RGB703949
HSL341°28.44%21.37%
HSB/HSV341°44.29%27.45%
CMYK0.00%44.29%30.00%
72.55%

Color #462731 in popluar number systems.

HEX462731
Decimal703949
Binary1000110100111110001
Octal1064761

Shades and tints

Shades of #462731

#462731
(70,39,49)
#40242D
(64,36,45)
#3A2129
(58,33,41)
#341E25
(52,30,37)
#2E1B21
(46,27,33)
#28181D
(40,24,29)
#221519
(34,21,25)
#1C1215
(28,18,21)
#160F11
(22,15,17)
#100C0D
(16,12,13)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #462731

#462731
(70,39,49)
#563A43
(86,58,67)
#664D55
(102,77,85)
#766067
(118,96,103)
#867379
(134,115,121)
#96868B
(150,134,139)
#A6999D
(166,153,157)
#B6ACAF
(182,172,175)
#C6BFC1
(198,191,193)
#D6D2D3
(214,210,211)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462731; }

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

This text font color is #462731.


Background Color

.myBgColor { background-color: #462731; }

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

This div background color is #462731.


Border color

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

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

This div border color is #462731.


Opacity

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

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

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

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

This text has shadow with #462731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462731 on black background.


Color preview on white background

This text has color #462731 on white background.



Black color preview on #462731 background

This text has black color on #462731 background.


White color preview on #462731 background

This text has white color on #462731 background.