COLOR #461D2F

HEX: #461D2F RGB: (70,29,47)

Color info

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

RGB color model

#461D2F color RGB value is (70,29,47).

RGB: (70,29,47) (27%, 11%, 18%)

RGB channels and saturation

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

70
29
47

R + G + B ~ 19%. #461D2F is dark color.

Portions of RGB colors in percentages

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

%47.95
%19.86
%32.19

CMYK color model

#461D2F color CMYK value is (0,59,33,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 32.86%
  • key color value is 72.55%

CMYK: (0,59,33,73)
C0M59Y33K73 (0%, 59%, 33%, 73%)
(0.00 / 0.59 / 0.33 / 0.73)

CMYK percentages

%0
%58.57
%32.86
%72.55

Codes

Color #461D2F in popluar color models

46 1D 2F
RGB 70 29 47
HSL 334° 41.41% 19.41%
HSB/HSV 334° 58.57% 27.45%
CMYK 0.00% 58.57% 32.86%
72.55%

Color #461D2F in popluar number systems.

HEX 46 1D 2F
Decimal 70 29 47
Binary 1000110 11101 101111
Octal 106 35 57

Shades and tints

Shades of #461D2F

#461D2F
(70,29,47)
#401B2B
(64,27,43)
#3A1927
(58,25,39)
#341723
(52,23,35)
#2E151F
(46,21,31)
#28131B
(40,19,27)
#221117
(34,17,23)
#1C0F13
(28,15,19)
#160D0F
(22,13,15)
#100B0B
(16,11,11)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #461D2F

#461D2F
(70,29,47)
#563141
(86,49,65)
#664553
(102,69,83)
#765965
(118,89,101)
#866D77
(134,109,119)
#968189
(150,129,137)
#A6959B
(166,149,155)
#B6A9AD
(182,169,173)
#C6BDBF
(198,189,191)
#D6D1D1
(214,209,209)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461D2F; }

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

This text font color is #461D2F.

Background Color

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

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

This div background color is #461D2F.

Border color

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

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

This div border color is #461D2F.

Opacity

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

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

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

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

This text has shadow with #461D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #461D2F.

Preview

Color preview on black background

This text has color #461D2F on black background.


Color preview on white background

This text has color #461D2F on white background.


Black color preview on #461D2F background

This text has black color on #461D2F background.


White color preview on #461D2F background

This text has white color on #461D2F background.


Related colors

Complementary color

Complementary color for #hex is #B9E2D0.


I love getcolorcode.com

Triadic colors

1 #2F461D and #1D2F46 with #461D2F are triadic colors.

2 #2F1D46 and #1D462F with #461D2F are triadic colors.