COLOR #462E38

HEX: #462E38
RGB: (70,46,56)

Color info

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

RGB color model

#462E38 color RGB value is (70,46,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 56 of 255 = 22%

70
46
56

R + G + B ~ 22%. #462E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 56 = 172 (100%)
R 70 of 172 ~ 40.7%
G 46 of 172 ~ 26.74%
B 56 of 172 ~ 32.56%

%40.7
%26.74
%32.56

CMYK color model

#462E38 color CMYK value is (0,34,20,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,34,20,73)
C0M34Y20K73 
(0%,34%,20%,73%)
(0.00/0.34/0.20/0.73)	

CMYK percentages

%0
%34.29
%20
%72.55

Codes

Color #462E38 in popluar color models

462E38
RGB704656
HSL335°20.69%22.75%
HSB/HSV335°34.29%27.45%
CMYK0.00%34.29%20.00%
72.55%

Color #462E38 in popluar number systems.

HEX462E38
Decimal704656
Binary1000110101110111000
Octal1065670

Shades and tints

Shades of #462E38

#462E38
(70,46,56)
#402A33
(64,42,51)
#3A262E
(58,38,46)
#342229
(52,34,41)
#2E1E24
(46,30,36)
#281A1F
(40,26,31)
#22161A
(34,22,26)
#1C1215
(28,18,21)
#160E10
(22,14,16)
#100A0B
(16,10,11)
#0A0606
(10,6,6)
#000000
(0,0,0)

Tints of #462E38

#462E38
(70,46,56)
#56414A
(86,65,74)
#66545C
(102,84,92)
#76676E
(118,103,110)
#867A80
(134,122,128)
#968D92
(150,141,146)
#A6A0A4
(166,160,164)
#B6B3B6
(182,179,182)
#C6C6C8
(198,198,200)
#D6D9DA
(214,217,218)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462E38; }

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

This text font color is #462E38.


Background Color

.myBgColor { background-color: #462E38; }

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

This div background color is #462E38.


Border color

.myBorderColor { border: 1px solid #462E38; }

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

This div border color is #462E38.


Opacity

.myOpacity80 { color: #462E38; opacity: 0.8; }

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

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

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

This text has shadow with #462E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E38 on black background.


Color preview on white background

This text has color #462E38 on white background.



Black color preview on #462E38 background

This text has black color on #462E38 background.


White color preview on #462E38 background

This text has white color on #462E38 background.