COLOR #463126

HEX: #463126
RGB: (70,49,38)

Color info

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

RGB color model

#463126 color RGB value is (70,49,38).

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

RGB channels and saturation

R 70 of 255 = 27%
G 49 of 255 = 19%
B 38 of 255 = 15%

70
49
38

R + G + B ~ 20%. #463126 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 49 + 38 = 157 (100%)
R 70 of 157 ~ 44.59%
G 49 of 157 ~ 31.21%
B 38 of 157 ~ 24.2%

%44.59
%31.21
%24.2

CMYK color model

#463126 color CMYK value is (0,30,46,73).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 45.71%
  • key color value is 72.55%
CMYK:
(0,30,46,73)
C0M30Y46K73 
(0%,30%,46%,73%)
(0.00/0.30/0.46/0.73)	

CMYK percentages

%0
%30
%45.71
%72.55

Codes

Color #463126 in popluar color models

463126
RGB704938
HSL21°29.63%21.18%
HSB/HSV21°45.71%27.45%
CMYK0.00%30.00%45.71%
72.55%

Color #463126 in popluar number systems.

HEX463126
Decimal704938
Binary1000110110001100110
Octal1066146

Shades and tints

Shades of #463126

#463126
(70,49,38)
#402D23
(64,45,35)
#3A2920
(58,41,32)
#34251D
(52,37,29)
#2E211A
(46,33,26)
#281D17
(40,29,23)
#221914
(34,25,20)
#1C1511
(28,21,17)
#16110E
(22,17,14)
#100D0B
(16,13,11)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #463126

#463126
(70,49,38)
#564339
(86,67,57)
#66554C
(102,85,76)
#76675F
(118,103,95)
#867972
(134,121,114)
#968B85
(150,139,133)
#A69D98
(166,157,152)
#B6AFAB
(182,175,171)
#C6C1BE
(198,193,190)
#D6D3D1
(214,211,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463126; }

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

This text font color is #463126.


Background Color

.myBgColor { background-color: #463126; }

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

This div background color is #463126.


Border color

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

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

This div border color is #463126.


Opacity

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

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

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

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

This text has shadow with #463126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463126 on black background.


Color preview on white background

This text has color #463126 on white background.



Black color preview on #463126 background

This text has black color on #463126 background.


White color preview on #463126 background

This text has white color on #463126 background.