COLOR #466F25

HEX: #466F25
RGB: (70,111,37)

Color info

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

RGB color model

#466F25 color RGB value is (70,111,37).

  • red value is 70;
  • green value is 111;
  • blue value is 37.
RGB:
(70,111,37)
(27%,44%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 37 of 255 = 15%

70
111
37

R + G + B ~ 29%. #466F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 111 + 37 = 218 (100%)
R 70 of 218 ~ 32.11%
G 111 of 218 ~ 50.92%
B 37 of 218 ~ 16.97%

%32.11
%50.92
%16.97

CMYK color model

#466F25 color CMYK value is (37,0,67,56).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 56.47%
CMYK:
(37,0,67,56)
C37M0Y67K56 
(37%,0%,67%,56%)
(0.37/0.00/0.67/0.56)	

CMYK percentages

%36.94
%0
%66.67
%56.47

Codes

Color #466F25 in popluar color models

466F25
RGB7011137
HSL93°50.00%29.02%
HSB/HSV93°66.67%43.53%
CMYK36.94%0.00%66.67%
56.47%

Color #466F25 in popluar number systems.

HEX466F25
Decimal7011137
Binary10001101101111100101
Octal10615745

Shades and tints

Shades of #466F25

#466F25
(70,111,37)
#406522
(64,101,34)
#3A5B1F
(58,91,31)
#34511C
(52,81,28)
#2E4719
(46,71,25)
#283D16
(40,61,22)
#223313
(34,51,19)
#1C2910
(28,41,16)
#161F0D
(22,31,13)
#10150A
(16,21,10)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #466F25

#466F25
(70,111,37)
#567C38
(86,124,56)
#66894B
(102,137,75)
#76965E
(118,150,94)
#86A371
(134,163,113)
#96B084
(150,176,132)
#A6BD97
(166,189,151)
#B6CAAA
(182,202,170)
#C6D7BD
(198,215,189)
#D6E4D0
(214,228,208)
#E6F1E3
(230,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F25; }

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

This text font color is #466F25.


Background Color

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

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

This div background color is #466F25.


Border color

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

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

This div border color is #466F25.


Opacity

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

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

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

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

This text has shadow with #466F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F25 on black background.


Color preview on white background

This text has color #466F25 on white background.



Black color preview on #466F25 background

This text has black color on #466F25 background.


White color preview on #466F25 background

This text has white color on #466F25 background.