COLOR #466343

HEX: #466343
RGB: (70,99,67)

Color info

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

RGB color model

#466343 color RGB value is (70,99,67).

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

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 67 of 255 = 26%

70
99
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 67 = 236 (100%)
R 70 of 236 ~ 29.66%
G 99 of 236 ~ 41.95%
B 67 of 236 ~ 28.39%

%29.66
%41.95
%28.39

CMYK color model

#466343 color CMYK value is (29,0,32,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 61.18%
CMYK: (29,0,32,61) C29M0Y32K61 (29%,0%,32%,61%) (0.29/0.00/0.32/0.61)

CMYK percentages

%29.29
%0
%32.32
%61.18

Codes

Color #466343 in popluar color models

466343
RGB709967
HSL114°19.28%32.55%
HSB/HSV114°32.32%38.82%
CMYK29.29%0.00%32.32%
61.18%

Color #466343 in popluar number systems.

HEX466343
Decimal709967
Binary100011011000111000011
Octal106143103

Shades and tints

Shades of #466343

#466343
(70,99,67)
#405A3D
(64,90,61)
#3A5137
(58,81,55)
#344831
(52,72,49)
#2E3F2B
(46,63,43)
#283625
(40,54,37)
#222D1F
(34,45,31)
#1C2419
(28,36,25)
#161B13
(22,27,19)
#10120D
(16,18,13)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #466343

#466343
(70,99,67)
#567154
(86,113,84)
#667F65
(102,127,101)
#768D76
(118,141,118)
#869B87
(134,155,135)
#96A998
(150,169,152)
#A6B7A9
(166,183,169)
#B6C5BA
(182,197,186)
#C6D3CB
(198,211,203)
#D6E1DC
(214,225,220)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466343; }

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

This text font color is #466343.


Background Color

.myBgColor { background-color: #466343; }

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

This div background color is #466343.


Border color

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

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

This div border color is #466343.


Opacity

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

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

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

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

This text has shadow with #466343 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #466343 on black background.


Color preview on white background

This text has color #466343 on white background.



Black color preview on #466343 background

This text has black color on #466343 background.


White color preview on #466343 background

This text has white color on #466343 background.