COLOR #463845

HEX: #463845
RGB: (70,56,69)

Color info

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

RGB color model

#463845 color RGB value is (70,56,69).

  • red value is 70;
  • green value is 56;
  • blue value is 69.
RGB:
(70,56,69)
(27%,22%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 69 of 255 = 27%

70
56
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 69 = 195 (100%)
R 70 of 195 ~ 35.9%
G 56 of 195 ~ 28.72%
B 69 of 195 ~ 35.38%

%35.9
%28.72
%35.38

CMYK color model

#463845 color CMYK value is (0,20,1,73).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 1.43%
  • key color value is 72.55%
CMYK:
(0,20,1,73)
C0M20Y1K73 
(0%,20%,1%,73%)
(0.00/0.20/0.01/0.73)	

CMYK percentages

%0
%20
%1.43
%72.55

Codes

Color #463845 in popluar color models

463845
RGB705669
HSL304°11.11%24.71%
HSB/HSV304°20.00%27.45%
CMYK0.00%20.00%1.43%
72.55%

Color #463845 in popluar number systems.

HEX463845
Decimal705669
Binary10001101110001000101
Octal10670105

Shades and tints

Shades of #463845

#463845
(70,56,69)
#40333F
(64,51,63)
#3A2E39
(58,46,57)
#342933
(52,41,51)
#2E242D
(46,36,45)
#281F27
(40,31,39)
#221A21
(34,26,33)
#1C151B
(28,21,27)
#161015
(22,16,21)
#100B0F
(16,11,15)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #463845

#463845
(70,56,69)
#564A55
(86,74,85)
#665C65
(102,92,101)
#766E75
(118,110,117)
#868085
(134,128,133)
#969295
(150,146,149)
#A6A4A5
(166,164,165)
#B6B6B5
(182,182,181)
#C6C8C5
(198,200,197)
#D6DAD5
(214,218,213)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463845 color. Also use rgb(70,56,69) instead hex code.

Text Font Color

.myTextColor { color: #463845; }

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

This text font color is #463845.


Background Color

.myBgColor { background-color: #463845; }

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

This div background color is #463845.


Border color

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

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

This div border color is #463845.


Opacity

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

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

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

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

This text has shadow with #463845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463845 on black background.


Color preview on white background

This text has color #463845 on white background.



Black color preview on #463845 background

This text has black color on #463845 background.


White color preview on #463845 background

This text has white color on #463845 background.