COLOR #462428

HEX: #462428
RGB: (70,36,40)

Color info

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

RGB color model

#462428 color RGB value is (70,36,40).

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

RGB channels and saturation

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

70
36
40

R + G + B ~ 19%. #462428 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 36 + 40 = 146 (100%)
R 70 of 146 ~ 47.95%
G 36 of 146 ~ 24.66%
B 40 of 146 ~ 27.4%

%47.95
%24.66
%27.4

CMYK color model

#462428 color CMYK value is (0,49,43,73).

  • cyan value is 0.00%
  • magenta value is 48.57%
  • yellow value is 42.86%
  • key color value is 72.55%
CMYK:
(0,49,43,73)
C0M49Y43K73 
(0%,49%,43%,73%)
(0.00/0.49/0.43/0.73)	

CMYK percentages

%0
%48.57
%42.86
%72.55

Codes

Color #462428 in popluar color models

462428
RGB703640
HSL353°32.08%20.78%
HSB/HSV353°48.57%27.45%
CMYK0.00%48.57%42.86%
72.55%

Color #462428 in popluar number systems.

HEX462428
Decimal703640
Binary1000110100100101000
Octal1064450

Shades and tints

Shades of #462428

#462428
(70,36,40)
#402125
(64,33,37)
#3A1E22
(58,30,34)
#341B1F
(52,27,31)
#2E181C
(46,24,28)
#281519
(40,21,25)
#221216
(34,18,22)
#1C0F13
(28,15,19)
#160C10
(22,12,16)
#10090D
(16,9,13)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #462428

#462428
(70,36,40)
#56373B
(86,55,59)
#664A4E
(102,74,78)
#765D61
(118,93,97)
#867074
(134,112,116)
#968387
(150,131,135)
#A6969A
(166,150,154)
#B6A9AD
(182,169,173)
#C6BCC0
(198,188,192)
#D6CFD3
(214,207,211)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462428; }

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

This text font color is #462428.


Background Color

.myBgColor { background-color: #462428; }

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

This div background color is #462428.


Border color

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

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

This div border color is #462428.


Opacity

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

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

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

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

This text has shadow with #462428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462428 on black background.


Color preview on white background

This text has color #462428 on white background.



Black color preview on #462428 background

This text has black color on #462428 background.


White color preview on #462428 background

This text has white color on #462428 background.