COLOR #463029

HEX: #463029
RGB: (70,48,41)

Color info

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

RGB color model

#463029 color RGB value is (70,48,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 41 of 255 = 16%

70
48
41

R + G + B ~ 21%. #463029 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 41 = 159 (100%)
R 70 of 159 ~ 44.03%
G 48 of 159 ~ 30.19%
B 41 of 159 ~ 25.79%

%44.03
%30.19
%25.79

CMYK color model

#463029 color CMYK value is (0,31,41,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,31,41,73)
C0M31Y41K73 
(0%,31%,41%,73%)
(0.00/0.31/0.41/0.73)	

CMYK percentages

%0
%31.43
%41.43
%72.55

Codes

Color #463029 in popluar color models

463029
RGB704841
HSL14°26.13%21.76%
HSB/HSV14°41.43%27.45%
CMYK0.00%31.43%41.43%
72.55%

Color #463029 in popluar number systems.

HEX463029
Decimal704841
Binary1000110110000101001
Octal1066051

Shades and tints

Shades of #463029

#463029
(70,48,41)
#402C26
(64,44,38)
#3A2823
(58,40,35)
#342420
(52,36,32)
#2E201D
(46,32,29)
#281C1A
(40,28,26)
#221817
(34,24,23)
#1C1414
(28,20,20)
#161011
(22,16,17)
#100C0E
(16,12,14)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #463029

#463029
(70,48,41)
#56423C
(86,66,60)
#66544F
(102,84,79)
#766662
(118,102,98)
#867875
(134,120,117)
#968A88
(150,138,136)
#A69C9B
(166,156,155)
#B6AEAE
(182,174,174)
#C6C0C1
(198,192,193)
#D6D2D4
(214,210,212)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463029; }

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

This text font color is #463029.


Background Color

.myBgColor { background-color: #463029; }

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

This div background color is #463029.


Border color

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

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

This div border color is #463029.


Opacity

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

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

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

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

This text has shadow with #463029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463029 on black background.


Color preview on white background

This text has color #463029 on white background.



Black color preview on #463029 background

This text has black color on #463029 background.


White color preview on #463029 background

This text has white color on #463029 background.