COLOR #462F1D

HEX: #462F1D
RGB: (70,47,29)

Color info

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

RGB color model

#462F1D color RGB value is (70,47,29).

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

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 29 of 255 = 11%

70
47
29

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

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 29 = 146 (100%)
R 70 of 146 ~ 47.95%
G 47 of 146 ~ 32.19%
B 29 of 146 ~ 19.86%

%47.95
%32.19
%19.86

CMYK color model

#462F1D color CMYK value is (0,33,59,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(0,33,59,73)
C0M33Y59K73 
(0%,33%,59%,73%)
(0.00/0.33/0.59/0.73)	

CMYK percentages

%0
%32.86
%58.57
%72.55

Codes

Color #462F1D in popluar color models

462F1D
RGB704729
HSL26°41.41%19.41%
HSB/HSV26°58.57%27.45%
CMYK0.00%32.86%58.57%
72.55%

Color #462F1D in popluar number systems.

HEX462F1D
Decimal704729
Binary100011010111111101
Octal1065735

Shades and tints

Shades of #462F1D

#462F1D
(70,47,29)
#402B1B
(64,43,27)
#3A2719
(58,39,25)
#342317
(52,35,23)
#2E1F15
(46,31,21)
#281B13
(40,27,19)
#221711
(34,23,17)
#1C130F
(28,19,15)
#160F0D
(22,15,13)
#100B0B
(16,11,11)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #462F1D

#462F1D
(70,47,29)
#564131
(86,65,49)
#665345
(102,83,69)
#766559
(118,101,89)
#86776D
(134,119,109)
#968981
(150,137,129)
#A69B95
(166,155,149)
#B6ADA9
(182,173,169)
#C6BFBD
(198,191,189)
#D6D1D1
(214,209,209)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F1D; }

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

This text font color is #462F1D.


Background Color

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

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

This div background color is #462F1D.


Border color

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

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

This div border color is #462F1D.


Opacity

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

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

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

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

This text has shadow with #462F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F1D on black background.


Color preview on white background

This text has color #462F1D on white background.



Black color preview on #462F1D background

This text has black color on #462F1D background.


White color preview on #462F1D background

This text has white color on #462F1D background.