COLOR #46682D

HEX: #46682D
RGB: (70,104,45)

Color info

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

RGB color model

#46682D color RGB value is (70,104,45).

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

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 45 of 255 = 18%

70
104
45

R + G + B ~ 29%. #46682D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 45 = 219 (100%)
R 70 of 219 ~ 31.96%
G 104 of 219 ~ 47.49%
B 45 of 219 ~ 20.55%

%31.96
%47.49
%20.55

CMYK color model

#46682D color CMYK value is (33,0,57,59).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 56.73%
  • key color value is 59.22%
CMYK:
(33,0,57,59)
C33M0Y57K59 
(33%,0%,57%,59%)
(0.33/0.00/0.57/0.59)	

CMYK percentages

%32.69
%0
%56.73
%59.22

Codes

Color #46682D in popluar color models

46682D
RGB7010445
HSL95°39.60%29.22%
HSB/HSV95°56.73%40.78%
CMYK32.69%0.00%56.73%
59.22%

Color #46682D in popluar number systems.

HEX46682D
Decimal7010445
Binary10001101101000101101
Octal10615055

Shades and tints

Shades of #46682D

#46682D
(70,104,45)
#405F29
(64,95,41)
#3A5625
(58,86,37)
#344D21
(52,77,33)
#2E441D
(46,68,29)
#283B19
(40,59,25)
#223215
(34,50,21)
#1C2911
(28,41,17)
#16200D
(22,32,13)
#101709
(16,23,9)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #46682D

#46682D
(70,104,45)
#567540
(86,117,64)
#668253
(102,130,83)
#768F66
(118,143,102)
#869C79
(134,156,121)
#96A98C
(150,169,140)
#A6B69F
(166,182,159)
#B6C3B2
(182,195,178)
#C6D0C5
(198,208,197)
#D6DDD8
(214,221,216)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46682D; }

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

This text font color is #46682D.


Background Color

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

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

This div background color is #46682D.


Border color

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

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

This div border color is #46682D.


Opacity

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

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

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

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

This text has shadow with #46682D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46682D on black background.


Color preview on white background

This text has color #46682D on white background.



Black color preview on #46682D background

This text has black color on #46682D background.


White color preview on #46682D background

This text has white color on #46682D background.