COLOR #46231E

HEX: #46231E
RGB: (70,35,30)

Color info

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

RGB color model

#46231E color RGB value is (70,35,30).

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

RGB channels and saturation

R 70 of 255 = 27%
G 35 of 255 = 14%
B 30 of 255 = 12%

70
35
30

R + G + B ~ 18%. #46231E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 35 + 30 = 135 (100%)
R 70 of 135 ~ 51.85%
G 35 of 135 ~ 25.93%
B 30 of 135 ~ 22.22%

%51.85
%25.93
%22.22

CMYK color model

#46231E color CMYK value is (0,50,57,73).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 57.14%
  • key color value is 72.55%
CMYK:
(0,50,57,73)
C0M50Y57K73 
(0%,50%,57%,73%)
(0.00/0.50/0.57/0.73)	

CMYK percentages

%0
%50
%57.14
%72.55

Codes

Color #46231E in popluar color models

46231E
RGB703530
HSL40.00%19.61%
HSB/HSV57.14%27.45%
CMYK0.00%50.00%57.14%
72.55%

Color #46231E in popluar number systems.

HEX46231E
Decimal703530
Binary100011010001111110
Octal1064336

Shades and tints

Shades of #46231E

#46231E
(70,35,30)
#40201C
(64,32,28)
#3A1D1A
(58,29,26)
#341A18
(52,26,24)
#2E1716
(46,23,22)
#281414
(40,20,20)
#221112
(34,17,18)
#1C0E10
(28,14,16)
#160B0E
(22,11,14)
#10080C
(16,8,12)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #46231E

#46231E
(70,35,30)
#563732
(86,55,50)
#664B46
(102,75,70)
#765F5A
(118,95,90)
#86736E
(134,115,110)
#968782
(150,135,130)
#A69B96
(166,155,150)
#B6AFAA
(182,175,170)
#C6C3BE
(198,195,190)
#D6D7D2
(214,215,210)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46231E color. Also use rgb(70,35,30) instead hex code.

Text Font Color

.myTextColor { color: #46231E; }

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

This text font color is #46231E.


Background Color

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

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

This div background color is #46231E.


Border color

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

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

This div border color is #46231E.


Opacity

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

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

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

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

This text has shadow with #46231E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46231E on black background.


Color preview on white background

This text has color #46231E on white background.



Black color preview on #46231E background

This text has black color on #46231E background.


White color preview on #46231E background

This text has white color on #46231E background.