COLOR #46612D

HEX: #46612D
RGB: (70,97,45)

Color info

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

RGB color model

#46612D color RGB value is (70,97,45).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 45 of 255 = 18%

70
97
45

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 45 = 212 (100%)
R 70 of 212 ~ 33.02%
G 97 of 212 ~ 45.75%
B 45 of 212 ~ 21.23%

%33.02
%45.75
%21.23

CMYK color model

#46612D color CMYK value is (28,0,54,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 53.61%
  • key color value is 61.96%
CMYK:
(28,0,54,62)
C28M0Y54K62 
(28%,0%,54%,62%)
(0.28/0.00/0.54/0.62)	

CMYK percentages

%27.84
%0
%53.61
%61.96

Codes

Color #46612D in popluar color models

46612D
RGB709745
HSL91°36.62%27.84%
HSB/HSV91°53.61%38.04%
CMYK27.84%0.00%53.61%
61.96%

Color #46612D in popluar number systems.

HEX46612D
Decimal709745
Binary10001101100001101101
Octal10614155

Shades and tints

Shades of #46612D

#46612D
(70,97,45)
#405929
(64,89,41)
#3A5125
(58,81,37)
#344921
(52,73,33)
#2E411D
(46,65,29)
#283919
(40,57,25)
#223115
(34,49,21)
#1C2911
(28,41,17)
#16210D
(22,33,13)
#101909
(16,25,9)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #46612D

#46612D
(70,97,45)
#566F40
(86,111,64)
#667D53
(102,125,83)
#768B66
(118,139,102)
#869979
(134,153,121)
#96A78C
(150,167,140)
#A6B59F
(166,181,159)
#B6C3B2
(182,195,178)
#C6D1C5
(198,209,197)
#D6DFD8
(214,223,216)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46612D; }

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

This text font color is #46612D.


Background Color

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

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

This div background color is #46612D.


Border color

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

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

This div border color is #46612D.


Opacity

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

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

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

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

This text has shadow with #46612D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46612D on black background.


Color preview on white background

This text has color #46612D on white background.



Black color preview on #46612D background

This text has black color on #46612D background.


White color preview on #46612D background

This text has white color on #46612D background.