COLOR #462638

HEX: #462638
RGB: (70,38,56)

Color info

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

RGB color model

#462638 color RGB value is (70,38,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 38 of 255 = 15%
B 56 of 255 = 22%

70
38
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 38 + 56 = 164 (100%)
R 70 of 164 ~ 42.68%
G 38 of 164 ~ 23.17%
B 56 of 164 ~ 34.15%

%42.68
%23.17
%34.15

CMYK color model

#462638 color CMYK value is (0,46,20,73).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,46,20,73)
C0M46Y20K73 
(0%,46%,20%,73%)
(0.00/0.46/0.20/0.73)	

CMYK percentages

%0
%45.71
%20
%72.55

Codes

Color #462638 in popluar color models

462638
RGB703856
HSL326°29.63%21.18%
HSB/HSV326°45.71%27.45%
CMYK0.00%45.71%20.00%
72.55%

Color #462638 in popluar number systems.

HEX462638
Decimal703856
Binary1000110100110111000
Octal1064670

Shades and tints

Shades of #462638

#462638
(70,38,56)
#402333
(64,35,51)
#3A202E
(58,32,46)
#341D29
(52,29,41)
#2E1A24
(46,26,36)
#28171F
(40,23,31)
#22141A
(34,20,26)
#1C1115
(28,17,21)
#160E10
(22,14,16)
#100B0B
(16,11,11)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #462638

#462638
(70,38,56)
#56394A
(86,57,74)
#664C5C
(102,76,92)
#765F6E
(118,95,110)
#867280
(134,114,128)
#968592
(150,133,146)
#A698A4
(166,152,164)
#B6ABB6
(182,171,182)
#C6BEC8
(198,190,200)
#D6D1DA
(214,209,218)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462638; }

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

This text font color is #462638.


Background Color

.myBgColor { background-color: #462638; }

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

This div background color is #462638.


Border color

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

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

This div border color is #462638.


Opacity

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

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

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

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

This text has shadow with #462638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462638 on black background.


Color preview on white background

This text has color #462638 on white background.



Black color preview on #462638 background

This text has black color on #462638 background.


White color preview on #462638 background

This text has white color on #462638 background.