COLOR #454241

HEX: #454241 RGB: (69,66,65)

Color info

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

RGB color model

#454241 color RGB value is (69,66,65).

RGB: (69,66,65) (27%, 26%, 25%)

RGB channels and saturation

R 69 of 255 = 27%
G 66 of 255 = 26%
B 65 of 255 = 25%

69
66
65

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

Portions of RGB colors in percentages

R + G + B = 69 + 66 + 65 = 200 (100%)
R 69 of 200 ~ 34.5%
G 66 of 200 ~ 33%
B 65 of 200 ~ 32.5'%

%34.5
%33
%32.5

CMYK color model

#454241 color CMYK value is (0,4,6,73).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 5.80%
  • key color value is 72.94%

CMYK: (0,4,6,73)
C0M4Y6K73 (0%, 4%, 6%, 73%)
(0.00 / 0.04 / 0.06 / 0.73)

CMYK percentages

%0
%4.35
%5.8
%72.94

Codes

Color #454241 in popluar color models

45 42 41
RGB 69 66 65
HSL 15° 2.99% 26.27%
HSB/HSV 15° 5.80% 27.06%
CMYK 0.00% 4.35% 5.80%
72.94%

Color #454241 in popluar number systems.

HEX 45 42 41
Decimal 69 66 65
Binary 1000101 1000010 1000001
Octal 105 102 101

Shades and tints

Shades of #454241

#454241
(69,66,65)
#3F3C3C
(63,60,60)
#393637
(57,54,55)
#333032
(51,48,50)
#2D2A2D
(45,42,45)
#272428
(39,36,40)
#211E23
(33,30,35)
#1B181E
(27,24,30)
#151219
(21,18,25)
#0F0C14
(15,12,20)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #454241

#454241
(69,66,65)
#555352
(85,83,82)
#656463
(101,100,99)
#757574
(117,117,116)
#858685
(133,134,133)
#959796
(149,151,150)
#A5A8A7
(165,168,167)
#B5B9B8
(181,185,184)
#C5CAC9
(197,202,201)
#D5DBDA
(213,219,218)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454241; }

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

This text font color is #454241.

Background Color

.myBgColor { background-color: #454241; }

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

This div background color is #454241.

Border color

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

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

This div border color is #454241.

Opacity

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

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

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

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

This text has shadow with #454241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454241.

Preview

Color preview on black background

This text has color #454241 on black background.


Color preview on white background

This text has color #454241 on white background.


Black color preview on #454241 background

This text has black color on #454241 background.


White color preview on #454241 background

This text has white color on #454241 background.


Related colors

Complementary color

Complementary color for #hex is #BABDBE.


I love getcolorcode.com

Triadic colors

1 #414542 and #424145 with #454241 are triadic colors.

2 #414245 and #424541 with #454241 are triadic colors.