COLOR #466843

HEX: #466843
RGB: (70,104,67)

Color info

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

RGB color model

#466843 color RGB value is (70,104,67).

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

RGB channels and saturation

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

70
104
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 67 = 241 (100%)
R 70 of 241 ~ 29.05%
G 104 of 241 ~ 43.15%
B 67 of 241 ~ 27.8%

%29.05
%43.15
%27.8

CMYK color model

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

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

CMYK percentages

%32.69
%0
%35.58
%59.22

Codes

Color #466843 in popluar color models

466843
RGB7010467
HSL115°21.64%33.53%
HSB/HSV115°35.58%40.78%
CMYK32.69%0.00%35.58%
59.22%

Color #466843 in popluar number systems.

HEX466843
Decimal7010467
Binary100011011010001000011
Octal106150103

Shades and tints

Shades of #466843

#466843
(70,104,67)
#405F3D
(64,95,61)
#3A5637
(58,86,55)
#344D31
(52,77,49)
#2E442B
(46,68,43)
#283B25
(40,59,37)
#22321F
(34,50,31)
#1C2919
(28,41,25)
#162013
(22,32,19)
#10170D
(16,23,13)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #466843

#466843
(70,104,67)
#567554
(86,117,84)
#668265
(102,130,101)
#768F76
(118,143,118)
#869C87
(134,156,135)
#96A998
(150,169,152)
#A6B6A9
(166,182,169)
#B6C3BA
(182,195,186)
#C6D0CB
(198,208,203)
#D6DDDC
(214,221,220)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466843; }

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

This text font color is #466843.


Background Color

.myBgColor { background-color: #466843; }

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

This div background color is #466843.


Border color

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

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

This div border color is #466843.


Opacity

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

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

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

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

This text has shadow with #466843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466843 on black background.


Color preview on white background

This text has color #466843 on white background.



Black color preview on #466843 background

This text has black color on #466843 background.


White color preview on #466843 background

This text has white color on #466843 background.