COLOR #453959

HEX: #453959
RGB: (69,57,89)

Color info

#453959 contains red, green and blue colors in about the same proportion. Web safe color of #453959 is #333366 (or #336).

RGB color model

#453959 color RGB value is (69,57,89).

  • red value is 69;
  • green value is 57;
  • blue value is 89.
RGB:
(69,57,89)
(27%,22%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 57 of 255 = 22%
B 89 of 255 = 35%

69
57
89

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

Portions of RGB colors in percentages

R + G + B =
69 + 57 + 89 = 215 (100%)
R 69 of 215 ~ 32.09%
G 57 of 215 ~ 26.51%
B 89 of 215 ~ 41.4%

%32.09
%26.51
%41.4

CMYK color model

#453959 color CMYK value is (22,36,0,65).

  • cyan value is 22.47%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(22,36,0,65)
C22M36Y0K65 
(22%,36%,0%,65%)
(0.22/0.36/0.00/0.65)	

CMYK percentages

%22.47
%35.96
%0
%65.1

Codes

Color #453959 in popluar color models

453959
RGB695789
HSL263°21.92%28.63%
HSB/HSV263°35.96%34.90%
CMYK22.47%35.96%0.00%
65.10%

Color #453959 in popluar number systems.

HEX453959
Decimal695789
Binary10001011110011011001
Octal10571131

Shades and tints

Shades of #453959

#453959
(69,57,89)
#3F3451
(63,52,81)
#392F49
(57,47,73)
#332A41
(51,42,65)
#2D2539
(45,37,57)
#272031
(39,32,49)
#211B29
(33,27,41)
#1B1621
(27,22,33)
#151119
(21,17,25)
#0F0C11
(15,12,17)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #453959

#453959
(69,57,89)
#554B68
(85,75,104)
#655D77
(101,93,119)
#756F86
(117,111,134)
#858195
(133,129,149)
#9593A4
(149,147,164)
#A5A5B3
(165,165,179)
#B5B7C2
(181,183,194)
#C5C9D1
(197,201,209)
#D5DBE0
(213,219,224)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453959 color. Also use rgb(69,57,89) instead hex code.

Text Font Color

.myTextColor { color: #453959; }

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

This text font color is #453959.


Background Color

.myBgColor { background-color: #453959; }

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

This div background color is #453959.


Border color

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

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

This div border color is #453959.


Opacity

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

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

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

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

This text has shadow with #453959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453959 on black background.


Color preview on white background

This text has color #453959 on white background.



Black color preview on #453959 background

This text has black color on #453959 background.


White color preview on #453959 background

This text has white color on #453959 background.