COLOR #454746

HEX: #454746
RGB: (69,71,70)

Color info

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

RGB color model

#454746 color RGB value is (69,71,70).

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

RGB channels and saturation

R 69 of 255 = 27%
G 71 of 255 = 28%
B 70 of 255 = 27%

69
71
70

R + G + B ~ 27%. #454746 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 71 + 70 = 210 (100%)
R 69 of 210 ~ 32.86%
G 71 of 210 ~ 33.81%
B 70 of 210 ~ 33.33%

%32.86
%33.81
%33.33

CMYK color model

#454746 color CMYK value is (3,0,1,72).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(3,0,1,72)
C3M0Y1K72 
(3%,0%,1%,72%)
(0.03/0.00/0.01/0.72)	

CMYK percentages

%2.82
%0
%1.41
%72.16

Codes

Color #454746 in popluar color models

454746
RGB697170
HSL150°1.43%27.45%
HSB/HSV150°2.82%27.84%
CMYK2.82%0.00%1.41%
72.16%

Color #454746 in popluar number systems.

HEX454746
Decimal697170
Binary100010110001111000110
Octal105107106

Shades and tints

Shades of #454746

#454746
(69,71,70)
#3F4140
(63,65,64)
#393B3A
(57,59,58)
#333534
(51,53,52)
#2D2F2E
(45,47,46)
#272928
(39,41,40)
#212322
(33,35,34)
#1B1D1C
(27,29,28)
#151716
(21,23,22)
#0F1110
(15,17,16)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #454746

#454746
(69,71,70)
#555756
(85,87,86)
#656766
(101,103,102)
#757776
(117,119,118)
#858786
(133,135,134)
#959796
(149,151,150)
#A5A7A6
(165,167,166)
#B5B7B6
(181,183,182)
#C5C7C6
(197,199,198)
#D5D7D6
(213,215,214)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454746; }

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

This text font color is #454746.


Background Color

.myBgColor { background-color: #454746; }

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

This div background color is #454746.


Border color

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

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

This div border color is #454746.


Opacity

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

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

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

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

This text has shadow with #454746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454746 on black background.


Color preview on white background

This text has color #454746 on white background.



Black color preview on #454746 background

This text has black color on #454746 background.


White color preview on #454746 background

This text has white color on #454746 background.