COLOR #461E3B

HEX: #461E3B
RGB: (70,30,59)

Color info

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

RGB color model

#461E3B color RGB value is (70,30,59).

  • red value is 70;
  • green value is 30;
  • blue value is 59.
RGB:
(70,30,59)
(27%,12%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 59 of 255 = 23%

70
30
59

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

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 59 = 159 (100%)
R 70 of 159 ~ 44.03%
G 30 of 159 ~ 18.87%
B 59 of 159 ~ 37.11%

%44.03
%18.87
%37.11

CMYK color model

#461E3B color CMYK value is (0,57,16,73).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(0,57,16,73)
C0M57Y16K73 
(0%,57%,16%,73%)
(0.00/0.57/0.16/0.73)	

CMYK percentages

%0
%57.14
%15.71
%72.55

Codes

Color #461E3B in popluar color models

461E3B
RGB703059
HSL317°40.00%19.61%
HSB/HSV317°57.14%27.45%
CMYK0.00%57.14%15.71%
72.55%

Color #461E3B in popluar number systems.

HEX461E3B
Decimal703059
Binary100011011110111011
Octal1063673

Shades and tints

Shades of #461E3B

#461E3B
(70,30,59)
#401C36
(64,28,54)
#3A1A31
(58,26,49)
#34182C
(52,24,44)
#2E1627
(46,22,39)
#281422
(40,20,34)
#22121D
(34,18,29)
#1C1018
(28,16,24)
#160E13
(22,14,19)
#100C0E
(16,12,14)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #461E3B

#461E3B
(70,30,59)
#56324C
(86,50,76)
#66465D
(102,70,93)
#765A6E
(118,90,110)
#866E7F
(134,110,127)
#968290
(150,130,144)
#A696A1
(166,150,161)
#B6AAB2
(182,170,178)
#C6BEC3
(198,190,195)
#D6D2D4
(214,210,212)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461E3B color. Also use rgb(70,30,59) instead hex code.

Text Font Color

.myTextColor { color: #461E3B; }

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

This text font color is #461E3B.


Background Color

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

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

This div background color is #461E3B.


Border color

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

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

This div border color is #461E3B.


Opacity

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

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

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

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

This text has shadow with #461E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E3B on black background.


Color preview on white background

This text has color #461E3B on white background.



Black color preview on #461E3B background

This text has black color on #461E3B background.


White color preview on #461E3B background

This text has white color on #461E3B background.