COLOR #455F49

HEX: #455F49
RGB: (69,95,73)

Color info

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

RGB color model

#455F49 color RGB value is (69,95,73).

  • red value is 69;
  • green value is 95;
  • blue value is 73.
RGB:
(69,95,73)
(27%,37%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 95 of 255 = 37%
B 73 of 255 = 29%

69
95
73

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

Portions of RGB colors in percentages

R + G + B =
69 + 95 + 73 = 237 (100%)
R 69 of 237 ~ 29.11%
G 95 of 237 ~ 40.08%
B 73 of 237 ~ 30.8%

%29.11
%40.08
%30.8

CMYK color model

#455F49 color CMYK value is (27,0,23,63).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(27,0,23,63)
C27M0Y23K63 
(27%,0%,23%,63%)
(0.27/0.00/0.23/0.63)	

CMYK percentages

%27.37
%0
%23.16
%62.75

Codes

Color #455F49 in popluar color models

455F49
RGB699573
HSL129°15.85%32.16%
HSB/HSV129°27.37%37.25%
CMYK27.37%0.00%23.16%
62.75%

Color #455F49 in popluar number systems.

HEX455F49
Decimal699573
Binary100010110111111001001
Octal105137111

Shades and tints

Shades of #455F49

#455F49
(69,95,73)
#3F5743
(63,87,67)
#394F3D
(57,79,61)
#334737
(51,71,55)
#2D3F31
(45,63,49)
#27372B
(39,55,43)
#212F25
(33,47,37)
#1B271F
(27,39,31)
#151F19
(21,31,25)
#0F1713
(15,23,19)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #455F49

#455F49
(69,95,73)
#556D59
(85,109,89)
#657B69
(101,123,105)
#758979
(117,137,121)
#859789
(133,151,137)
#95A599
(149,165,153)
#A5B3A9
(165,179,169)
#B5C1B9
(181,193,185)
#C5CFC9
(197,207,201)
#D5DDD9
(213,221,217)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455F49 color. Also use rgb(69,95,73) instead hex code.

Text Font Color

.myTextColor { color: #455F49; }

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

This text font color is #455F49.


Background Color

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

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

This div background color is #455F49.


Border color

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

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

This div border color is #455F49.


Opacity

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

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

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

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

This text has shadow with #455F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455F49 on black background.


Color preview on white background

This text has color #455F49 on white background.



Black color preview on #455F49 background

This text has black color on #455F49 background.


White color preview on #455F49 background

This text has white color on #455F49 background.