COLOR #46682C

HEX: #46682C
RGB: (70,104,44)

Color info

#46682C contains mainly red and green colors. Web safe color of #46682C is #336633 (or #363).

RGB color model

#46682C color RGB value is (70,104,44).

  • red value is 70;
  • green value is 104;
  • blue value is 44.
RGB:
(70,104,44)
(27%,41%,17%)

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 44 of 255 = 17%

70
104
44

R + G + B ~ 28%. #46682C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 44 = 218 (100%)
R 70 of 218 ~ 32.11%
G 104 of 218 ~ 47.71%
B 44 of 218 ~ 20.18%

%32.11
%47.71
%20.18

CMYK color model

#46682C color CMYK value is (33,0,58,59).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 59.22%
CMYK:
(33,0,58,59)
C33M0Y58K59 
(33%,0%,58%,59%)
(0.33/0.00/0.58/0.59)	

CMYK percentages

%32.69
%0
%57.69
%59.22

Codes

Color #46682C in popluar color models

46682C
RGB7010444
HSL94°40.54%29.02%
HSB/HSV94°57.69%40.78%
CMYK32.69%0.00%57.69%
59.22%

Color #46682C in popluar number systems.

HEX46682C
Decimal7010444
Binary10001101101000101100
Octal10615054

Shades and tints

Shades of #46682C

#46682C
(70,104,44)
#405F28
(64,95,40)
#3A5624
(58,86,36)
#344D20
(52,77,32)
#2E441C
(46,68,28)
#283B18
(40,59,24)
#223214
(34,50,20)
#1C2910
(28,41,16)
#16200C
(22,32,12)
#101708
(16,23,8)
#0A0E04
(10,14,4)
#000000
(0,0,0)

Tints of #46682C

#46682C
(70,104,44)
#56753F
(86,117,63)
#668252
(102,130,82)
#768F65
(118,143,101)
#869C78
(134,156,120)
#96A98B
(150,169,139)
#A6B69E
(166,182,158)
#B6C3B1
(182,195,177)
#C6D0C4
(198,208,196)
#D6DDD7
(214,221,215)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46682C color. Also use rgb(70,104,44) instead hex code.

Text Font Color

.myTextColor { color: #46682C; }

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

This text font color is #46682C.


Background Color

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

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

This div background color is #46682C.


Border color

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

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

This div border color is #46682C.


Opacity

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

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

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

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

This text has shadow with #46682C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46682C on black background.


Color preview on white background

This text has color #46682C on white background.



Black color preview on #46682C background

This text has black color on #46682C background.


White color preview on #46682C background

This text has white color on #46682C background.