COLOR #464036

HEX: #464036
RGB: (70,64,54)

Color info

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

RGB color model

#464036 color RGB value is (70,64,54).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 54 of 255 = 21%

70
64
54

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

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 54 = 188 (100%)
R 70 of 188 ~ 37.23%
G 64 of 188 ~ 34.04%
B 54 of 188 ~ 28.72%

%37.23
%34.04
%28.72

CMYK color model

#464036 color CMYK value is (0,9,23,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(0,9,23,73)
C0M9Y23K73 
(0%,9%,23%,73%)
(0.00/0.09/0.23/0.73)	

CMYK percentages

%0
%8.57
%22.86
%72.55

Codes

Color #464036 in popluar color models

464036
RGB706454
HSL38°12.90%24.31%
HSB/HSV38°22.86%27.45%
CMYK0.00%8.57%22.86%
72.55%

Color #464036 in popluar number systems.

HEX464036
Decimal706454
Binary10001101000000110110
Octal10610066

Shades and tints

Shades of #464036

#464036
(70,64,54)
#403B32
(64,59,50)
#3A362E
(58,54,46)
#34312A
(52,49,42)
#2E2C26
(46,44,38)
#282722
(40,39,34)
#22221E
(34,34,30)
#1C1D1A
(28,29,26)
#161816
(22,24,22)
#101312
(16,19,18)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #464036

#464036
(70,64,54)
#565148
(86,81,72)
#66625A
(102,98,90)
#76736C
(118,115,108)
#86847E
(134,132,126)
#969590
(150,149,144)
#A6A6A2
(166,166,162)
#B6B7B4
(182,183,180)
#C6C8C6
(198,200,198)
#D6D9D8
(214,217,216)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464036 color. Also use rgb(70,64,54) instead hex code.

Text Font Color

.myTextColor { color: #464036; }

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

This text font color is #464036.


Background Color

.myBgColor { background-color: #464036; }

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

This div background color is #464036.


Border color

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

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

This div border color is #464036.


Opacity

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

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

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

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

This text has shadow with #464036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464036 on black background.


Color preview on white background

This text has color #464036 on white background.



Black color preview on #464036 background

This text has black color on #464036 background.


White color preview on #464036 background

This text has white color on #464036 background.