COLOR #466515

HEX: #466515
RGB: (70,101,21)

Color info

#466515 contains mainly red and green colors. Web safe color of #466515 is #336600 (or #360).

RGB color model

#466515 color RGB value is (70,101,21).

  • red value is 70;
  • green value is 101;
  • blue value is 21.
RGB:
(70,101,21)
(27%,40%,8%)

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 21 of 255 = 8%

70
101
21

R + G + B ~ 25%. #466515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 21 = 192 (100%)
R 70 of 192 ~ 36.46%
G 101 of 192 ~ 52.6%
B 21 of 192 ~ 10.94%

%36.46
%52.6
%10.94

CMYK color model

#466515 color CMYK value is (31,0,79,60).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 79.21%
  • key color value is 60.39%
CMYK:
(31,0,79,60)
C31M0Y79K60 
(31%,0%,79%,60%)
(0.31/0.00/0.79/0.60)	

CMYK percentages

%30.69
%0
%79.21
%60.39

Codes

Color #466515 in popluar color models

466515
RGB7010121
HSL83°65.57%23.92%
HSB/HSV83°79.21%39.61%
CMYK30.69%0.00%79.21%
60.39%

Color #466515 in popluar number systems.

HEX466515
Decimal7010121
Binary1000110110010110101
Octal10614525

Shades and tints

Shades of #466515

#466515
(70,101,21)
#405C14
(64,92,20)
#3A5313
(58,83,19)
#344A12
(52,74,18)
#2E4111
(46,65,17)
#283810
(40,56,16)
#222F0F
(34,47,15)
#1C260E
(28,38,14)
#161D0D
(22,29,13)
#10140C
(16,20,12)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #466515

#466515
(70,101,21)
#56732A
(86,115,42)
#66813F
(102,129,63)
#768F54
(118,143,84)
#869D69
(134,157,105)
#96AB7E
(150,171,126)
#A6B993
(166,185,147)
#B6C7A8
(182,199,168)
#C6D5BD
(198,213,189)
#D6E3D2
(214,227,210)
#E6F1E7
(230,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466515 color. Also use rgb(70,101,21) instead hex code.

Text Font Color

.myTextColor { color: #466515; }

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

This text font color is #466515.


Background Color

.myBgColor { background-color: #466515; }

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

This div background color is #466515.


Border color

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

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

This div border color is #466515.


Opacity

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

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

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

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

This text has shadow with #466515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466515 on black background.


Color preview on white background

This text has color #466515 on white background.



Black color preview on #466515 background

This text has black color on #466515 background.


White color preview on #466515 background

This text has white color on #466515 background.