COLOR #46690D

HEX: #46690D
RGB: (70,105,13)

Color info

#46690D contains mainly red and green colors. Web safe color of #46690D is #336600 (or #360).

RGB color model

#46690D color RGB value is (70,105,13).

  • red value is 70;
  • green value is 105;
  • blue value is 13.
RGB:
(70,105,13)
(27%,41%,5%)

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 13 of 255 = 5%

70
105
13

R + G + B ~ 24%. #46690D is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 13 = 188 (100%)
R 70 of 188 ~ 37.23%
G 105 of 188 ~ 55.85%
B 13 of 188 ~ 6.91%

%37.23
%55.85

CMYK color model

#46690D color CMYK value is (33,0,88,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 87.62%
  • key color value is 58.82%
CMYK:
(33,0,88,59)
C33M0Y88K59 
(33%,0%,88%,59%)
(0.33/0.00/0.88/0.59)	

CMYK percentages

%33.33
%0
%87.62
%58.82

Codes

Color #46690D in popluar color models

46690D
RGB7010513
HSL83°77.97%23.14%
HSB/HSV83°87.62%41.18%
CMYK33.33%0.00%87.62%
58.82%

Color #46690D in popluar number systems.

HEX46690D
Decimal7010513
Binary100011011010011101
Octal10615115

Shades and tints

Shades of #46690D

#46690D
(70,105,13)
#40600C
(64,96,12)
#3A570B
(58,87,11)
#344E0A
(52,78,10)
#2E4509
(46,69,9)
#283C08
(40,60,8)
#223307
(34,51,7)
#1C2A06
(28,42,6)
#162105
(22,33,5)
#101804
(16,24,4)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #46690D

#46690D
(70,105,13)
#567623
(86,118,35)
#668339
(102,131,57)
#76904F
(118,144,79)
#869D65
(134,157,101)
#96AA7B
(150,170,123)
#A6B791
(166,183,145)
#B6C4A7
(182,196,167)
#C6D1BD
(198,209,189)
#D6DED3
(214,222,211)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46690D color. Also use rgb(70,105,13) instead hex code.

Text Font Color

.myTextColor { color: #46690D; }

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

This text font color is #46690D.


Background Color

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

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

This div background color is #46690D.


Border color

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

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

This div border color is #46690D.


Opacity

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

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

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

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

This text has shadow with #46690D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46690D on black background.


Color preview on white background

This text has color #46690D on white background.



Black color preview on #46690D background

This text has black color on #46690D background.


White color preview on #46690D background

This text has white color on #46690D background.