COLOR #461F3E

HEX: #461F3E
RGB: (70,31,62)

Color info

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

RGB color model

#461F3E color RGB value is (70,31,62).

  • red value is 70;
  • green value is 31;
  • blue value is 62.
RGB:
(70,31,62)
(27%,12%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 31 of 255 = 12%
B 62 of 255 = 24%

70
31
62

R + G + B ~ 21%. #461F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 31 + 62 = 163 (100%)
R 70 of 163 ~ 42.94%
G 31 of 163 ~ 19.02%
B 62 of 163 ~ 38.04%

%42.94
%19.02
%38.04

CMYK color model

#461F3E color CMYK value is (0,56,11,73).

  • cyan value is 0.00%
  • magenta value is 55.71%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK:
(0,56,11,73)
C0M56Y11K73 
(0%,56%,11%,73%)
(0.00/0.56/0.11/0.73)	

CMYK percentages

%0
%55.71
%11.43
%72.55

Codes

Color #461F3E in popluar color models

461F3E
RGB703162
HSL312°38.61%19.80%
HSB/HSV312°55.71%27.45%
CMYK0.00%55.71%11.43%
72.55%

Color #461F3E in popluar number systems.

HEX461F3E
Decimal703162
Binary100011011111111110
Octal1063776

Shades and tints

Shades of #461F3E

#461F3E
(70,31,62)
#401D39
(64,29,57)
#3A1B34
(58,27,52)
#34192F
(52,25,47)
#2E172A
(46,23,42)
#281525
(40,21,37)
#221320
(34,19,32)
#1C111B
(28,17,27)
#160F16
(22,15,22)
#100D11
(16,13,17)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #461F3E

#461F3E
(70,31,62)
#56334F
(86,51,79)
#664760
(102,71,96)
#765B71
(118,91,113)
#866F82
(134,111,130)
#968393
(150,131,147)
#A697A4
(166,151,164)
#B6ABB5
(182,171,181)
#C6BFC6
(198,191,198)
#D6D3D7
(214,211,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461F3E color. Also use rgb(70,31,62) instead hex code.

Text Font Color

.myTextColor { color: #461F3E; }

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

This text font color is #461F3E.


Background Color

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

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

This div background color is #461F3E.


Border color

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

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

This div border color is #461F3E.


Opacity

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

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

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

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

This text has shadow with #461F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461F3E on black background.


Color preview on white background

This text has color #461F3E on white background.



Black color preview on #461F3E background

This text has black color on #461F3E background.


White color preview on #461F3E background

This text has white color on #461F3E background.