COLOR #462B2A

HEX: #462B2A
RGB: (70,43,42)

Color info

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

RGB color model

#462B2A color RGB value is (70,43,42).

  • red value is 70;
  • green value is 43;
  • blue value is 42.
RGB:
(70,43,42)
(27%,17%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 43 of 255 = 17%
B 42 of 255 = 16%

70
43
42

R + G + B ~ 20%. #462B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 43 + 42 = 155 (100%)
R 70 of 155 ~ 45.16%
G 43 of 155 ~ 27.74%
B 42 of 155 ~ 27.1%

%45.16
%27.74
%27.1

CMYK color model

#462B2A color CMYK value is (0,39,40,73).

  • cyan value is 0.00%
  • magenta value is 38.57%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(0,39,40,73)
C0M39Y40K73 
(0%,39%,40%,73%)
(0.00/0.39/0.40/0.73)	

CMYK percentages

%0
%38.57
%40
%72.55

Codes

Color #462B2A in popluar color models

462B2A
RGB704342
HSL25.00%21.96%
HSB/HSV40.00%27.45%
CMYK0.00%38.57%40.00%
72.55%

Color #462B2A in popluar number systems.

HEX462B2A
Decimal704342
Binary1000110101011101010
Octal1065352

Shades and tints

Shades of #462B2A

#462B2A
(70,43,42)
#402827
(64,40,39)
#3A2524
(58,37,36)
#342221
(52,34,33)
#2E1F1E
(46,31,30)
#281C1B
(40,28,27)
#221918
(34,25,24)
#1C1615
(28,22,21)
#161312
(22,19,18)
#10100F
(16,16,15)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #462B2A

#462B2A
(70,43,42)
#563E3D
(86,62,61)
#665150
(102,81,80)
#766463
(118,100,99)
#867776
(134,119,118)
#968A89
(150,138,137)
#A69D9C
(166,157,156)
#B6B0AF
(182,176,175)
#C6C3C2
(198,195,194)
#D6D6D5
(214,214,213)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462B2A color. Also use rgb(70,43,42) instead hex code.

Text Font Color

.myTextColor { color: #462B2A; }

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

This text font color is #462B2A.


Background Color

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

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

This div background color is #462B2A.


Border color

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

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

This div border color is #462B2A.


Opacity

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

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

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

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

This text has shadow with #462B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462B2A on black background.


Color preview on white background

This text has color #462B2A on white background.



Black color preview on #462B2A background

This text has black color on #462B2A background.


White color preview on #462B2A background

This text has white color on #462B2A background.