COLOR #464134

HEX: #464134
RGB: (70,65,52)

Color info

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

RGB color model

#464134 color RGB value is (70,65,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 52 of 255 = 20%

70
65
52

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 52 = 187 (100%)
R 70 of 187 ~ 37.43%
G 65 of 187 ~ 34.76%
B 52 of 187 ~ 27.81%

%37.43
%34.76
%27.81

CMYK color model

#464134 color CMYK value is (0,7,26,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK:
(0,7,26,73)
C0M7Y26K73 
(0%,7%,26%,73%)
(0.00/0.07/0.26/0.73)	

CMYK percentages

%0
%7.14
%25.71
%72.55

Codes

Color #464134 in popluar color models

464134
RGB706552
HSL43°14.75%23.92%
HSB/HSV43°25.71%27.45%
CMYK0.00%7.14%25.71%
72.55%

Color #464134 in popluar number systems.

HEX464134
Decimal706552
Binary10001101000001110100
Octal10610164

Shades and tints

Shades of #464134

#464134
(70,65,52)
#403C30
(64,60,48)
#3A372C
(58,55,44)
#343228
(52,50,40)
#2E2D24
(46,45,36)
#282820
(40,40,32)
#22231C
(34,35,28)
#1C1E18
(28,30,24)
#161914
(22,25,20)
#101410
(16,20,16)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #464134

#464134
(70,65,52)
#565246
(86,82,70)
#666358
(102,99,88)
#76746A
(118,116,106)
#86857C
(134,133,124)
#96968E
(150,150,142)
#A6A7A0
(166,167,160)
#B6B8B2
(182,184,178)
#C6C9C4
(198,201,196)
#D6DAD6
(214,218,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464134; }

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

This text font color is #464134.


Background Color

.myBgColor { background-color: #464134; }

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

This div background color is #464134.


Border color

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

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

This div border color is #464134.


Opacity

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

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

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

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

This text has shadow with #464134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464134 on black background.


Color preview on white background

This text has color #464134 on white background.



Black color preview on #464134 background

This text has black color on #464134 background.


White color preview on #464134 background

This text has white color on #464134 background.