COLOR #461E18

HEX: #461E18
RGB: (70,30,24)

Color info

#461E18 contains red, green and blue colors in about the same proportion. Web safe color of #461E18 is #333300 (or #330).

RGB color model

#461E18 color RGB value is (70,30,24).

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

RGB channels and saturation

R 70 of 255 = 27%
G 30 of 255 = 12%
B 24 of 255 = 9%

70
30
24

R + G + B ~ 16%. #461E18 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 30 + 24 = 124 (100%)
R 70 of 124 ~ 56.45%
G 30 of 124 ~ 24.19%
B 24 of 124 ~ 19.35%

%56.45
%24.19
%19.35

CMYK color model

#461E18 color CMYK value is (0,57,66,73).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 65.71%
  • key color value is 72.55%
CMYK:
(0,57,66,73)
C0M57Y66K73 
(0%,57%,66%,73%)
(0.00/0.57/0.66/0.73)	

CMYK percentages

%0
%57.14
%65.71
%72.55

Codes

Color #461E18 in popluar color models

461E18
RGB703024
HSL48.94%18.43%
HSB/HSV65.71%27.45%
CMYK0.00%57.14%65.71%
72.55%

Color #461E18 in popluar number systems.

HEX461E18
Decimal703024
Binary10001101111011000
Octal1063630

Shades and tints

Shades of #461E18

#461E18
(70,30,24)
#401C16
(64,28,22)
#3A1A14
(58,26,20)
#341812
(52,24,18)
#2E1610
(46,22,16)
#28140E
(40,20,14)
#22120C
(34,18,12)
#1C100A
(28,16,10)
#160E08
(22,14,8)
#100C06
(16,12,6)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #461E18

#461E18
(70,30,24)
#56322D
(86,50,45)
#664642
(102,70,66)
#765A57
(118,90,87)
#866E6C
(134,110,108)
#968281
(150,130,129)
#A69696
(166,150,150)
#B6AAAB
(182,170,171)
#C6BEC0
(198,190,192)
#D6D2D5
(214,210,213)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461E18; }

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

This text font color is #461E18.


Background Color

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

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

This div background color is #461E18.


Border color

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

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

This div border color is #461E18.


Opacity

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

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

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

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

This text has shadow with #461E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461E18 on black background.


Color preview on white background

This text has color #461E18 on white background.



Black color preview on #461E18 background

This text has black color on #461E18 background.


White color preview on #461E18 background

This text has white color on #461E18 background.