COLOR #463F39

HEX: #463F39
RGB: (70,63,57)

Color info

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

RGB color model

#463F39 color RGB value is (70,63,57).

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

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 57 of 255 = 22%

70
63
57

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

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 57 = 190 (100%)
R 70 of 190 ~ 36.84%
G 63 of 190 ~ 33.16%
B 57 of 190 ~ 30%

%36.84
%33.16
%30

CMYK color model

#463F39 color CMYK value is (0,10,19,73).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(0,10,19,73)
C0M10Y19K73 
(0%,10%,19%,73%)
(0.00/0.10/0.19/0.73)	

CMYK percentages

%0
%10
%18.57
%72.55

Codes

Color #463F39 in popluar color models

463F39
RGB706357
HSL28°10.24%24.90%
HSB/HSV28°18.57%27.45%
CMYK0.00%10.00%18.57%
72.55%

Color #463F39 in popluar number systems.

HEX463F39
Decimal706357
Binary1000110111111111001
Octal1067771

Shades and tints

Shades of #463F39

#463F39
(70,63,57)
#403A34
(64,58,52)
#3A352F
(58,53,47)
#34302A
(52,48,42)
#2E2B25
(46,43,37)
#282620
(40,38,32)
#22211B
(34,33,27)
#1C1C16
(28,28,22)
#161711
(22,23,17)
#10120C
(16,18,12)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #463F39

#463F39
(70,63,57)
#56504B
(86,80,75)
#66615D
(102,97,93)
#76726F
(118,114,111)
#868381
(134,131,129)
#969493
(150,148,147)
#A6A5A5
(166,165,165)
#B6B6B7
(182,182,183)
#C6C7C9
(198,199,201)
#D6D8DB
(214,216,219)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F39; }

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

This text font color is #463F39.


Background Color

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

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

This div background color is #463F39.


Border color

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

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

This div border color is #463F39.


Opacity

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

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

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

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

This text has shadow with #463F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F39 on black background.


Color preview on white background

This text has color #463F39 on white background.



Black color preview on #463F39 background

This text has black color on #463F39 background.


White color preview on #463F39 background

This text has white color on #463F39 background.