COLOR #463D35

HEX: #463D35
RGB: (70,61,53)

Color info

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

RGB color model

#463D35 color RGB value is (70,61,53).

  • red value is 70;
  • green value is 61;
  • blue value is 53.
RGB:
(70,61,53)
(27%,24%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 53 of 255 = 21%

70
61
53

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

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 53 = 184 (100%)
R 70 of 184 ~ 38.04%
G 61 of 184 ~ 33.15%
B 53 of 184 ~ 28.8%

%38.04
%33.15
%28.8

CMYK color model

#463D35 color CMYK value is (0,13,24,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(0,13,24,73)
C0M13Y24K73 
(0%,13%,24%,73%)
(0.00/0.13/0.24/0.73)	

CMYK percentages

%0
%12.86
%24.29
%72.55

Codes

Color #463D35 in popluar color models

463D35
RGB706153
HSL28°13.82%24.12%
HSB/HSV28°24.29%27.45%
CMYK0.00%12.86%24.29%
72.55%

Color #463D35 in popluar number systems.

HEX463D35
Decimal706153
Binary1000110111101110101
Octal1067565

Shades and tints

Shades of #463D35

#463D35
(70,61,53)
#403831
(64,56,49)
#3A332D
(58,51,45)
#342E29
(52,46,41)
#2E2925
(46,41,37)
#282421
(40,36,33)
#221F1D
(34,31,29)
#1C1A19
(28,26,25)
#161515
(22,21,21)
#101011
(16,16,17)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #463D35

#463D35
(70,61,53)
#564E47
(86,78,71)
#665F59
(102,95,89)
#76706B
(118,112,107)
#86817D
(134,129,125)
#96928F
(150,146,143)
#A6A3A1
(166,163,161)
#B6B4B3
(182,180,179)
#C6C5C5
(198,197,197)
#D6D6D7
(214,214,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D35 color. Also use rgb(70,61,53) instead hex code.

Text Font Color

.myTextColor { color: #463D35; }

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

This text font color is #463D35.


Background Color

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

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

This div background color is #463D35.


Border color

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

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

This div border color is #463D35.


Opacity

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

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

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

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

This text has shadow with #463D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D35 on black background.


Color preview on white background

This text has color #463D35 on white background.



Black color preview on #463D35 background

This text has black color on #463D35 background.


White color preview on #463D35 background

This text has white color on #463D35 background.