COLOR #464B2F

HEX: #464B2F
RGB: (70,75,47)

Color info

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

RGB color model

#464B2F color RGB value is (70,75,47).

  • red value is 70;
  • green value is 75;
  • blue value is 47.
RGB:
(70,75,47)
(27%,29%,18%)

RGB channels and saturation

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

70
75
47

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

Portions of RGB colors in percentages

R + G + B =
70 + 75 + 47 = 192 (100%)
R 70 of 192 ~ 36.46%
G 75 of 192 ~ 39.06%
B 47 of 192 ~ 24.48%

%36.46
%39.06
%24.48

CMYK color model

#464B2F color CMYK value is (7,0,37,71).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(7,0,37,71)
C7M0Y37K71 
(7%,0%,37%,71%)
(0.07/0.00/0.37/0.71)	

CMYK percentages

%6.67
%0
%37.33
%70.59

Codes

Color #464B2F in popluar color models

464B2F
RGB707547
HSL71°22.95%23.92%
HSB/HSV71°37.33%29.41%
CMYK6.67%0.00%37.33%
70.59%

Color #464B2F in popluar number systems.

HEX464B2F
Decimal707547
Binary10001101001011101111
Octal10611357

Shades and tints

Shades of #464B2F

#464B2F
(70,75,47)
#40452B
(64,69,43)
#3A3F27
(58,63,39)
#343923
(52,57,35)
#2E331F
(46,51,31)
#282D1B
(40,45,27)
#222717
(34,39,23)
#1C2113
(28,33,19)
#161B0F
(22,27,15)
#10150B
(16,21,11)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #464B2F

#464B2F
(70,75,47)
#565B41
(86,91,65)
#666B53
(102,107,83)
#767B65
(118,123,101)
#868B77
(134,139,119)
#969B89
(150,155,137)
#A6AB9B
(166,171,155)
#B6BBAD
(182,187,173)
#C6CBBF
(198,203,191)
#D6DBD1
(214,219,209)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464B2F; }

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

This text font color is #464B2F.


Background Color

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

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

This div background color is #464B2F.


Border color

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

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

This div border color is #464B2F.


Opacity

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

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

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

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

This text has shadow with #464B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B2F on black background.


Color preview on white background

This text has color #464B2F on white background.



Black color preview on #464B2F background

This text has black color on #464B2F background.


White color preview on #464B2F background

This text has white color on #464B2F background.