COLOR #46652D

HEX: #46652D
RGB: (70,101,45)

Color info

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

RGB color model

#46652D color RGB value is (70,101,45).

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

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 45 of 255 = 18%

70
101
45

R + G + B ~ 28%. #46652D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 45 = 216 (100%)
R 70 of 216 ~ 32.41%
G 101 of 216 ~ 46.76%
B 45 of 216 ~ 20.83%

%32.41
%46.76
%20.83

CMYK color model

#46652D color CMYK value is (31,0,55,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 60.39%
CMYK:
(31,0,55,60)
C31M0Y55K60 
(31%,0%,55%,60%)
(0.31/0.00/0.55/0.60)	

CMYK percentages

%30.69
%0
%55.45
%60.39

Codes

Color #46652D in popluar color models

46652D
RGB7010145
HSL93°38.36%28.63%
HSB/HSV93°55.45%39.61%
CMYK30.69%0.00%55.45%
60.39%

Color #46652D in popluar number systems.

HEX46652D
Decimal7010145
Binary10001101100101101101
Octal10614555

Shades and tints

Shades of #46652D

#46652D
(70,101,45)
#405C29
(64,92,41)
#3A5325
(58,83,37)
#344A21
(52,74,33)
#2E411D
(46,65,29)
#283819
(40,56,25)
#222F15
(34,47,21)
#1C2611
(28,38,17)
#161D0D
(22,29,13)
#101409
(16,20,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #46652D

#46652D
(70,101,45)
#567340
(86,115,64)
#668153
(102,129,83)
#768F66
(118,143,102)
#869D79
(134,157,121)
#96AB8C
(150,171,140)
#A6B99F
(166,185,159)
#B6C7B2
(182,199,178)
#C6D5C5
(198,213,197)
#D6E3D8
(214,227,216)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46652D; }

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

This text font color is #46652D.


Background Color

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

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

This div background color is #46652D.


Border color

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

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

This div border color is #46652D.


Opacity

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

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

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

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

This text has shadow with #46652D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46652D on black background.


Color preview on white background

This text has color #46652D on white background.



Black color preview on #46652D background

This text has black color on #46652D background.


White color preview on #46652D background

This text has white color on #46652D background.