COLOR #463E41

HEX: #463E41
RGB: (70,62,65)

Color info

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

RGB color model

#463E41 color RGB value is (70,62,65).

  • red value is 70;
  • green value is 62;
  • blue value is 65.
RGB:
(70,62,65)
(27%,24%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 65 of 255 = 25%

70
62
65

R + G + B ~ 25%. #463E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 65 = 197 (100%)
R 70 of 197 ~ 35.53%
G 62 of 197 ~ 31.47%
B 65 of 197 ~ 32.99%

%35.53
%31.47
%32.99

CMYK color model

#463E41 color CMYK value is (0,11,7,73).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(0,11,7,73)
C0M11Y7K73 
(0%,11%,7%,73%)
(0.00/0.11/0.07/0.73)	

CMYK percentages

%0
%11.43
%7.14
%72.55

Codes

Color #463E41 in popluar color models

463E41
RGB706265
HSL338°6.06%25.88%
HSB/HSV338°11.43%27.45%
CMYK0.00%11.43%7.14%
72.55%

Color #463E41 in popluar number systems.

HEX463E41
Decimal706265
Binary10001101111101000001
Octal10676101

Shades and tints

Shades of #463E41

#463E41
(70,62,65)
#40393C
(64,57,60)
#3A3437
(58,52,55)
#342F32
(52,47,50)
#2E2A2D
(46,42,45)
#282528
(40,37,40)
#222023
(34,32,35)
#1C1B1E
(28,27,30)
#161619
(22,22,25)
#101114
(16,17,20)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #463E41

#463E41
(70,62,65)
#564F52
(86,79,82)
#666063
(102,96,99)
#767174
(118,113,116)
#868285
(134,130,133)
#969396
(150,147,150)
#A6A4A7
(166,164,167)
#B6B5B8
(182,181,184)
#C6C6C9
(198,198,201)
#D6D7DA
(214,215,218)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463E41 color. Also use rgb(70,62,65) instead hex code.

Text Font Color

.myTextColor { color: #463E41; }

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

This text font color is #463E41.


Background Color

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

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

This div background color is #463E41.


Border color

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

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

This div border color is #463E41.


Opacity

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

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

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

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

This text has shadow with #463E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E41 on black background.


Color preview on white background

This text has color #463E41 on white background.



Black color preview on #463E41 background

This text has black color on #463E41 background.


White color preview on #463E41 background

This text has white color on #463E41 background.