COLOR #461D38

HEX: #461D38
RGB: (70,29,56)

Color info

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

RGB color model

#461D38 color RGB value is (70,29,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 29 of 255 = 11%
B 56 of 255 = 22%

70
29
56

R + G + B ~ 20%. #461D38 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 29 + 56 = 155 (100%)
R 70 of 155 ~ 45.16%
G 29 of 155 ~ 18.71%
B 56 of 155 ~ 36.13%

%45.16
%18.71
%36.13

CMYK color model

#461D38 color CMYK value is (0,59,20,73).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,59,20,73)
C0M59Y20K73 
(0%,59%,20%,73%)
(0.00/0.59/0.20/0.73)	

CMYK percentages

%0
%58.57
%20
%72.55

Codes

Color #461D38 in popluar color models

461D38
RGB702956
HSL320°41.41%19.41%
HSB/HSV320°58.57%27.45%
CMYK0.00%58.57%20.00%
72.55%

Color #461D38 in popluar number systems.

HEX461D38
Decimal702956
Binary100011011101111000
Octal1063570

Shades and tints

Shades of #461D38

#461D38
(70,29,56)
#401B33
(64,27,51)
#3A192E
(58,25,46)
#341729
(52,23,41)
#2E1524
(46,21,36)
#28131F
(40,19,31)
#22111A
(34,17,26)
#1C0F15
(28,15,21)
#160D10
(22,13,16)
#100B0B
(16,11,11)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #461D38

#461D38
(70,29,56)
#56314A
(86,49,74)
#66455C
(102,69,92)
#76596E
(118,89,110)
#866D80
(134,109,128)
#968192
(150,129,146)
#A695A4
(166,149,164)
#B6A9B6
(182,169,182)
#C6BDC8
(198,189,200)
#D6D1DA
(214,209,218)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461D38; }

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

This text font color is #461D38.


Background Color

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

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

This div background color is #461D38.


Border color

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

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

This div border color is #461D38.


Opacity

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

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

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

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

This text has shadow with #461D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D38 on black background.


Color preview on white background

This text has color #461D38 on white background.



Black color preview on #461D38 background

This text has black color on #461D38 background.


White color preview on #461D38 background

This text has white color on #461D38 background.