COLOR #463245

HEX: #463245
RGB: (70,50,69)

Color info

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

RGB color model

#463245 color RGB value is (70,50,69).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 69 of 255 = 27%

70
50
69

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 69 = 189 (100%)
R 70 of 189 ~ 37.04%
G 50 of 189 ~ 26.46%
B 69 of 189 ~ 36.51%

%37.04
%26.46
%36.51

CMYK color model

#463245 color CMYK value is (0,29,1,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 1.43%
  • key color value is 72.55%
CMYK:
(0,29,1,73)
C0M29Y1K73 
(0%,29%,1%,73%)
(0.00/0.29/0.01/0.73)	

CMYK percentages

%0
%28.57
%1.43
%72.55

Codes

Color #463245 in popluar color models

463245
RGB705069
HSL303°16.67%23.53%
HSB/HSV303°28.57%27.45%
CMYK0.00%28.57%1.43%
72.55%

Color #463245 in popluar number systems.

HEX463245
Decimal705069
Binary10001101100101000101
Octal10662105

Shades and tints

Shades of #463245

#463245
(70,50,69)
#402E3F
(64,46,63)
#3A2A39
(58,42,57)
#342633
(52,38,51)
#2E222D
(46,34,45)
#281E27
(40,30,39)
#221A21
(34,26,33)
#1C161B
(28,22,27)
#161215
(22,18,21)
#100E0F
(16,14,15)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #463245

#463245
(70,50,69)
#564455
(86,68,85)
#665665
(102,86,101)
#766875
(118,104,117)
#867A85
(134,122,133)
#968C95
(150,140,149)
#A69EA5
(166,158,165)
#B6B0B5
(182,176,181)
#C6C2C5
(198,194,197)
#D6D4D5
(214,212,213)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463245; }

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

This text font color is #463245.


Background Color

.myBgColor { background-color: #463245; }

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

This div background color is #463245.


Border color

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

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

This div border color is #463245.


Opacity

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

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

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

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

This text has shadow with #463245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463245 on black background.


Color preview on white background

This text has color #463245 on white background.



Black color preview on #463245 background

This text has black color on #463245 background.


White color preview on #463245 background

This text has white color on #463245 background.