COLOR #462410

HEX: #462410
RGB: (70,36,16)

Color info

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

RGB color model

#462410 color RGB value is (70,36,16).

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

RGB channels and saturation

R 70 of 255 = 27%
G 36 of 255 = 14%
B 16 of 255 = 6%

70
36
16

R + G + B ~ 16%. #462410 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 16 = 122 (100%)
R 70 of 122 ~ 57.38%
G 36 of 122 ~ 29.51%
B 16 of 122 ~ 13.11%

%57.38
%29.51
%13.11

CMYK color model

#462410 color CMYK value is (0,49,77,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 77.14%
  • key color value is 72.55%
CMYK:
(0,49,77,73)
C0M49Y77K73 
(0%,49%,77%,73%)
(0.00/0.49/0.77/0.73)	

CMYK percentages

%0
%48.57
%77.14
%72.55

Codes

Color #462410 in popluar color models

462410
RGB703616
HSL22°62.79%16.86%
HSB/HSV22°77.14%27.45%
CMYK0.00%48.57%77.14%
72.55%

Color #462410 in popluar number systems.

HEX462410
Decimal703616
Binary100011010010010000
Octal1064420

Shades and tints

Shades of #462410

#462410
(70,36,16)
#40210F
(64,33,15)
#3A1E0E
(58,30,14)
#341B0D
(52,27,13)
#2E180C
(46,24,12)
#28150B
(40,21,11)
#22120A
(34,18,10)
#1C0F09
(28,15,9)
#160C08
(22,12,8)
#100907
(16,9,7)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #462410

#462410
(70,36,16)
#563725
(86,55,37)
#664A3A
(102,74,58)
#765D4F
(118,93,79)
#867064
(134,112,100)
#968379
(150,131,121)
#A6968E
(166,150,142)
#B6A9A3
(182,169,163)
#C6BCB8
(198,188,184)
#D6CFCD
(214,207,205)
#E6E2E2
(230,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462410; }

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

This text font color is #462410.


Background Color

.myBgColor { background-color: #462410; }

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

This div background color is #462410.


Border color

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

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

This div border color is #462410.


Opacity

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

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

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

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

This text has shadow with #462410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462410 on black background.


Color preview on white background

This text has color #462410 on white background.



Black color preview on #462410 background

This text has black color on #462410 background.


White color preview on #462410 background

This text has white color on #462410 background.