COLOR #463510

HEX: #463510
RGB: (70,53,16)

Color info

#463510 contains red, green and blue colors in about the same proportion. Web safe color of #463510 is #333300 (or #330).

RGB color model

#463510 color RGB value is (70,53,16).

  • red value is 70;
  • green value is 53;
  • blue value is 16.
RGB:
(70,53,16)
(27%,21%,6%)

RGB channels and saturation

R 70 of 255 = 27%
G 53 of 255 = 21%
B 16 of 255 = 6%

70
53
16

R + G + B ~ 18%. #463510 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 16 = 139 (100%)
R 70 of 139 ~ 50.36%
G 53 of 139 ~ 38.13%
B 16 of 139 ~ 11.51%

%50.36
%38.13
%11.51

CMYK color model

#463510 color CMYK value is (0,24,77,73).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 77.14%
  • key color value is 72.55%
CMYK:
(0,24,77,73)
C0M24Y77K73 
(0%,24%,77%,73%)
(0.00/0.24/0.77/0.73)	

CMYK percentages

%0
%24.29
%77.14
%72.55

Codes

Color #463510 in popluar color models

463510
RGB705316
HSL41°62.79%16.86%
HSB/HSV41°77.14%27.45%
CMYK0.00%24.29%77.14%
72.55%

Color #463510 in popluar number systems.

HEX463510
Decimal705316
Binary100011011010110000
Octal1066520

Shades and tints

Shades of #463510

#463510
(70,53,16)
#40310F
(64,49,15)
#3A2D0E
(58,45,14)
#34290D
(52,41,13)
#2E250C
(46,37,12)
#28210B
(40,33,11)
#221D0A
(34,29,10)
#1C1909
(28,25,9)
#161508
(22,21,8)
#101107
(16,17,7)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #463510

#463510
(70,53,16)
#564725
(86,71,37)
#66593A
(102,89,58)
#766B4F
(118,107,79)
#867D64
(134,125,100)
#968F79
(150,143,121)
#A6A18E
(166,161,142)
#B6B3A3
(182,179,163)
#C6C5B8
(198,197,184)
#D6D7CD
(214,215,205)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463510 color. Also use rgb(70,53,16) instead hex code.

Text Font Color

.myTextColor { color: #463510; }

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

This text font color is #463510.


Background Color

.myBgColor { background-color: #463510; }

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

This div background color is #463510.


Border color

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

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

This div border color is #463510.


Opacity

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

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

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

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

This text has shadow with #463510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463510 on black background.


Color preview on white background

This text has color #463510 on white background.



Black color preview on #463510 background

This text has black color on #463510 background.


White color preview on #463510 background

This text has white color on #463510 background.