COLOR #463731

HEX: #463731
RGB: (70,55,49)

Color info

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

RGB color model

#463731 color RGB value is (70,55,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 49 of 255 = 19%

70
55
49

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

Portions of RGB colors in percentages

R + G + B =
70 + 55 + 49 = 174 (100%)
R 70 of 174 ~ 40.23%
G 55 of 174 ~ 31.61%
B 49 of 174 ~ 28.16%

%40.23
%31.61
%28.16

CMYK color model

#463731 color CMYK value is (0,21,30,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(0,21,30,73)
C0M21Y30K73 
(0%,21%,30%,73%)
(0.00/0.21/0.30/0.73)	

CMYK percentages

%0
%21.43
%30
%72.55

Codes

Color #463731 in popluar color models

463731
RGB705549
HSL17°17.65%23.33%
HSB/HSV17°30.00%27.45%
CMYK0.00%21.43%30.00%
72.55%

Color #463731 in popluar number systems.

HEX463731
Decimal705549
Binary1000110110111110001
Octal1066761

Shades and tints

Shades of #463731

#463731
(70,55,49)
#40322D
(64,50,45)
#3A2D29
(58,45,41)
#342825
(52,40,37)
#2E2321
(46,35,33)
#281E1D
(40,30,29)
#221919
(34,25,25)
#1C1415
(28,20,21)
#160F11
(22,15,17)
#100A0D
(16,10,13)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #463731

#463731
(70,55,49)
#564943
(86,73,67)
#665B55
(102,91,85)
#766D67
(118,109,103)
#867F79
(134,127,121)
#96918B
(150,145,139)
#A6A39D
(166,163,157)
#B6B5AF
(182,181,175)
#C6C7C1
(198,199,193)
#D6D9D3
(214,217,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463731; }

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

This text font color is #463731.


Background Color

.myBgColor { background-color: #463731; }

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

This div background color is #463731.


Border color

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

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

This div border color is #463731.


Opacity

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

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

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

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

This text has shadow with #463731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463731 on black background.


Color preview on white background

This text has color #463731 on white background.



Black color preview on #463731 background

This text has black color on #463731 background.


White color preview on #463731 background

This text has white color on #463731 background.