COLOR #464527

HEX: #464527
RGB: (70,69,39)

Color info

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

RGB color model

#464527 color RGB value is (70,69,39).

  • red value is 70;
  • green value is 69;
  • blue value is 39.
RGB:
(70,69,39)
(27%,27%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 39 of 255 = 15%

70
69
39

R + G + B ~ 23%. #464527 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 39 = 178 (100%)
R 70 of 178 ~ 39.33%
G 69 of 178 ~ 38.76%
B 39 of 178 ~ 21.91%

%39.33
%38.76
%21.91

CMYK color model

#464527 color CMYK value is (0,1,44,73).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(0,1,44,73)
C0M1Y44K73 
(0%,1%,44%,73%)
(0.00/0.01/0.44/0.73)	

CMYK percentages

%0
%1.43
%44.29
%72.55

Codes

Color #464527 in popluar color models

464527
RGB706939
HSL58°28.44%21.37%
HSB/HSV58°44.29%27.45%
CMYK0.00%1.43%44.29%
72.55%

Color #464527 in popluar number systems.

HEX464527
Decimal706939
Binary10001101000101100111
Octal10610547

Shades and tints

Shades of #464527

#464527
(70,69,39)
#403F24
(64,63,36)
#3A3921
(58,57,33)
#34331E
(52,51,30)
#2E2D1B
(46,45,27)
#282718
(40,39,24)
#222115
(34,33,21)
#1C1B12
(28,27,18)
#16150F
(22,21,15)
#100F0C
(16,15,12)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #464527

#464527
(70,69,39)
#56553A
(86,85,58)
#66654D
(102,101,77)
#767560
(118,117,96)
#868573
(134,133,115)
#969586
(150,149,134)
#A6A599
(166,165,153)
#B6B5AC
(182,181,172)
#C6C5BF
(198,197,191)
#D6D5D2
(214,213,210)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464527 color. Also use rgb(70,69,39) instead hex code.

Text Font Color

.myTextColor { color: #464527; }

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

This text font color is #464527.


Background Color

.myBgColor { background-color: #464527; }

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

This div background color is #464527.


Border color

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

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

This div border color is #464527.


Opacity

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

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

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

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

This text has shadow with #464527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464527 on black background.


Color preview on white background

This text has color #464527 on white background.



Black color preview on #464527 background

This text has black color on #464527 background.


White color preview on #464527 background

This text has white color on #464527 background.