COLOR #454C41

HEX: #454C41
RGB: (69,76,65)

Color info

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

RGB color model

#454C41 color RGB value is (69,76,65).

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

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 65 of 255 = 25%

69
76
65

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

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 65 = 210 (100%)
R 69 of 210 ~ 32.86%
G 76 of 210 ~ 36.19%
B 65 of 210 ~ 30.95%

%32.86
%36.19
%30.95

CMYK color model

#454C41 color CMYK value is (9,0,14,70).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 70.20%
CMYK:
(9,0,14,70)
C9M0Y14K70 
(9%,0%,14%,70%)
(0.09/0.00/0.14/0.70)	

CMYK percentages

%9.21
%0
%14.47
%70.2

Codes

Color #454C41 in popluar color models

454C41
RGB697665
HSL98°7.80%27.65%
HSB/HSV98°14.47%29.80%
CMYK9.21%0.00%14.47%
70.20%

Color #454C41 in popluar number systems.

HEX454C41
Decimal697665
Binary100010110011001000001
Octal105114101

Shades and tints

Shades of #454C41

#454C41
(69,76,65)
#3F463C
(63,70,60)
#394037
(57,64,55)
#333A32
(51,58,50)
#2D342D
(45,52,45)
#272E28
(39,46,40)
#212823
(33,40,35)
#1B221E
(27,34,30)
#151C19
(21,28,25)
#0F1614
(15,22,20)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #454C41

#454C41
(69,76,65)
#555C52
(85,92,82)
#656C63
(101,108,99)
#757C74
(117,124,116)
#858C85
(133,140,133)
#959C96
(149,156,150)
#A5ACA7
(165,172,167)
#B5BCB8
(181,188,184)
#C5CCC9
(197,204,201)
#D5DCDA
(213,220,218)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C41; }

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

This text font color is #454C41.


Background Color

.myBgColor { background-color: #454C41; }

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

This div background color is #454C41.


Border color

.myBorderColor { border: 1px solid #454C41; }

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

This div border color is #454C41.


Opacity

.myOpacity80 { color: #454C41; opacity: 0.8; }

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

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

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

This text has shadow with #454C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C41 on black background.


Color preview on white background

This text has color #454C41 on white background.



Black color preview on #454C41 background

This text has black color on #454C41 background.


White color preview on #454C41 background

This text has white color on #454C41 background.