COLOR #466243

HEX: #466243
RGB: (70,98,67)

Color info

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

RGB color model

#466243 color RGB value is (70,98,67).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 67 of 255 = 26%

70
98
67

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

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 67 = 235 (100%)
R 70 of 235 ~ 29.79%
G 98 of 235 ~ 41.7%
B 67 of 235 ~ 28.51%

%29.79
%41.7
%28.51

CMYK color model

#466243 color CMYK value is (29,0,32,62).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 31.63%
  • key color value is 61.57%
CMYK:
(29,0,32,62)
C29M0Y32K62 
(29%,0%,32%,62%)
(0.29/0.00/0.32/0.62)	

CMYK percentages

%28.57
%0
%31.63
%61.57

Codes

Color #466243 in popluar color models

466243
RGB709867
HSL114°18.79%32.35%
HSB/HSV114°31.63%38.43%
CMYK28.57%0.00%31.63%
61.57%

Color #466243 in popluar number systems.

HEX466243
Decimal709867
Binary100011011000101000011
Octal106142103

Shades and tints

Shades of #466243

#466243
(70,98,67)
#405A3D
(64,90,61)
#3A5237
(58,82,55)
#344A31
(52,74,49)
#2E422B
(46,66,43)
#283A25
(40,58,37)
#22321F
(34,50,31)
#1C2A19
(28,42,25)
#162213
(22,34,19)
#101A0D
(16,26,13)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #466243

#466243
(70,98,67)
#567054
(86,112,84)
#667E65
(102,126,101)
#768C76
(118,140,118)
#869A87
(134,154,135)
#96A898
(150,168,152)
#A6B6A9
(166,182,169)
#B6C4BA
(182,196,186)
#C6D2CB
(198,210,203)
#D6E0DC
(214,224,220)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466243; }

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

This text font color is #466243.


Background Color

.myBgColor { background-color: #466243; }

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

This div background color is #466243.


Border color

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

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

This div border color is #466243.


Opacity

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

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

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

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

This text has shadow with #466243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466243 on black background.


Color preview on white background

This text has color #466243 on white background.



Black color preview on #466243 background

This text has black color on #466243 background.


White color preview on #466243 background

This text has white color on #466243 background.