COLOR #466F2D

HEX: #466F2D RGB: (70,111,45)

Color info

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

RGB color model

#466F2D color RGB value is (70,111,45).

RGB: (70,111,45) (27%, 44%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 45 of 255 = 18%

70
111
45

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

Portions of RGB colors in percentages

R + G + B = 70 + 111 + 45 = 226 (100%)
R 70 of 226 ~ 30.97%
G 111 of 226 ~ 49.12%
B 45 of 226 ~ 19.91'%

%30.97
%49.12
%19.91

CMYK color model

#466F2D color CMYK value is (37,0,59,56).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 59.46%
  • key color value is 56.47%

CMYK: (37,0,59,56)
C37M0Y59K56 (37%, 0%, 59%, 56%)
(0.37 / 0.00 / 0.59 / 0.56)

CMYK percentages

%36.94
%0
%59.46
%56.47

Codes

Color #466F2D in popluar color models

46 6F 2D
RGB 70 111 45
HSL 97° 42.31% 30.59%
HSB/HSV 97° 59.46% 43.53%
CMYK 36.94% 0.00% 59.46%
56.47%

Color #466F2D in popluar number systems.

HEX 46 6F 2D
Decimal 70 111 45
Binary 1000110 1101111 101101
Octal 106 157 55

Shades and tints

Shades of #466F2D

#466F2D
(70,111,45)
#406529
(64,101,41)
#3A5B25
(58,91,37)
#345121
(52,81,33)
#2E471D
(46,71,29)
#283D19
(40,61,25)
#223315
(34,51,21)
#1C2911
(28,41,17)
#161F0D
(22,31,13)
#101509
(16,21,9)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #466F2D

#466F2D
(70,111,45)
#567C40
(86,124,64)
#668953
(102,137,83)
#769666
(118,150,102)
#86A379
(134,163,121)
#96B08C
(150,176,140)
#A6BD9F
(166,189,159)
#B6CAB2
(182,202,178)
#C6D7C5
(198,215,197)
#D6E4D8
(214,228,216)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F2D color. Also use rgb(70,111,45) instead hex code.

Text Font Color

.myTextColor { color: #466F2D; }

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

This text font color is #466F2D.

Background Color

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

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

This div background color is #466F2D.

Border color

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

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

This div border color is #466F2D.

Opacity

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

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

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

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

This text has shadow with #466F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466F2D.

Preview

Color preview on black background

This text has color #466F2D on black background.


Color preview on white background

This text has color #466F2D on white background.


Black color preview on #466F2D background

This text has black color on #466F2D background.


White color preview on #466F2D background

This text has white color on #466F2D background.


Related colors

Complementary color

Complementary color for #hex is #B990D2.


I love getcolorcode.com

Triadic colors

1 #2D466F and #6F2D46 with #466F2D are triadic colors.

2 #2D6F46 and #6F462D with #466F2D are triadic colors.