COLOR #462D1B

HEX: #462D1B
RGB: (70,45,27)

Color info

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

RGB color model

#462D1B color RGB value is (70,45,27).

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

RGB channels and saturation

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

70
45
27

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 27 = 142 (100%)
R 70 of 142 ~ 49.3%
G 45 of 142 ~ 31.69%
B 27 of 142 ~ 19.01%

%49.3
%31.69
%19.01

CMYK color model

#462D1B color CMYK value is (0,36,61,73).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 61.43%
  • key color value is 72.55%
CMYK:
(0,36,61,73)
C0M36Y61K73 
(0%,36%,61%,73%)
(0.00/0.36/0.61/0.73)	

CMYK percentages

%0
%35.71
%61.43
%72.55

Codes

Color #462D1B in popluar color models

462D1B
RGB704527
HSL25°44.33%19.02%
HSB/HSV25°61.43%27.45%
CMYK0.00%35.71%61.43%
72.55%

Color #462D1B in popluar number systems.

HEX462D1B
Decimal704527
Binary100011010110111011
Octal1065533

Shades and tints

Shades of #462D1B

#462D1B
(70,45,27)
#402919
(64,41,25)
#3A2517
(58,37,23)
#342115
(52,33,21)
#2E1D13
(46,29,19)
#281911
(40,25,17)
#22150F
(34,21,15)
#1C110D
(28,17,13)
#160D0B
(22,13,11)
#100909
(16,9,9)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #462D1B

#462D1B
(70,45,27)
#56402F
(86,64,47)
#665343
(102,83,67)
#766657
(118,102,87)
#86796B
(134,121,107)
#968C7F
(150,140,127)
#A69F93
(166,159,147)
#B6B2A7
(182,178,167)
#C6C5BB
(198,197,187)
#D6D8CF
(214,216,207)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462D1B; }

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

This text font color is #462D1B.


Background Color

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

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

This div background color is #462D1B.


Border color

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

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

This div border color is #462D1B.


Opacity

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

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

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

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

This text has shadow with #462D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D1B on black background.


Color preview on white background

This text has color #462D1B on white background.



Black color preview on #462D1B background

This text has black color on #462D1B background.


White color preview on #462D1B background

This text has white color on #462D1B background.