COLOR #463D34

HEX: #463D34
RGB: (70,61,52)

Color info

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

RGB color model

#463D34 color RGB value is (70,61,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 52 of 255 = 20%

70
61
52

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

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 52 = 183 (100%)
R 70 of 183 ~ 38.25%
G 61 of 183 ~ 33.33%
B 52 of 183 ~ 28.42%

%38.25
%33.33
%28.42

CMYK color model

#463D34 color CMYK value is (0,13,26,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(0,13,26,73)
C0M13Y26K73 
(0%,13%,26%,73%)
(0.00/0.13/0.26/0.73)	

CMYK percentages

%0
%12.86
%25.71
%72.55

Codes

Color #463D34 in popluar color models

463D34
RGB706152
HSL30°14.75%23.92%
HSB/HSV30°25.71%27.45%
CMYK0.00%12.86%25.71%
72.55%

Color #463D34 in popluar number systems.

HEX463D34
Decimal706152
Binary1000110111101110100
Octal1067564

Shades and tints

Shades of #463D34

#463D34
(70,61,52)
#403830
(64,56,48)
#3A332C
(58,51,44)
#342E28
(52,46,40)
#2E2924
(46,41,36)
#282420
(40,36,32)
#221F1C
(34,31,28)
#1C1A18
(28,26,24)
#161514
(22,21,20)
#101010
(16,16,16)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #463D34

#463D34
(70,61,52)
#564E46
(86,78,70)
#665F58
(102,95,88)
#76706A
(118,112,106)
#86817C
(134,129,124)
#96928E
(150,146,142)
#A6A3A0
(166,163,160)
#B6B4B2
(182,180,178)
#C6C5C4
(198,197,196)
#D6D6D6
(214,214,214)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463D34; }

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

This text font color is #463D34.


Background Color

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

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

This div background color is #463D34.


Border color

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

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

This div border color is #463D34.


Opacity

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

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

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

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

This text has shadow with #463D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D34 on black background.


Color preview on white background

This text has color #463D34 on white background.



Black color preview on #463D34 background

This text has black color on #463D34 background.


White color preview on #463D34 background

This text has white color on #463D34 background.