COLOR #464525

HEX: #464525
RGB: (70,69,37)

Color info

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

RGB color model

#464525 color RGB value is (70,69,37).

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

RGB channels and saturation

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

70
69
37

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 37 = 176 (100%)
R 70 of 176 ~ 39.77%
G 69 of 176 ~ 39.2%
B 37 of 176 ~ 21.02%

%39.77
%39.2
%21.02

CMYK color model

#464525 color CMYK value is (0,1,47,73).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK:
(0,1,47,73)
C0M1Y47K73 
(0%,1%,47%,73%)
(0.00/0.01/0.47/0.73)	

CMYK percentages

%0
%1.43
%47.14
%72.55

Codes

Color #464525 in popluar color models

464525
RGB706937
HSL58°30.84%20.98%
HSB/HSV58°47.14%27.45%
CMYK0.00%1.43%47.14%
72.55%

Color #464525 in popluar number systems.

HEX464525
Decimal706937
Binary10001101000101100101
Octal10610545

Shades and tints

Shades of #464525

#464525
(70,69,37)
#403F22
(64,63,34)
#3A391F
(58,57,31)
#34331C
(52,51,28)
#2E2D19
(46,45,25)
#282716
(40,39,22)
#222113
(34,33,19)
#1C1B10
(28,27,16)
#16150D
(22,21,13)
#100F0A
(16,15,10)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #464525

#464525
(70,69,37)
#565538
(86,85,56)
#66654B
(102,101,75)
#76755E
(118,117,94)
#868571
(134,133,113)
#969584
(150,149,132)
#A6A597
(166,165,151)
#B6B5AA
(182,181,170)
#C6C5BD
(198,197,189)
#D6D5D0
(214,213,208)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464525; }

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

This text font color is #464525.


Background Color

.myBgColor { background-color: #464525; }

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

This div background color is #464525.


Border color

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

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

This div border color is #464525.


Opacity

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

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

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

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

This text has shadow with #464525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464525 on black background.


Color preview on white background

This text has color #464525 on white background.



Black color preview on #464525 background

This text has black color on #464525 background.


White color preview on #464525 background

This text has white color on #464525 background.