COLOR #454359

HEX: #454359
RGB: (69,67,89)

Color info

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

RGB color model

#454359 color RGB value is (69,67,89).

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

RGB channels and saturation

R 69 of 255 = 27%
G 67 of 255 = 26%
B 89 of 255 = 35%

69
67
89

R + G + B ~ 29%. #454359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 67 + 89 = 225 (100%)
R 69 of 225 ~ 30.67%
G 67 of 225 ~ 29.78%
B 89 of 225 ~ 39.56%

%30.67
%29.78
%39.56

CMYK color model

#454359 color CMYK value is (22,25,0,65).

  • cyan value is 22.47%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(22,25,0,65)
C22M25Y0K65 
(22%,25%,0%,65%)
(0.22/0.25/0.00/0.65)	

CMYK percentages

%22.47
%24.72
%0
%65.1

Codes

Color #454359 in popluar color models

454359
RGB696789
HSL245°14.10%30.59%
HSB/HSV245°24.72%34.90%
CMYK22.47%24.72%0.00%
65.10%

Color #454359 in popluar number systems.

HEX454359
Decimal696789
Binary100010110000111011001
Octal105103131

Shades and tints

Shades of #454359

#454359
(69,67,89)
#3F3D51
(63,61,81)
#393749
(57,55,73)
#333141
(51,49,65)
#2D2B39
(45,43,57)
#272531
(39,37,49)
#211F29
(33,31,41)
#1B1921
(27,25,33)
#151319
(21,19,25)
#0F0D11
(15,13,17)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #454359

#454359
(69,67,89)
#555468
(85,84,104)
#656577
(101,101,119)
#757686
(117,118,134)
#858795
(133,135,149)
#9598A4
(149,152,164)
#A5A9B3
(165,169,179)
#B5BAC2
(181,186,194)
#C5CBD1
(197,203,209)
#D5DCE0
(213,220,224)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454359; }

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

This text font color is #454359.


Background Color

.myBgColor { background-color: #454359; }

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

This div background color is #454359.


Border color

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

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

This div border color is #454359.


Opacity

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

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

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

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

This text has shadow with #454359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454359 on black background.


Color preview on white background

This text has color #454359 on white background.



Black color preview on #454359 background

This text has black color on #454359 background.


White color preview on #454359 background

This text has white color on #454359 background.