COLOR #454356

HEX: #454356
RGB: (69,67,86)

Color info

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

RGB color model

#454356 color RGB value is (69,67,86).

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

RGB channels and saturation

R 69 of 255 = 27%
G 67 of 255 = 26%
B 86 of 255 = 34%

69
67
86

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

Portions of RGB colors in percentages

R + G + B =
69 + 67 + 86 = 222 (100%)
R 69 of 222 ~ 31.08%
G 67 of 222 ~ 30.18%
B 86 of 222 ~ 38.74%

%31.08
%30.18
%38.74

CMYK color model

#454356 color CMYK value is (20,22,0,66).

  • cyan value is 19.77%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(20,22,0,66)
C20M22Y0K66 
(20%,22%,0%,66%)
(0.20/0.22/0.00/0.66)	

CMYK percentages

%19.77
%22.09
%0
%66.27

Codes

Color #454356 in popluar color models

454356
RGB696786
HSL246°12.42%30.00%
HSB/HSV246°22.09%33.73%
CMYK19.77%22.09%0.00%
66.27%

Color #454356 in popluar number systems.

HEX454356
Decimal696786
Binary100010110000111010110
Octal105103126

Shades and tints

Shades of #454356

#454356
(69,67,86)
#3F3D4F
(63,61,79)
#393748
(57,55,72)
#333141
(51,49,65)
#2D2B3A
(45,43,58)
#272533
(39,37,51)
#211F2C
(33,31,44)
#1B1925
(27,25,37)
#15131E
(21,19,30)
#0F0D17
(15,13,23)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #454356

#454356
(69,67,86)
#555465
(85,84,101)
#656574
(101,101,116)
#757683
(117,118,131)
#858792
(133,135,146)
#9598A1
(149,152,161)
#A5A9B0
(165,169,176)
#B5BABF
(181,186,191)
#C5CBCE
(197,203,206)
#D5DCDD
(213,220,221)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454356; }

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

This text font color is #454356.


Background Color

.myBgColor { background-color: #454356; }

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

This div background color is #454356.


Border color

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

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

This div border color is #454356.


Opacity

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

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

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

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

This text has shadow with #454356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454356 on black background.


Color preview on white background

This text has color #454356 on white background.



Black color preview on #454356 background

This text has black color on #454356 background.


White color preview on #454356 background

This text has white color on #454356 background.