COLOR #466943

HEX: #466943
RGB: (70,105,67)

Color info

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

RGB color model

#466943 color RGB value is (70,105,67).

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

RGB channels and saturation

R 70 of 255 = 27%
G 105 of 255 = 41%
B 67 of 255 = 26%

70
105
67

R + G + B ~ 31%. #466943 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 105 + 67 = 242 (100%)
R 70 of 242 ~ 28.93%
G 105 of 242 ~ 43.39%
B 67 of 242 ~ 27.69%

%28.93
%43.39
%27.69

CMYK color model

#466943 color CMYK value is (33,0,36,59).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 36.19%
  • key color value is 58.82%
CMYK:
(33,0,36,59)
C33M0Y36K59 
(33%,0%,36%,59%)
(0.33/0.00/0.36/0.59)	

CMYK percentages

%33.33
%0
%36.19
%58.82

Codes

Color #466943 in popluar color models

466943
RGB7010567
HSL115°22.09%33.73%
HSB/HSV115°36.19%41.18%
CMYK33.33%0.00%36.19%
58.82%

Color #466943 in popluar number systems.

HEX466943
Decimal7010567
Binary100011011010011000011
Octal106151103

Shades and tints

Shades of #466943

#466943
(70,105,67)
#40603D
(64,96,61)
#3A5737
(58,87,55)
#344E31
(52,78,49)
#2E452B
(46,69,43)
#283C25
(40,60,37)
#22331F
(34,51,31)
#1C2A19
(28,42,25)
#162113
(22,33,19)
#10180D
(16,24,13)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #466943

#466943
(70,105,67)
#567654
(86,118,84)
#668365
(102,131,101)
#769076
(118,144,118)
#869D87
(134,157,135)
#96AA98
(150,170,152)
#A6B7A9
(166,183,169)
#B6C4BA
(182,196,186)
#C6D1CB
(198,209,203)
#D6DEDC
(214,222,220)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466943; }

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

This text font color is #466943.


Background Color

.myBgColor { background-color: #466943; }

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

This div background color is #466943.


Border color

.myBorderColor { border: 1px solid #466943; }

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

This div border color is #466943.


Opacity

.myOpacity80 { color: #466943; opacity: 0.8; }

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

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

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

This text has shadow with #466943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466943 on black background.


Color preview on white background

This text has color #466943 on white background.



Black color preview on #466943 background

This text has black color on #466943 background.


White color preview on #466943 background

This text has white color on #466943 background.