COLOR #46140F

HEX: #46140F
RGB: (70,20,15)

Color info

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

RGB color model

#46140F color RGB value is (70,20,15).

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

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 15 of 255 = 6%

70
20
15

R + G + B ~ 14%. #46140F is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 15 = 105 (100%)
R 70 of 105 ~ 66.67%
G 20 of 105 ~ 19.05%
B 15 of 105 ~ 14.29%

%66.67
%19.05
%14.29

CMYK color model

#46140F color CMYK value is (0,71,79,73).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 78.57%
  • key color value is 72.55%
CMYK:
(0,71,79,73)
C0M71Y79K73 
(0%,71%,79%,73%)
(0.00/0.71/0.79/0.73)	

CMYK percentages

%0
%71.43
%78.57
%72.55

Codes

Color #46140F in popluar color models

46140F
RGB702015
HSL64.71%16.67%
HSB/HSV78.57%27.45%
CMYK0.00%71.43%78.57%
72.55%

Color #46140F in popluar number systems.

HEX46140F
Decimal702015
Binary1000110101001111
Octal1062417

Shades and tints

Shades of #46140F

#46140F
(70,20,15)
#40130E
(64,19,14)
#3A120D
(58,18,13)
#34110C
(52,17,12)
#2E100B
(46,16,11)
#280F0A
(40,15,10)
#220E09
(34,14,9)
#1C0D08
(28,13,8)
#160C07
(22,12,7)
#100B06
(16,11,6)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #46140F

#46140F
(70,20,15)
#562924
(86,41,36)
#663E39
(102,62,57)
#76534E
(118,83,78)
#866863
(134,104,99)
#967D78
(150,125,120)
#A6928D
(166,146,141)
#B6A7A2
(182,167,162)
#C6BCB7
(198,188,183)
#D6D1CC
(214,209,204)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46140F; }

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

This text font color is #46140F.


Background Color

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

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

This div background color is #46140F.


Border color

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

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

This div border color is #46140F.


Opacity

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

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

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

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

This text has shadow with #46140F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46140F on black background.


Color preview on white background

This text has color #46140F on white background.



Black color preview on #46140F background

This text has black color on #46140F background.


White color preview on #46140F background

This text has white color on #46140F background.