COLOR #455D4D

HEX: #455D4D
RGB: (69,93,77)

Color info

#455D4D contains red, green and blue colors in about the same proportion. Web safe color of #455D4D is #336633 (or #363).

RGB color model

#455D4D color RGB value is (69,93,77).

  • red value is 69;
  • green value is 93;
  • blue value is 77.
RGB:
(69,93,77)
(27%,36%,30%)

RGB channels and saturation

R 69 of 255 = 27%
G 93 of 255 = 36%
B 77 of 255 = 30%

69
93
77

R + G + B ~ 31%. #455D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 93 + 77 = 239 (100%)
R 69 of 239 ~ 28.87%
G 93 of 239 ~ 38.91%
B 77 of 239 ~ 32.22%

%28.87
%38.91
%32.22

CMYK color model

#455D4D color CMYK value is (26,0,17,64).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK:
(26,0,17,64)
C26M0Y17K64 
(26%,0%,17%,64%)
(0.26/0.00/0.17/0.64)	

CMYK percentages

%25.81
%0
%17.2
%63.53

Codes

Color #455D4D in popluar color models

455D4D
RGB699377
HSL140°14.81%31.76%
HSB/HSV140°25.81%36.47%
CMYK25.81%0.00%17.20%
63.53%

Color #455D4D in popluar number systems.

HEX455D4D
Decimal699377
Binary100010110111011001101
Octal105135115

Shades and tints

Shades of #455D4D

#455D4D
(69,93,77)
#3F5546
(63,85,70)
#394D3F
(57,77,63)
#334538
(51,69,56)
#2D3D31
(45,61,49)
#27352A
(39,53,42)
#212D23
(33,45,35)
#1B251C
(27,37,28)
#151D15
(21,29,21)
#0F150E
(15,21,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #455D4D

#455D4D
(69,93,77)
#556B5D
(85,107,93)
#65796D
(101,121,109)
#75877D
(117,135,125)
#85958D
(133,149,141)
#95A39D
(149,163,157)
#A5B1AD
(165,177,173)
#B5BFBD
(181,191,189)
#C5CDCD
(197,205,205)
#D5DBDD
(213,219,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455D4D color. Also use rgb(69,93,77) instead hex code.

Text Font Color

.myTextColor { color: #455D4D; }

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

This text font color is #455D4D.


Background Color

.myBgColor { background-color: #455D4D; }

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

This div background color is #455D4D.


Border color

.myBorderColor { border: 1px solid #455D4D; }

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

This div border color is #455D4D.


Opacity

.myOpacity80 { color: #455D4D; opacity: 0.8; }

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

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

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

This text has shadow with #455D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455D4D on black background.


Color preview on white background

This text has color #455D4D on white background.



Black color preview on #455D4D background

This text has black color on #455D4D background.


White color preview on #455D4D background

This text has white color on #455D4D background.