COLOR #466141

HEX: #466141
RGB: (70,97,65)

Color info

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

RGB color model

#466141 color RGB value is (70,97,65).

  • red value is 70;
  • green value is 97;
  • blue value is 65.
RGB:
(70,97,65)
(27%,38%,25%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 65 of 255 = 25%

70
97
65

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

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 65 = 232 (100%)
R 70 of 232 ~ 30.17%
G 97 of 232 ~ 41.81%
B 65 of 232 ~ 28.02%

%30.17
%41.81
%28.02

CMYK color model

#466141 color CMYK value is (28,0,33,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(28,0,33,62)
C28M0Y33K62 
(28%,0%,33%,62%)
(0.28/0.00/0.33/0.62)	

CMYK percentages

%27.84
%0
%32.99
%61.96

Codes

Color #466141 in popluar color models

466141
RGB709765
HSL111°19.75%31.76%
HSB/HSV111°32.99%38.04%
CMYK27.84%0.00%32.99%
61.96%

Color #466141 in popluar number systems.

HEX466141
Decimal709765
Binary100011011000011000001
Octal106141101

Shades and tints

Shades of #466141

#466141
(70,97,65)
#40593C
(64,89,60)
#3A5137
(58,81,55)
#344932
(52,73,50)
#2E412D
(46,65,45)
#283928
(40,57,40)
#223123
(34,49,35)
#1C291E
(28,41,30)
#162119
(22,33,25)
#101914
(16,25,20)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #466141

#466141
(70,97,65)
#566F52
(86,111,82)
#667D63
(102,125,99)
#768B74
(118,139,116)
#869985
(134,153,133)
#96A796
(150,167,150)
#A6B5A7
(166,181,167)
#B6C3B8
(182,195,184)
#C6D1C9
(198,209,201)
#D6DFDA
(214,223,218)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466141 color. Also use rgb(70,97,65) instead hex code.

Text Font Color

.myTextColor { color: #466141; }

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

This text font color is #466141.


Background Color

.myBgColor { background-color: #466141; }

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

This div background color is #466141.


Border color

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

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

This div border color is #466141.


Opacity

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

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

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

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

This text has shadow with #466141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466141 on black background.


Color preview on white background

This text has color #466141 on white background.



Black color preview on #466141 background

This text has black color on #466141 background.


White color preview on #466141 background

This text has white color on #466141 background.