COLOR #463242

HEX: #463242
RGB: (70,50,66)

Color info

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

RGB color model

#463242 color RGB value is (70,50,66).

  • red value is 70;
  • green value is 50;
  • blue value is 66.
RGB:
(70,50,66)
(27%,20%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 66 of 255 = 26%

70
50
66

R + G + B ~ 24%. #463242 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 66 = 186 (100%)
R 70 of 186 ~ 37.63%
G 50 of 186 ~ 26.88%
B 66 of 186 ~ 35.48%

%37.63
%26.88
%35.48

CMYK color model

#463242 color CMYK value is (0,29,6,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(0,29,6,73)
C0M29Y6K73 
(0%,29%,6%,73%)
(0.00/0.29/0.06/0.73)	

CMYK percentages

%0
%28.57
%5.71
%72.55

Codes

Color #463242 in popluar color models

463242
RGB705066
HSL312°16.67%23.53%
HSB/HSV312°28.57%27.45%
CMYK0.00%28.57%5.71%
72.55%

Color #463242 in popluar number systems.

HEX463242
Decimal705066
Binary10001101100101000010
Octal10662102

Shades and tints

Shades of #463242

#463242
(70,50,66)
#402E3C
(64,46,60)
#3A2A36
(58,42,54)
#342630
(52,38,48)
#2E222A
(46,34,42)
#281E24
(40,30,36)
#221A1E
(34,26,30)
#1C1618
(28,22,24)
#161212
(22,18,18)
#100E0C
(16,14,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463242

#463242
(70,50,66)
#564453
(86,68,83)
#665664
(102,86,100)
#766875
(118,104,117)
#867A86
(134,122,134)
#968C97
(150,140,151)
#A69EA8
(166,158,168)
#B6B0B9
(182,176,185)
#C6C2CA
(198,194,202)
#D6D4DB
(214,212,219)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463242 color. Also use rgb(70,50,66) instead hex code.

Text Font Color

.myTextColor { color: #463242; }

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

This text font color is #463242.


Background Color

.myBgColor { background-color: #463242; }

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

This div background color is #463242.


Border color

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

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

This div border color is #463242.


Opacity

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

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

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

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

This text has shadow with #463242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463242 on black background.


Color preview on white background

This text has color #463242 on white background.



Black color preview on #463242 background

This text has black color on #463242 background.


White color preview on #463242 background

This text has white color on #463242 background.