COLOR #464730

HEX: #464730
RGB: (70,71,48)

Color info

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

RGB color model

#464730 color RGB value is (70,71,48).

  • red value is 70;
  • green value is 71;
  • blue value is 48.
RGB:
(70,71,48)
(27%,28%,19%)

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 48 of 255 = 19%

70
71
48

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 48 = 189 (100%)
R 70 of 189 ~ 37.04%
G 71 of 189 ~ 37.57%
B 48 of 189 ~ 25.4%

%37.04
%37.57
%25.4

CMYK color model

#464730 color CMYK value is (1,0,32,72).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 72.16%
CMYK:
(1,0,32,72)
C1M0Y32K72 
(1%,0%,32%,72%)
(0.01/0.00/0.32/0.72)	

CMYK percentages

%1.41
%0
%32.39
%72.16

Codes

Color #464730 in popluar color models

464730
RGB707148
HSL63°19.33%23.33%
HSB/HSV63°32.39%27.84%
CMYK1.41%0.00%32.39%
72.16%

Color #464730 in popluar number systems.

HEX464730
Decimal707148
Binary10001101000111110000
Octal10610760

Shades and tints

Shades of #464730

#464730
(70,71,48)
#40412C
(64,65,44)
#3A3B28
(58,59,40)
#343524
(52,53,36)
#2E2F20
(46,47,32)
#28291C
(40,41,28)
#222318
(34,35,24)
#1C1D14
(28,29,20)
#161710
(22,23,16)
#10110C
(16,17,12)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #464730

#464730
(70,71,48)
#565742
(86,87,66)
#666754
(102,103,84)
#767766
(118,119,102)
#868778
(134,135,120)
#96978A
(150,151,138)
#A6A79C
(166,167,156)
#B6B7AE
(182,183,174)
#C6C7C0
(198,199,192)
#D6D7D2
(214,215,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464730 color. Also use rgb(70,71,48) instead hex code.

Text Font Color

.myTextColor { color: #464730; }

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

This text font color is #464730.


Background Color

.myBgColor { background-color: #464730; }

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

This div background color is #464730.


Border color

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

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

This div border color is #464730.


Opacity

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

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

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

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

This text has shadow with #464730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464730 on black background.


Color preview on white background

This text has color #464730 on white background.



Black color preview on #464730 background

This text has black color on #464730 background.


White color preview on #464730 background

This text has white color on #464730 background.