COLOR #463F44

HEX: #463F44
RGB: (70,63,68)

Color info

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

RGB color model

#463F44 color RGB value is (70,63,68).

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

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 68 of 255 = 27%

70
63
68

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

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 68 = 201 (100%)
R 70 of 201 ~ 34.83%
G 63 of 201 ~ 31.34%
B 68 of 201 ~ 33.83%

%34.83
%31.34
%33.83

CMYK color model

#463F44 color CMYK value is (0,10,3,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 2.86%
  • key color value is 72.55%
CMYK:
(0,10,3,73)
C0M10Y3K73 
(0%,10%,3%,73%)
(0.00/0.10/0.03/0.73)	

CMYK percentages

%0
%10
%2.86
%72.55

Codes

Color #463F44 in popluar color models

463F44
RGB706368
HSL317°5.26%26.08%
HSB/HSV317°10.00%27.45%
CMYK0.00%10.00%2.86%
72.55%

Color #463F44 in popluar number systems.

HEX463F44
Decimal706368
Binary10001101111111000100
Octal10677104

Shades and tints

Shades of #463F44

#463F44
(70,63,68)
#403A3E
(64,58,62)
#3A3538
(58,53,56)
#343032
(52,48,50)
#2E2B2C
(46,43,44)
#282626
(40,38,38)
#222120
(34,33,32)
#1C1C1A
(28,28,26)
#161714
(22,23,20)
#10120E
(16,18,14)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #463F44

#463F44
(70,63,68)
#565055
(86,80,85)
#666166
(102,97,102)
#767277
(118,114,119)
#868388
(134,131,136)
#969499
(150,148,153)
#A6A5AA
(166,165,170)
#B6B6BB
(182,182,187)
#C6C7CC
(198,199,204)
#D6D8DD
(214,216,221)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F44; }

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

This text font color is #463F44.


Background Color

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

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

This div background color is #463F44.


Border color

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

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

This div border color is #463F44.


Opacity

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

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

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

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

This text has shadow with #463F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F44 on black background.


Color preview on white background

This text has color #463F44 on white background.



Black color preview on #463F44 background

This text has black color on #463F44 background.


White color preview on #463F44 background

This text has white color on #463F44 background.