COLOR #464A2F

HEX: #464A2F RGB: (70,74,47)

Color info

#464A2F contains red, green and blue colors in about the same proportion. Web safe color of #464A2F is #333333 (or #333).

RGB color model

#464A2F color RGB value is (70,74,47).

RGB: (70,74,47) (27%, 29%, 18%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 47 of 255 = 18%

70
74
47

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

Portions of RGB colors in percentages

R + G + B = 70 + 74 + 47 = 191 (100%)
R 70 of 191 ~ 36.65%
G 74 of 191 ~ 38.74%
B 47 of 191 ~ 24.61'%

%36.65
%38.74
%24.61

CMYK color model

#464A2F color CMYK value is (5,0,36,71).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 70.98%

CMYK: (5,0,36,71)
C5M0Y36K71 (5%, 0%, 36%, 71%)
(0.05 / 0.00 / 0.36 / 0.71)

CMYK percentages

%5.41
%0
%36.49
%70.98

Codes

Color #464A2F in popluar color models

46 4A 2F
RGB 70 74 47
HSL 69° 22.31% 23.73%
HSB/HSV 69° 36.49% 29.02%
CMYK 5.41% 0.00% 36.49%
70.98%

Color #464A2F in popluar number systems.

HEX 46 4A 2F
Decimal 70 74 47
Binary 1000110 1001010 101111
Octal 106 112 57

Shades and tints

Shades of #464A2F

#464A2F
(70,74,47)
#40442B
(64,68,43)
#3A3E27
(58,62,39)
#343823
(52,56,35)
#2E321F
(46,50,31)
#282C1B
(40,44,27)
#222617
(34,38,23)
#1C2013
(28,32,19)
#161A0F
(22,26,15)
#10140B
(16,20,11)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #464A2F

#464A2F
(70,74,47)
#565A41
(86,90,65)
#666A53
(102,106,83)
#767A65
(118,122,101)
#868A77
(134,138,119)
#969A89
(150,154,137)
#A6AA9B
(166,170,155)
#B6BAAD
(182,186,173)
#C6CABF
(198,202,191)
#D6DAD1
(214,218,209)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A2F color. Also use rgb(70,74,47) instead hex code.

Text Font Color

.myTextColor { color: #464A2F; }

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

This text font color is #464A2F.

Background Color

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

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

This div background color is #464A2F.

Border color

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

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

This div border color is #464A2F.

Opacity

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

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

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

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

This text has shadow with #464A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464A2F.

Preview

Color preview on black background

This text has color #464A2F on black background.


Color preview on white background

This text has color #464A2F on white background.


Black color preview on #464A2F background

This text has black color on #464A2F background.


White color preview on #464A2F background

This text has white color on #464A2F background.


Related colors

Complementary color

Complementary color for #hex is #B9B5D0.


I love getcolorcode.com

Triadic colors

1 #2F464A and #4A2F46 with #464A2F are triadic colors.

2 #2F4A46 and #4A462F with #464A2F are triadic colors.