COLOR #463535

HEX: #463535
RGB: (70,53,53)

Color info

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

RGB color model

#463535 color RGB value is (70,53,53).

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

RGB channels and saturation

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

70
53
53

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

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 53 = 176 (100%)
R 70 of 176 ~ 39.77%
G 53 of 176 ~ 30.11%
B 53 of 176 ~ 30.11%

%39.77
%30.11
%30.11

CMYK color model

#463535 color CMYK value is (0,24,24,73).

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

CMYK percentages

%0
%24.29
%24.29
%72.55

Codes

Color #463535 in popluar color models

463535
RGB705353
HSL13.82%24.12%
HSB/HSV24.29%27.45%
CMYK0.00%24.29%24.29%
72.55%

Color #463535 in popluar number systems.

HEX463535
Decimal705353
Binary1000110110101110101
Octal1066565

Shades and tints

Shades of #463535

#463535
(70,53,53)
#403131
(64,49,49)
#3A2D2D
(58,45,45)
#342929
(52,41,41)
#2E2525
(46,37,37)
#282121
(40,33,33)
#221D1D
(34,29,29)
#1C1919
(28,25,25)
#161515
(22,21,21)
#101111
(16,17,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #463535

#463535
(70,53,53)
#564747
(86,71,71)
#665959
(102,89,89)
#766B6B
(118,107,107)
#867D7D
(134,125,125)
#968F8F
(150,143,143)
#A6A1A1
(166,161,161)
#B6B3B3
(182,179,179)
#C6C5C5
(198,197,197)
#D6D7D7
(214,215,215)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463535; }

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

This text font color is #463535.


Background Color

.myBgColor { background-color: #463535; }

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

This div background color is #463535.


Border color

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

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

This div border color is #463535.


Opacity

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

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

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

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

This text has shadow with #463535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463535 on black background.


Color preview on white background

This text has color #463535 on white background.



Black color preview on #463535 background

This text has black color on #463535 background.


White color preview on #463535 background

This text has white color on #463535 background.