COLOR #466123

HEX: #466123 RGB: (70,97,35)

Color info

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

RGB color model

#466123 color RGB value is (70,97,35).

RGB: (70,97,35) (27%, 38%, 14%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 35 of 255 = 14%

70
97
35

R + G + B ~ 26%. #466123 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 97 + 35 = 202 (100%)
R 70 of 202 ~ 34.65%
G 97 of 202 ~ 48.02%
B 35 of 202 ~ 17.33'%

%34.65
%48.02
%17.33

CMYK color model

#466123 color CMYK value is (28,0,64,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK: (28,0,64,62) C28M0Y64K62 (28%,0%,64%,62%) (0.28/0.00/0.64/0.62) 

CMYK percentages

%27.84
%0
%63.92
%61.96

Codes

Color #466123 in popluar color models

46 61 23
RGB 70 97 35
HSL 86° 46.97% 25.88%
HSB/HSV 86° 63.92% 38.04%
CMYK 27.84% 0.00% 63.92%
61.96%

Color #466123 in popluar number systems.

HEX 46 61 23
Decimal 70 97 35
Binary 1000110 1100001 100011
Octal 106 141 43

Shades and tints

Shades of #466123

#466123
(70,97,35)
#405920
(64,89,32)
#3A511D
(58,81,29)
#34491A
(52,73,26)
#2E4117
(46,65,23)
#283914
(40,57,20)
#223111
(34,49,17)
#1C290E
(28,41,14)
#16210B
(22,33,11)
#101908
(16,25,8)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #466123

#466123
(70,97,35)
#566F37
(86,111,55)
#667D4B
(102,125,75)
#768B5F
(118,139,95)
#869973
(134,153,115)
#96A787
(150,167,135)
#A6B59B
(166,181,155)
#B6C3AF
(182,195,175)
#C6D1C3
(198,209,195)
#D6DFD7
(214,223,215)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466123; }

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

This text font color is #466123.

Background Color

.myBgColor { background-color: #466123; }

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

This div background color is #466123.

Border color

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

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

This div border color is #466123.

Opacity

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

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

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

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

This text has shadow with #466123 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466123.

Preview

Color preview on black background

This text has color #466123 on black background.


Color preview on white background

This text has color #466123 on white background.


Black color preview on #466123 background

This text has black color on #466123 background.


White color preview on #466123 background

This text has white color on #466123 background.


Related colors

Complementary color

Complementary color for #hex is #B99EDC.


I love getcolorcode.com

Triadic colors

1 #234661 and #612346 with #466123 are triadic colors.

2 #236146 and #614623 with #466123 are triadic colors.