COLOR #46501C

HEX: #46501C
RGB: (70,80,28)

Color info

#46501C contains red, green and blue colors in about the same proportion. Web safe color of #46501C is #336633 (or #363).

RGB color model

#46501C color RGB value is (70,80,28).

  • red value is 70;
  • green value is 80;
  • blue value is 28.
RGB:
(70,80,28)
(27%,31%,11%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 28 of 255 = 11%

70
80
28

R + G + B ~ 23%. #46501C is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 28 = 178 (100%)
R 70 of 178 ~ 39.33%
G 80 of 178 ~ 44.94%
B 28 of 178 ~ 15.73%

%39.33
%44.94
%15.73

CMYK color model

#46501C color CMYK value is (13,0,65,69).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(13,0,65,69)
C13M0Y65K69 
(13%,0%,65%,69%)
(0.13/0.00/0.65/0.69)	

CMYK percentages

%12.5
%0
%65
%68.63

Codes

Color #46501C in popluar color models

46501C
RGB708028
HSL72°48.15%21.18%
HSB/HSV72°65.00%31.37%
CMYK12.50%0.00%65.00%
68.63%

Color #46501C in popluar number systems.

HEX46501C
Decimal708028
Binary1000110101000011100
Octal10612034

Shades and tints

Shades of #46501C

#46501C
(70,80,28)
#40491A
(64,73,26)
#3A4218
(58,66,24)
#343B16
(52,59,22)
#2E3414
(46,52,20)
#282D12
(40,45,18)
#222610
(34,38,16)
#1C1F0E
(28,31,14)
#16180C
(22,24,12)
#10110A
(16,17,10)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #46501C

#46501C
(70,80,28)
#565F30
(86,95,48)
#666E44
(102,110,68)
#767D58
(118,125,88)
#868C6C
(134,140,108)
#969B80
(150,155,128)
#A6AA94
(166,170,148)
#B6B9A8
(182,185,168)
#C6C8BC
(198,200,188)
#D6D7D0
(214,215,208)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46501C color. Also use rgb(70,80,28) instead hex code.

Text Font Color

.myTextColor { color: #46501C; }

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

This text font color is #46501C.


Background Color

.myBgColor { background-color: #46501C; }

<div style="background-color:#46501C">Inner text</div>

This div background color is #46501C.


Border color

.myBorderColor { border: 1px solid #46501C; }

<div style="border:3px solid #46501C">Div</div>

This div border color is #46501C.


Opacity

.myOpacity80 { color: #46501C; opacity: 0.8; }

<p style="color:#46501C;opacity:0.8;">80%</p>

Text with #46501C 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 #46501C;}

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

This text has shadow with #46501C color.

.textShadow {text-shadow: 3px 3px 1px #46501C, 3px 3px 1px red;}

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

This text has shadow with #46501C primary color and red secondary color.


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

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

This text has shadow with #46501C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46501C on black background.


Color preview on white background

This text has color #46501C on white background.



Black color preview on #46501C background

This text has black color on #46501C background.


White color preview on #46501C background

This text has white color on #46501C background.