COLOR #464341

HEX: #464341
RGB: (70,67,65)

Color info

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

RGB color model

#464341 color RGB value is (70,67,65).

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

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 65 of 255 = 25%

70
67
65

R + G + B ~ 26%. #464341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 65 = 202 (100%)
R 70 of 202 ~ 34.65%
G 67 of 202 ~ 33.17%
B 65 of 202 ~ 32.18%

%34.65
%33.17
%32.18

CMYK color model

#464341 color CMYK value is (0,4,7,73).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(0,4,7,73)
C0M4Y7K73 
(0%,4%,7%,73%)
(0.00/0.04/0.07/0.73)	

CMYK percentages

%0
%4.29
%7.14
%72.55

Codes

Color #464341 in popluar color models

464341
RGB706765
HSL24°3.70%26.47%
HSB/HSV24°7.14%27.45%
CMYK0.00%4.29%7.14%
72.55%

Color #464341 in popluar number systems.

HEX464341
Decimal706765
Binary100011010000111000001
Octal106103101

Shades and tints

Shades of #464341

#464341
(70,67,65)
#403D3C
(64,61,60)
#3A3737
(58,55,55)
#343132
(52,49,50)
#2E2B2D
(46,43,45)
#282528
(40,37,40)
#221F23
(34,31,35)
#1C191E
(28,25,30)
#161319
(22,19,25)
#100D14
(16,13,20)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #464341

#464341
(70,67,65)
#565452
(86,84,82)
#666563
(102,101,99)
#767674
(118,118,116)
#868785
(134,135,133)
#969896
(150,152,150)
#A6A9A7
(166,169,167)
#B6BAB8
(182,186,184)
#C6CBC9
(198,203,201)
#D6DCDA
(214,220,218)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464341; }

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

This text font color is #464341.


Background Color

.myBgColor { background-color: #464341; }

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

This div background color is #464341.


Border color

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

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

This div border color is #464341.


Opacity

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

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

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

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

This text has shadow with #464341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464341 on black background.


Color preview on white background

This text has color #464341 on white background.



Black color preview on #464341 background

This text has black color on #464341 background.


White color preview on #464341 background

This text has white color on #464341 background.