COLOR #463134

HEX: #463134
RGB: (70,49,52)

Color info

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

RGB color model

#463134 color RGB value is (70,49,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 49 of 255 = 19%
B 52 of 255 = 20%

70
49
52

R + G + B ~ 22%. #463134 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 49 + 52 = 171 (100%)
R 70 of 171 ~ 40.94%
G 49 of 171 ~ 28.65%
B 52 of 171 ~ 30.41%

%40.94
%28.65
%30.41

CMYK color model

#463134 color CMYK value is (0,30,26,73).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(0,30,26,73)
C0M30Y26K73 
(0%,30%,26%,73%)
(0.00/0.30/0.26/0.73)	

CMYK percentages

%0
%30
%25.71
%72.55

Codes

Color #463134 in popluar color models

463134
RGB704952
HSL351°17.65%23.33%
HSB/HSV351°30.00%27.45%
CMYK0.00%30.00%25.71%
72.55%

Color #463134 in popluar number systems.

HEX463134
Decimal704952
Binary1000110110001110100
Octal1066164

Shades and tints

Shades of #463134

#463134
(70,49,52)
#402D30
(64,45,48)
#3A292C
(58,41,44)
#342528
(52,37,40)
#2E2124
(46,33,36)
#281D20
(40,29,32)
#22191C
(34,25,28)
#1C1518
(28,21,24)
#161114
(22,17,20)
#100D10
(16,13,16)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #463134

#463134
(70,49,52)
#564346
(86,67,70)
#665558
(102,85,88)
#76676A
(118,103,106)
#86797C
(134,121,124)
#968B8E
(150,139,142)
#A69DA0
(166,157,160)
#B6AFB2
(182,175,178)
#C6C1C4
(198,193,196)
#D6D3D6
(214,211,214)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463134; }

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

This text font color is #463134.


Background Color

.myBgColor { background-color: #463134; }

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

This div background color is #463134.


Border color

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

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

This div border color is #463134.


Opacity

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

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

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

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

This text has shadow with #463134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463134 on black background.


Color preview on white background

This text has color #463134 on white background.



Black color preview on #463134 background

This text has black color on #463134 background.


White color preview on #463134 background

This text has white color on #463134 background.