COLOR #466C45

HEX: #466C45
RGB: (70,108,69)

Color info

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

RGB color model

#466C45 color RGB value is (70,108,69).

  • red value is 70;
  • green value is 108;
  • blue value is 69.
RGB:
(70,108,69)
(27%,42%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 108 of 255 = 42%
B 69 of 255 = 27%

70
108
69

R + G + B ~ 32%. #466C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 108 + 69 = 247 (100%)
R 70 of 247 ~ 28.34%
G 108 of 247 ~ 43.72%
B 69 of 247 ~ 27.94%

%28.34
%43.72
%27.94

CMYK color model

#466C45 color CMYK value is (35,0,36,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 57.65%
CMYK:
(35,0,36,58)
C35M0Y36K58 
(35%,0%,36%,58%)
(0.35/0.00/0.36/0.58)	

CMYK percentages

%35.19
%0
%36.11
%57.65

Codes

Color #466C45 in popluar color models

466C45
RGB7010869
HSL118°22.03%34.71%
HSB/HSV118°36.11%42.35%
CMYK35.19%0.00%36.11%
57.65%

Color #466C45 in popluar number systems.

HEX466C45
Decimal7010869
Binary100011011011001000101
Octal106154105

Shades and tints

Shades of #466C45

#466C45
(70,108,69)
#40633F
(64,99,63)
#3A5A39
(58,90,57)
#345133
(52,81,51)
#2E482D
(46,72,45)
#283F27
(40,63,39)
#223621
(34,54,33)
#1C2D1B
(28,45,27)
#162415
(22,36,21)
#101B0F
(16,27,15)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #466C45

#466C45
(70,108,69)
#567955
(86,121,85)
#668665
(102,134,101)
#769375
(118,147,117)
#86A085
(134,160,133)
#96AD95
(150,173,149)
#A6BAA5
(166,186,165)
#B6C7B5
(182,199,181)
#C6D4C5
(198,212,197)
#D6E1D5
(214,225,213)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466C45 color. Also use rgb(70,108,69) instead hex code.

Text Font Color

.myTextColor { color: #466C45; }

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

This text font color is #466C45.


Background Color

.myBgColor { background-color: #466C45; }

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

This div background color is #466C45.


Border color

.myBorderColor { border: 1px solid #466C45; }

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

This div border color is #466C45.


Opacity

.myOpacity80 { color: #466C45; opacity: 0.8; }

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

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

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

This text has shadow with #466C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C45 on black background.


Color preview on white background

This text has color #466C45 on white background.



Black color preview on #466C45 background

This text has black color on #466C45 background.


White color preview on #466C45 background

This text has white color on #466C45 background.