COLOR #464541

HEX: #464541
RGB: (70,69,65)

Color info

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

RGB color model

#464541 color RGB value is (70,69,65).

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

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 65 of 255 = 25%

70
69
65

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 65 = 204 (100%)
R 70 of 204 ~ 34.31%
G 69 of 204 ~ 33.82%
B 65 of 204 ~ 31.86%

%34.31
%33.82
%31.86

CMYK color model

#464541 color CMYK value is (0,1,7,73).

  • cyan value is 0.00%
  • magenta value is 1.43%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(0,1,7,73)
C0M1Y7K73 
(0%,1%,7%,73%)
(0.00/0.01/0.07/0.73)	

CMYK percentages

%0
%1.43
%7.14
%72.55

Codes

Color #464541 in popluar color models

464541
RGB706965
HSL48°3.70%26.47%
HSB/HSV48°7.14%27.45%
CMYK0.00%1.43%7.14%
72.55%

Color #464541 in popluar number systems.

HEX464541
Decimal706965
Binary100011010001011000001
Octal106105101

Shades and tints

Shades of #464541

#464541
(70,69,65)
#403F3C
(64,63,60)
#3A3937
(58,57,55)
#343332
(52,51,50)
#2E2D2D
(46,45,45)
#282728
(40,39,40)
#222123
(34,33,35)
#1C1B1E
(28,27,30)
#161519
(22,21,25)
#100F14
(16,15,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #464541

#464541
(70,69,65)
#565552
(86,85,82)
#666563
(102,101,99)
#767574
(118,117,116)
#868585
(134,133,133)
#969596
(150,149,150)
#A6A5A7
(166,165,167)
#B6B5B8
(182,181,184)
#C6C5C9
(198,197,201)
#D6D5DA
(214,213,218)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464541; }

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

This text font color is #464541.


Background Color

.myBgColor { background-color: #464541; }

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

This div background color is #464541.


Border color

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

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

This div border color is #464541.


Opacity

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

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

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

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

This text has shadow with #464541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464541 on black background.


Color preview on white background

This text has color #464541 on white background.



Black color preview on #464541 background

This text has black color on #464541 background.


White color preview on #464541 background

This text has white color on #464541 background.