COLOR #463E3C

HEX: #463E3C
RGB: (70,62,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
62
60

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

Portions of RGB colors in percentages

R + G + B =
70 + 62 + 60 = 192 (100%)
R 70 of 192 ~ 36.46%
G 62 of 192 ~ 32.29%
B 60 of 192 ~ 31.25%

%36.46
%32.29
%31.25

CMYK color model

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

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

CMYK percentages

%0
%11.43
%14.29
%72.55

Codes

Color #463E3C in popluar color models

463E3C
RGB706260
HSL12°7.69%25.49%
HSB/HSV12°14.29%27.45%
CMYK0.00%11.43%14.29%
72.55%

Color #463E3C in popluar number systems.

HEX463E3C
Decimal706260
Binary1000110111110111100
Octal1067674

Shades and tints

Shades of #463E3C

#463E3C
(70,62,60)
#403937
(64,57,55)
#3A3432
(58,52,50)
#342F2D
(52,47,45)
#2E2A28
(46,42,40)
#282523
(40,37,35)
#22201E
(34,32,30)
#1C1B19
(28,27,25)
#161614
(22,22,20)
#10110F
(16,17,15)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #463E3C

#463E3C
(70,62,60)
#564F4D
(86,79,77)
#66605E
(102,96,94)
#76716F
(118,113,111)
#868280
(134,130,128)
#969391
(150,147,145)
#A6A4A2
(166,164,162)
#B6B5B3
(182,181,179)
#C6C6C4
(198,198,196)
#D6D7D5
(214,215,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E3C; }

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

This text font color is #463E3C.


Background Color

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

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

This div background color is #463E3C.


Border color

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

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

This div border color is #463E3C.


Opacity

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

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

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

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

This text has shadow with #463E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463E3C on black background.


Color preview on white background

This text has color #463E3C on white background.



Black color preview on #463E3C background

This text has black color on #463E3C background.


White color preview on #463E3C background

This text has white color on #463E3C background.