COLOR #454C43

HEX: #454C43
RGB: (69,76,67)

Color info

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

RGB color model

#454C43 color RGB value is (69,76,67).

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

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 67 of 255 = 26%

69
76
67

R + G + B ~ 28%. #454C43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 67 = 212 (100%)
R 69 of 212 ~ 32.55%
G 76 of 212 ~ 35.85%
B 67 of 212 ~ 31.6%

%32.55
%35.85
%31.6

CMYK color model

#454C43 color CMYK value is (9,0,12,70).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 70.20%
CMYK:
(9,0,12,70)
C9M0Y12K70 
(9%,0%,12%,70%)
(0.09/0.00/0.12/0.70)	

CMYK percentages

%9.21
%0
%11.84
%70.2

Codes

Color #454C43 in popluar color models

454C43
RGB697667
HSL107°6.29%28.04%
HSB/HSV107°11.84%29.80%
CMYK9.21%0.00%11.84%
70.20%

Color #454C43 in popluar number systems.

HEX454C43
Decimal697667
Binary100010110011001000011
Octal105114103

Shades and tints

Shades of #454C43

#454C43
(69,76,67)
#3F463D
(63,70,61)
#394037
(57,64,55)
#333A31
(51,58,49)
#2D342B
(45,52,43)
#272E25
(39,46,37)
#21281F
(33,40,31)
#1B2219
(27,34,25)
#151C13
(21,28,19)
#0F160D
(15,22,13)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #454C43

#454C43
(69,76,67)
#555C54
(85,92,84)
#656C65
(101,108,101)
#757C76
(117,124,118)
#858C87
(133,140,135)
#959C98
(149,156,152)
#A5ACA9
(165,172,169)
#B5BCBA
(181,188,186)
#C5CCCB
(197,204,203)
#D5DCDC
(213,220,220)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454C43; }

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

This text font color is #454C43.


Background Color

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

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

This div background color is #454C43.


Border color

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

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

This div border color is #454C43.


Opacity

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

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

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

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

This text has shadow with #454C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C43 on black background.


Color preview on white background

This text has color #454C43 on white background.



Black color preview on #454C43 background

This text has black color on #454C43 background.


White color preview on #454C43 background

This text has white color on #454C43 background.