COLOR #464F28

HEX: #464F28
RGB: (70,79,40)

Color info

#464F28 contains red, green and blue colors in about the same proportion. Web safe color of #464F28 is #336633 (or #363).

RGB color model

#464F28 color RGB value is (70,79,40).

  • red value is 70;
  • green value is 79;
  • blue value is 40.
RGB:
(70,79,40)
(27%,31%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 40 of 255 = 16%

70
79
40

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

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 40 = 189 (100%)
R 70 of 189 ~ 37.04%
G 79 of 189 ~ 41.8%
B 40 of 189 ~ 21.16%

%37.04
%41.8
%21.16

CMYK color model

#464F28 color CMYK value is (11,0,49,69).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(11,0,49,69)
C11M0Y49K69 
(11%,0%,49%,69%)
(0.11/0.00/0.49/0.69)	

CMYK percentages

%11.39
%0
%49.37
%69.02

Codes

Color #464F28 in popluar color models

464F28
RGB707940
HSL74°32.77%23.33%
HSB/HSV74°49.37%30.98%
CMYK11.39%0.00%49.37%
69.02%

Color #464F28 in popluar number systems.

HEX464F28
Decimal707940
Binary10001101001111101000
Octal10611750

Shades and tints

Shades of #464F28

#464F28
(70,79,40)
#404825
(64,72,37)
#3A4122
(58,65,34)
#343A1F
(52,58,31)
#2E331C
(46,51,28)
#282C19
(40,44,25)
#222516
(34,37,22)
#1C1E13
(28,30,19)
#161710
(22,23,16)
#10100D
(16,16,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #464F28

#464F28
(70,79,40)
#565F3B
(86,95,59)
#666F4E
(102,111,78)
#767F61
(118,127,97)
#868F74
(134,143,116)
#969F87
(150,159,135)
#A6AF9A
(166,175,154)
#B6BFAD
(182,191,173)
#C6CFC0
(198,207,192)
#D6DFD3
(214,223,211)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464F28 color. Also use rgb(70,79,40) instead hex code.

Text Font Color

.myTextColor { color: #464F28; }

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

This text font color is #464F28.


Background Color

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

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

This div background color is #464F28.


Border color

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

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

This div border color is #464F28.


Opacity

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

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

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

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

This text has shadow with #464F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F28 on black background.


Color preview on white background

This text has color #464F28 on white background.



Black color preview on #464F28 background

This text has black color on #464F28 background.


White color preview on #464F28 background

This text has white color on #464F28 background.