COLOR #463034

HEX: #463034
RGB: (70,48,52)

Color info

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

RGB color model

#463034 color RGB value is (70,48,52).

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

RGB channels and saturation

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

70
48
52

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

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 52 = 170 (100%)
R 70 of 170 ~ 41.18%
G 48 of 170 ~ 28.24%
B 52 of 170 ~ 30.59%

%41.18
%28.24
%30.59

CMYK color model

#463034 color CMYK value is (0,31,26,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(0,31,26,73)
C0M31Y26K73 
(0%,31%,26%,73%)
(0.00/0.31/0.26/0.73)	

CMYK percentages

%0
%31.43
%25.71
%72.55

Codes

Color #463034 in popluar color models

463034
RGB704852
HSL349°18.64%23.14%
HSB/HSV349°31.43%27.45%
CMYK0.00%31.43%25.71%
72.55%

Color #463034 in popluar number systems.

HEX463034
Decimal704852
Binary1000110110000110100
Octal1066064

Shades and tints

Shades of #463034

#463034
(70,48,52)
#402C30
(64,44,48)
#3A282C
(58,40,44)
#342428
(52,36,40)
#2E2024
(46,32,36)
#281C20
(40,28,32)
#22181C
(34,24,28)
#1C1418
(28,20,24)
#161014
(22,16,20)
#100C10
(16,12,16)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #463034

#463034
(70,48,52)
#564246
(86,66,70)
#665458
(102,84,88)
#76666A
(118,102,106)
#86787C
(134,120,124)
#968A8E
(150,138,142)
#A69CA0
(166,156,160)
#B6AEB2
(182,174,178)
#C6C0C4
(198,192,196)
#D6D2D6
(214,210,214)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463034; }

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

This text font color is #463034.


Background Color

.myBgColor { background-color: #463034; }

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

This div background color is #463034.


Border color

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

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

This div border color is #463034.


Opacity

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

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

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

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

This text has shadow with #463034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463034 on black background.


Color preview on white background

This text has color #463034 on white background.



Black color preview on #463034 background

This text has black color on #463034 background.


White color preview on #463034 background

This text has white color on #463034 background.