COLOR #46693B

HEX: #46693B
RGB: (70,105,59)

Color info

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

RGB color model

#46693B color RGB value is (70,105,59).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 59 of 255 = 23%

70
105
59

R + G + B ~ 30%. #46693B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 59 = 234 (100%)
R 70 of 234 ~ 29.91%
G 105 of 234 ~ 44.87%
B 59 of 234 ~ 25.21%

%29.91
%44.87
%25.21

CMYK color model

#46693B color CMYK value is (33,0,44,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 58.82%
CMYK:
(33,0,44,59)
C33M0Y44K59 
(33%,0%,44%,59%)
(0.33/0.00/0.44/0.59)	

CMYK percentages

%33.33
%0
%43.81
%58.82

Codes

Color #46693B in popluar color models

46693B
RGB7010559
HSL106°28.05%32.16%
HSB/HSV106°43.81%41.18%
CMYK33.33%0.00%43.81%
58.82%

Color #46693B in popluar number systems.

HEX46693B
Decimal7010559
Binary10001101101001111011
Octal10615173

Shades and tints

Shades of #46693B

#46693B
(70,105,59)
#406036
(64,96,54)
#3A5731
(58,87,49)
#344E2C
(52,78,44)
#2E4527
(46,69,39)
#283C22
(40,60,34)
#22331D
(34,51,29)
#1C2A18
(28,42,24)
#162113
(22,33,19)
#10180E
(16,24,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #46693B

#46693B
(70,105,59)
#56764C
(86,118,76)
#66835D
(102,131,93)
#76906E
(118,144,110)
#869D7F
(134,157,127)
#96AA90
(150,170,144)
#A6B7A1
(166,183,161)
#B6C4B2
(182,196,178)
#C6D1C3
(198,209,195)
#D6DED4
(214,222,212)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46693B color. Also use rgb(70,105,59) instead hex code.

Text Font Color

.myTextColor { color: #46693B; }

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

This text font color is #46693B.


Background Color

.myBgColor { background-color: #46693B; }

<div style="background-color:#46693B">Inner text</div>

This div background color is #46693B.


Border color

.myBorderColor { border: 1px solid #46693B; }

<div style="border:3px solid #46693B">Div</div>

This div border color is #46693B.


Opacity

.myOpacity80 { color: #46693B; opacity: 0.8; }

<p style="color:#46693B;opacity:0.8;">80%</p>

Text with #46693B 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 #46693B;}

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

This text has shadow with #46693B color.

.textShadow {text-shadow: 3px 3px 1px #46693B, 3px 3px 1px red;}

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

This text has shadow with #46693B primary color and red secondary color.


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

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

This text has shadow with #46693B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46693B on black background.


Color preview on white background

This text has color #46693B on white background.



Black color preview on #46693B background

This text has black color on #46693B background.


White color preview on #46693B background

This text has white color on #46693B background.