COLOR #464C14

HEX: #464C14
RGB: (70,76,20)

Color info

#464C14 contains red, green and blue colors in about the same proportion. Web safe color of #464C14 is #333300 (or #330).

RGB color model

#464C14 color RGB value is (70,76,20).

  • red value is 70;
  • green value is 76;
  • blue value is 20.
RGB:
(70,76,20)
(27%,30%,8%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 20 of 255 = 8%

70
76
20

R + G + B ~ 22%. #464C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 20 = 166 (100%)
R 70 of 166 ~ 42.17%
G 76 of 166 ~ 45.78%
B 20 of 166 ~ 12.05%

%42.17
%45.78
%12.05

CMYK color model

#464C14 color CMYK value is (8,0,74,70).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 70.20%
CMYK:
(8,0,74,70)
C8M0Y74K70 
(8%,0%,74%,70%)
(0.08/0.00/0.74/0.70)	

CMYK percentages

%7.89
%0
%73.68
%70.2

Codes

Color #464C14 in popluar color models

464C14
RGB707620
HSL66°58.33%18.82%
HSB/HSV66°73.68%29.80%
CMYK7.89%0.00%73.68%
70.20%

Color #464C14 in popluar number systems.

HEX464C14
Decimal707620
Binary1000110100110010100
Octal10611424

Shades and tints

Shades of #464C14

#464C14
(70,76,20)
#404613
(64,70,19)
#3A4012
(58,64,18)
#343A11
(52,58,17)
#2E3410
(46,52,16)
#282E0F
(40,46,15)
#22280E
(34,40,14)
#1C220D
(28,34,13)
#161C0C
(22,28,12)
#10160B
(16,22,11)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #464C14

#464C14
(70,76,20)
#565C29
(86,92,41)
#666C3E
(102,108,62)
#767C53
(118,124,83)
#868C68
(134,140,104)
#969C7D
(150,156,125)
#A6AC92
(166,172,146)
#B6BCA7
(182,188,167)
#C6CCBC
(198,204,188)
#D6DCD1
(214,220,209)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C14 color. Also use rgb(70,76,20) instead hex code.

Text Font Color

.myTextColor { color: #464C14; }

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

This text font color is #464C14.


Background Color

.myBgColor { background-color: #464C14; }

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

This div background color is #464C14.


Border color

.myBorderColor { border: 1px solid #464C14; }

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

This div border color is #464C14.


Opacity

.myOpacity80 { color: #464C14; opacity: 0.8; }

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

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

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

This text has shadow with #464C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C14 on black background.


Color preview on white background

This text has color #464C14 on white background.



Black color preview on #464C14 background

This text has black color on #464C14 background.


White color preview on #464C14 background

This text has white color on #464C14 background.