COLOR #463639

HEX: #463639
RGB: (70,54,57)

Color info

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

RGB color model

#463639 color RGB value is (70,54,57).

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

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 57 of 255 = 22%

70
54
57

R + G + B ~ 23%. #463639 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 57 = 181 (100%)
R 70 of 181 ~ 38.67%
G 54 of 181 ~ 29.83%
B 57 of 181 ~ 31.49%

%38.67
%29.83
%31.49

CMYK color model

#463639 color CMYK value is (0,23,19,73).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(0,23,19,73)
C0M23Y19K73 
(0%,23%,19%,73%)
(0.00/0.23/0.19/0.73)	

CMYK percentages

%0
%22.86
%18.57
%72.55

Codes

Color #463639 in popluar color models

463639
RGB705457
HSL349°12.90%24.31%
HSB/HSV349°22.86%27.45%
CMYK0.00%22.86%18.57%
72.55%

Color #463639 in popluar number systems.

HEX463639
Decimal705457
Binary1000110110110111001
Octal1066671

Shades and tints

Shades of #463639

#463639
(70,54,57)
#403234
(64,50,52)
#3A2E2F
(58,46,47)
#342A2A
(52,42,42)
#2E2625
(46,38,37)
#282220
(40,34,32)
#221E1B
(34,30,27)
#1C1A16
(28,26,22)
#161611
(22,22,17)
#10120C
(16,18,12)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #463639

#463639
(70,54,57)
#56484B
(86,72,75)
#665A5D
(102,90,93)
#766C6F
(118,108,111)
#867E81
(134,126,129)
#969093
(150,144,147)
#A6A2A5
(166,162,165)
#B6B4B7
(182,180,183)
#C6C6C9
(198,198,201)
#D6D8DB
(214,216,219)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463639; }

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

This text font color is #463639.


Background Color

.myBgColor { background-color: #463639; }

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

This div background color is #463639.


Border color

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

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

This div border color is #463639.


Opacity

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

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

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

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

This text has shadow with #463639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463639 on black background.


Color preview on white background

This text has color #463639 on white background.



Black color preview on #463639 background

This text has black color on #463639 background.


White color preview on #463639 background

This text has white color on #463639 background.