COLOR #46140E

HEX: #46140E
RGB: (70,20,14)

Color info

#46140E contains red, green and blue colors in about the same proportion. Web safe color of #46140E is #330000 (or #300).

RGB color model

#46140E color RGB value is (70,20,14).

  • red value is 70;
  • green value is 20;
  • blue value is 14.
RGB: (70,20,14) (27%,8%,5%)

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 14 of 255 = 5%

70
20
14

R + G + B ~ 13%. #46140E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 14 = 104 (100%)
R 70 of 104 ~ 67.31%
G 20 of 104 ~ 19.23%
B 14 of 104 ~ 13.46%

%67.31
%19.23
%13.46

CMYK color model

#46140E color CMYK value is (0,71,80,73).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 80.00%
  • key color value is 72.55%
CMYK: (0,71,80,73) C0M71Y80K73 (0%,71%,80%,73%) (0.00/0.71/0.80/0.73)

CMYK percentages

%0
%71.43
%80
%72.55

Codes

Color #46140E in popluar color models

46140E
RGB702014
HSL66.67%16.47%
HSB/HSV80.00%27.45%
CMYK0.00%71.43%80.00%
72.55%

Color #46140E in popluar number systems.

HEX46140E
Decimal702014
Binary1000110101001110
Octal1062416

Shades and tints

Shades of #46140E

#46140E
(70,20,14)
#40130D
(64,19,13)
#3A120C
(58,18,12)
#34110B
(52,17,11)
#2E100A
(46,16,10)
#280F09
(40,15,9)
#220E08
(34,14,8)
#1C0D07
(28,13,7)
#160C06
(22,12,6)
#100B05
(16,11,5)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #46140E

#46140E
(70,20,14)
#562923
(86,41,35)
#663E38
(102,62,56)
#76534D
(118,83,77)
#866862
(134,104,98)
#967D77
(150,125,119)
#A6928C
(166,146,140)
#B6A7A1
(182,167,161)
#C6BCB6
(198,188,182)
#D6D1CB
(214,209,203)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46140E color. Also use rgb(70,20,14) instead hex code.

Text Font Color

.myTextColor { color: #46140E; }

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

This text font color is #46140E.


Background Color

.myBgColor { background-color: #46140E; }

<div style="background-color:#46140E">Inner text</div>

This div background color is #46140E.


Border color

.myBorderColor { border: 1px solid #46140E; }

<div style="border:3px solid #46140E">Div</div>

This div border color is #46140E.


Opacity

.myOpacity80 { color: #46140E; opacity: 0.8; }

<p style="color:#46140E;opacity:0.8;">80%</p>

Text with #46140E 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 #46140E;}

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

This text has shadow with #46140E color.

.textShadow {text-shadow: 3px 3px 1px #46140E, 3px 3px 1px red;}

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

This text has shadow with #46140E primary color and red secondary color.


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

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

This text has shadow with #46140E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #46140E; -webkit-box-shadow:	1px 1px 3px 2px #46140E; box-shadow:	1px 1px 3px 2px #46140E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #46140E; -webkit-box-shadow: 1px 1px 3px 2px #46140E; box-shadow:1px 1px 3px 2px #46140E;">
Div content here</div>
This div box has shadow with color #46140E.

Preview

Color preview on black background

This text has color #46140E on black background.


Color preview on white background

This text has color #46140E on white background.



Black color preview on #46140E background

This text has black color on #46140E background.


White color preview on #46140E background

This text has white color on #46140E background.