COLOR #462D2F

HEX: #462D2F
RGB: (70,45,47)

Color info

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

RGB color model

#462D2F color RGB value is (70,45,47).

  • red value is 70;
  • green value is 45;
  • blue value is 47.
RGB:
(70,45,47)
(27%,18%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 47 of 255 = 18%

70
45
47

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 47 = 162 (100%)
R 70 of 162 ~ 43.21%
G 45 of 162 ~ 27.78%
B 47 of 162 ~ 29.01%

%43.21
%27.78
%29.01

CMYK color model

#462D2F color CMYK value is (0,36,33,73).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(0,36,33,73)
C0M36Y33K73 
(0%,36%,33%,73%)
(0.00/0.36/0.33/0.73)	

CMYK percentages

%0
%35.71
%32.86
%72.55

Codes

Color #462D2F in popluar color models

462D2F
RGB704547
HSL355°21.74%22.55%
HSB/HSV355°35.71%27.45%
CMYK0.00%35.71%32.86%
72.55%

Color #462D2F in popluar number systems.

HEX462D2F
Decimal704547
Binary1000110101101101111
Octal1065557

Shades and tints

Shades of #462D2F

#462D2F
(70,45,47)
#40292B
(64,41,43)
#3A2527
(58,37,39)
#342123
(52,33,35)
#2E1D1F
(46,29,31)
#28191B
(40,25,27)
#221517
(34,21,23)
#1C1113
(28,17,19)
#160D0F
(22,13,15)
#10090B
(16,9,11)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #462D2F

#462D2F
(70,45,47)
#564041
(86,64,65)
#665353
(102,83,83)
#766665
(118,102,101)
#867977
(134,121,119)
#968C89
(150,140,137)
#A69F9B
(166,159,155)
#B6B2AD
(182,178,173)
#C6C5BF
(198,197,191)
#D6D8D1
(214,216,209)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462D2F color. Also use rgb(70,45,47) instead hex code.

Text Font Color

.myTextColor { color: #462D2F; }

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

This text font color is #462D2F.


Background Color

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

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

This div background color is #462D2F.


Border color

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

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

This div border color is #462D2F.


Opacity

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

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

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

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

This text has shadow with #462D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D2F on black background.


Color preview on white background

This text has color #462D2F on white background.



Black color preview on #462D2F background

This text has black color on #462D2F background.


White color preview on #462D2F background

This text has white color on #462D2F background.