COLOR #463D3F

HEX: #463D3F
RGB: (70,61,63)

Color info

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

RGB color model

#463D3F color RGB value is (70,61,63).

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

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 63 of 255 = 25%

70
61
63

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

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 63 = 194 (100%)
R 70 of 194 ~ 36.08%
G 61 of 194 ~ 31.44%
B 63 of 194 ~ 32.47%

%36.08
%31.44
%32.47

CMYK color model

#463D3F color CMYK value is (0,13,10,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(0,13,10,73)
C0M13Y10K73 
(0%,13%,10%,73%)
(0.00/0.13/0.10/0.73)	

CMYK percentages

%0
%12.86
%10
%72.55

Codes

Color #463D3F in popluar color models

463D3F
RGB706163
HSL347°6.87%25.69%
HSB/HSV347°12.86%27.45%
CMYK0.00%12.86%10.00%
72.55%

Color #463D3F in popluar number systems.

HEX463D3F
Decimal706163
Binary1000110111101111111
Octal1067577

Shades and tints

Shades of #463D3F

#463D3F
(70,61,63)
#40383A
(64,56,58)
#3A3335
(58,51,53)
#342E30
(52,46,48)
#2E292B
(46,41,43)
#282426
(40,36,38)
#221F21
(34,31,33)
#1C1A1C
(28,26,28)
#161517
(22,21,23)
#101012
(16,16,18)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #463D3F

#463D3F
(70,61,63)
#564E50
(86,78,80)
#665F61
(102,95,97)
#767072
(118,112,114)
#868183
(134,129,131)
#969294
(150,146,148)
#A6A3A5
(166,163,165)
#B6B4B6
(182,180,182)
#C6C5C7
(198,197,199)
#D6D6D8
(214,214,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D3F; }

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

This text font color is #463D3F.


Background Color

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

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

This div background color is #463D3F.


Border color

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

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

This div border color is #463D3F.


Opacity

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

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

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

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

This text has shadow with #463D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D3F on black background.


Color preview on white background

This text has color #463D3F on white background.



Black color preview on #463D3F background

This text has black color on #463D3F background.


White color preview on #463D3F background

This text has white color on #463D3F background.