COLOR #463A44

HEX: #463A44
RGB: (70,58,68)

Color info

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

RGB color model

#463A44 color RGB value is (70,58,68).

  • red value is 70;
  • green value is 58;
  • blue value is 68.
RGB:
(70,58,68)
(27%,23%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 68 of 255 = 27%

70
58
68

R + G + B ~ 26%. #463A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 68 = 196 (100%)
R 70 of 196 ~ 35.71%
G 58 of 196 ~ 29.59%
B 68 of 196 ~ 34.69%

%35.71
%29.59
%34.69

CMYK color model

#463A44 color CMYK value is (0,17,3,73).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 2.86%
  • key color value is 72.55%
CMYK:
(0,17,3,73)
C0M17Y3K73 
(0%,17%,3%,73%)
(0.00/0.17/0.03/0.73)	

CMYK percentages

%0
%17.14
%2.86
%72.55

Codes

Color #463A44 in popluar color models

463A44
RGB705868
HSL310°9.38%25.10%
HSB/HSV310°17.14%27.45%
CMYK0.00%17.14%2.86%
72.55%

Color #463A44 in popluar number systems.

HEX463A44
Decimal705868
Binary10001101110101000100
Octal10672104

Shades and tints

Shades of #463A44

#463A44
(70,58,68)
#40353E
(64,53,62)
#3A3038
(58,48,56)
#342B32
(52,43,50)
#2E262C
(46,38,44)
#282126
(40,33,38)
#221C20
(34,28,32)
#1C171A
(28,23,26)
#161214
(22,18,20)
#100D0E
(16,13,14)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #463A44

#463A44
(70,58,68)
#564B55
(86,75,85)
#665C66
(102,92,102)
#766D77
(118,109,119)
#867E88
(134,126,136)
#968F99
(150,143,153)
#A6A0AA
(166,160,170)
#B6B1BB
(182,177,187)
#C6C2CC
(198,194,204)
#D6D3DD
(214,211,221)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A44 color. Also use rgb(70,58,68) instead hex code.

Text Font Color

.myTextColor { color: #463A44; }

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

This text font color is #463A44.


Background Color

.myBgColor { background-color: #463A44; }

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

This div background color is #463A44.


Border color

.myBorderColor { border: 1px solid #463A44; }

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

This div border color is #463A44.


Opacity

.myOpacity80 { color: #463A44; opacity: 0.8; }

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

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

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

This text has shadow with #463A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A44 on black background.


Color preview on white background

This text has color #463A44 on white background.



Black color preview on #463A44 background

This text has black color on #463A44 background.


White color preview on #463A44 background

This text has white color on #463A44 background.