COLOR #464135

HEX: #464135
RGB: (70,65,53)

Color info

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

RGB color model

#464135 color RGB value is (70,65,53).

  • red value is 70;
  • green value is 65;
  • blue value is 53.
RGB:
(70,65,53)
(27%,25%,21%)

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 53 of 255 = 21%

70
65
53

R + G + B ~ 24%. #464135 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 53 = 188 (100%)
R 70 of 188 ~ 37.23%
G 65 of 188 ~ 34.57%
B 53 of 188 ~ 28.19%

%37.23
%34.57
%28.19

CMYK color model

#464135 color CMYK value is (0,7,24,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(0,7,24,73)
C0M7Y24K73 
(0%,7%,24%,73%)
(0.00/0.07/0.24/0.73)	

CMYK percentages

%0
%7.14
%24.29
%72.55

Codes

Color #464135 in popluar color models

464135
RGB706553
HSL42°13.82%24.12%
HSB/HSV42°24.29%27.45%
CMYK0.00%7.14%24.29%
72.55%

Color #464135 in popluar number systems.

HEX464135
Decimal706553
Binary10001101000001110101
Octal10610165

Shades and tints

Shades of #464135

#464135
(70,65,53)
#403C31
(64,60,49)
#3A372D
(58,55,45)
#343229
(52,50,41)
#2E2D25
(46,45,37)
#282821
(40,40,33)
#22231D
(34,35,29)
#1C1E19
(28,30,25)
#161915
(22,25,21)
#101411
(16,20,17)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #464135

#464135
(70,65,53)
#565247
(86,82,71)
#666359
(102,99,89)
#76746B
(118,116,107)
#86857D
(134,133,125)
#96968F
(150,150,143)
#A6A7A1
(166,167,161)
#B6B8B3
(182,184,179)
#C6C9C5
(198,201,197)
#D6DAD7
(214,218,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464135 color. Also use rgb(70,65,53) instead hex code.

Text Font Color

.myTextColor { color: #464135; }

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

This text font color is #464135.


Background Color

.myBgColor { background-color: #464135; }

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

This div background color is #464135.


Border color

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

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

This div border color is #464135.


Opacity

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

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

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

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

This text has shadow with #464135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464135 on black background.


Color preview on white background

This text has color #464135 on white background.



Black color preview on #464135 background

This text has black color on #464135 background.


White color preview on #464135 background

This text has white color on #464135 background.