COLOR #461D24

HEX: #461D24
RGB: (70,29,36)

Color info

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

RGB color model

#461D24 color RGB value is (70,29,36).

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

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 36 of 255 = 14%

70
29
36

R + G + B ~ 17%. #461D24 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 36 = 135 (100%)
R 70 of 135 ~ 51.85%
G 29 of 135 ~ 21.48%
B 36 of 135 ~ 26.67%

%51.85
%21.48
%26.67

CMYK color model

#461D24 color CMYK value is (0,59,49,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 48.57%
  • key color value is 72.55%
CMYK:
(0,59,49,73)
C0M59Y49K73 
(0%,59%,49%,73%)
(0.00/0.59/0.49/0.73)	

CMYK percentages

%0
%58.57
%48.57
%72.55

Codes

Color #461D24 in popluar color models

461D24
RGB702936
HSL350°41.41%19.41%
HSB/HSV350°58.57%27.45%
CMYK0.00%58.57%48.57%
72.55%

Color #461D24 in popluar number systems.

HEX461D24
Decimal702936
Binary100011011101100100
Octal1063544

Shades and tints

Shades of #461D24

#461D24
(70,29,36)
#401B21
(64,27,33)
#3A191E
(58,25,30)
#34171B
(52,23,27)
#2E1518
(46,21,24)
#281315
(40,19,21)
#221112
(34,17,18)
#1C0F0F
(28,15,15)
#160D0C
(22,13,12)
#100B09
(16,11,9)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #461D24

#461D24
(70,29,36)
#563137
(86,49,55)
#66454A
(102,69,74)
#76595D
(118,89,93)
#866D70
(134,109,112)
#968183
(150,129,131)
#A69596
(166,149,150)
#B6A9A9
(182,169,169)
#C6BDBC
(198,189,188)
#D6D1CF
(214,209,207)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461D24; }

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

This text font color is #461D24.


Background Color

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

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

This div background color is #461D24.


Border color

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

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

This div border color is #461D24.


Opacity

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

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

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

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

This text has shadow with #461D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D24 on black background.


Color preview on white background

This text has color #461D24 on white background.



Black color preview on #461D24 background

This text has black color on #461D24 background.


White color preview on #461D24 background

This text has white color on #461D24 background.