COLOR #466C2A

HEX: #466C2A RGB: (70,108,42)

Color info

#466C2A contains mainly red and green colors. Web safe color of #466C2A is #336633 (or #363).

RGB color model

#466C2A color RGB value is (70,108,42).

RGB: (70,108,42) (27%, 42%, 16%)

RGB channels and saturation

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

70
108
42

R + G + B ~ 28%. #466C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 108 + 42 = 220 (100%)
R 70 of 220 ~ 31.82%
G 108 of 220 ~ 49.09%
B 42 of 220 ~ 19.09'%

%31.82
%49.09
%19.09

CMYK color model

#466C2A color CMYK value is (35,0,61,58).

  • cyan value is 35.19%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 57.65%

CMYK: (35,0,61,58)
C35M0Y61K58 (35%, 0%, 61%, 58%)
(0.35 / 0.00 / 0.61 / 0.58)

CMYK percentages

%35.19
%0
%61.11
%57.65

Codes

Color #466C2A in popluar color models

46 6C 2A
RGB 70 108 42
HSL 95° 44.00% 29.41%
HSB/HSV 95° 61.11% 42.35%
CMYK 35.19% 0.00% 61.11%
57.65%

Color #466C2A in popluar number systems.

HEX 46 6C 2A
Decimal 70 108 42
Binary 1000110 1101100 101010
Octal 106 154 52

Shades and tints

Shades of #466C2A

#466C2A
(70,108,42)
#406327
(64,99,39)
#3A5A24
(58,90,36)
#345121
(52,81,33)
#2E481E
(46,72,30)
#283F1B
(40,63,27)
#223618
(34,54,24)
#1C2D15
(28,45,21)
#162412
(22,36,18)
#101B0F
(16,27,15)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #466C2A

#466C2A
(70,108,42)
#56793D
(86,121,61)
#668650
(102,134,80)
#769363
(118,147,99)
#86A076
(134,160,118)
#96AD89
(150,173,137)
#A6BA9C
(166,186,156)
#B6C7AF
(182,199,175)
#C6D4C2
(198,212,194)
#D6E1D5
(214,225,213)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466C2A; }

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

This text font color is #466C2A.

Background Color

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

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

This div background color is #466C2A.

Border color

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

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

This div border color is #466C2A.

Opacity

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

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

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

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

This text has shadow with #466C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466C2A.

Preview

Color preview on black background

This text has color #466C2A on black background.


Color preview on white background

This text has color #466C2A on white background.


Black color preview on #466C2A background

This text has black color on #466C2A background.


White color preview on #466C2A background

This text has white color on #466C2A background.


Related colors

Complementary color

Complementary color for #hex is #B993D5.


I love getcolorcode.com

Triadic colors

1 #2A466C and #6C2A46 with #466C2A are triadic colors.

2 #2A6C46 and #6C462A with #466C2A are triadic colors.