COLOR #463435

HEX: #463435
RGB: (70,52,53)

Color info

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

RGB color model

#463435 color RGB value is (70,52,53).

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

RGB channels and saturation

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

70
52
53

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

Portions of RGB colors in percentages

R + G + B =
70 + 52 + 53 = 175 (100%)
R 70 of 175 ~ 40%
G 52 of 175 ~ 29.71%
B 53 of 175 ~ 30.29%

%40
%29.71
%30.29

CMYK color model

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

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

CMYK percentages

%0
%25.71
%24.29
%72.55

Codes

Color #463435 in popluar color models

463435
RGB705253
HSL357°14.75%23.92%
HSB/HSV357°25.71%27.45%
CMYK0.00%25.71%24.29%
72.55%

Color #463435 in popluar number systems.

HEX463435
Decimal705253
Binary1000110110100110101
Octal1066465

Shades and tints

Shades of #463435

#463435
(70,52,53)
#403031
(64,48,49)
#3A2C2D
(58,44,45)
#342829
(52,40,41)
#2E2425
(46,36,37)
#282021
(40,32,33)
#221C1D
(34,28,29)
#1C1819
(28,24,25)
#161415
(22,20,21)
#101011
(16,16,17)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #463435

#463435
(70,52,53)
#564647
(86,70,71)
#665859
(102,88,89)
#766A6B
(118,106,107)
#867C7D
(134,124,125)
#968E8F
(150,142,143)
#A6A0A1
(166,160,161)
#B6B2B3
(182,178,179)
#C6C4C5
(198,196,197)
#D6D6D7
(214,214,215)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463435; }

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

This text font color is #463435.


Background Color

.myBgColor { background-color: #463435; }

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

This div background color is #463435.


Border color

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

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

This div border color is #463435.


Opacity

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

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

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

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

This text has shadow with #463435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463435 on black background.


Color preview on white background

This text has color #463435 on white background.



Black color preview on #463435 background

This text has black color on #463435 background.


White color preview on #463435 background

This text has white color on #463435 background.