COLOR #463E3E

HEX: #463E3E
RGB: (70,62,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
62
62

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

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 62 = 194 (100%)
R 70 of 194 ~ 36.08%
G 62 of 194 ~ 31.96%
B 62 of 194 ~ 31.96%

%36.08
%31.96
%31.96

CMYK color model

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

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

CMYK percentages

%0
%11.43
%11.43
%72.55

Codes

Color #463E3E in popluar color models

463E3E
RGB706262
HSL6.06%25.88%
HSB/HSV11.43%27.45%
CMYK0.00%11.43%11.43%
72.55%

Color #463E3E in popluar number systems.

HEX463E3E
Decimal706262
Binary1000110111110111110
Octal1067676

Shades and tints

Shades of #463E3E

#463E3E
(70,62,62)
#403939
(64,57,57)
#3A3434
(58,52,52)
#342F2F
(52,47,47)
#2E2A2A
(46,42,42)
#282525
(40,37,37)
#222020
(34,32,32)
#1C1B1B
(28,27,27)
#161616
(22,22,22)
#101111
(16,17,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #463E3E

#463E3E
(70,62,62)
#564F4F
(86,79,79)
#666060
(102,96,96)
#767171
(118,113,113)
#868282
(134,130,130)
#969393
(150,147,147)
#A6A4A4
(166,164,164)
#B6B5B5
(182,181,181)
#C6C6C6
(198,198,198)
#D6D7D7
(214,215,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E3E; }

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

This text font color is #463E3E.


Background Color

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

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

This div background color is #463E3E.


Border color

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

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

This div border color is #463E3E.


Opacity

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

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

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

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

This text has shadow with #463E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E3E on black background.


Color preview on white background

This text has color #463E3E on white background.



Black color preview on #463E3E background

This text has black color on #463E3E background.


White color preview on #463E3E background

This text has white color on #463E3E background.