COLOR #454F67

HEX: #454F67
RGB: (69,79,103)

Color info

#454F67 contains red, green and blue colors in about the same proportion. Web safe color of #454F67 is #336666 (or #366).

RGB color model

#454F67 color RGB value is (69,79,103).

  • red value is 69;
  • green value is 79;
  • blue value is 103.
RGB:
(69,79,103)
(27%,31%,40%)

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 103 of 255 = 40%

69
79
103

R + G + B ~ 33%. #454F67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 103 = 251 (100%)
R 69 of 251 ~ 27.49%
G 79 of 251 ~ 31.47%
B 103 of 251 ~ 41.04%

%27.49
%31.47
%41.04

CMYK color model

#454F67 color CMYK value is (33,23,0,60).

  • cyan value is 33.01%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(33,23,0,60)
C33M23Y0K60 
(33%,23%,0%,60%)
(0.33/0.23/0.00/0.60)	

CMYK percentages

%33.01
%23.3
%0
%59.61

Codes

Color #454F67 in popluar color models

454F67
RGB6979103
HSL222°19.77%33.73%
HSB/HSV222°33.01%40.39%
CMYK33.01%23.30%0.00%
59.61%

Color #454F67 in popluar number systems.

HEX454F67
Decimal6979103
Binary100010110011111100111
Octal105117147

Shades and tints

Shades of #454F67

#454F67
(69,79,103)
#3F485E
(63,72,94)
#394155
(57,65,85)
#333A4C
(51,58,76)
#2D3343
(45,51,67)
#272C3A
(39,44,58)
#212531
(33,37,49)
#1B1E28
(27,30,40)
#15171F
(21,23,31)
#0F1016
(15,16,22)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #454F67

#454F67
(69,79,103)
#555F74
(85,95,116)
#656F81
(101,111,129)
#757F8E
(117,127,142)
#858F9B
(133,143,155)
#959FA8
(149,159,168)
#A5AFB5
(165,175,181)
#B5BFC2
(181,191,194)
#C5CFCF
(197,207,207)
#D5DFDC
(213,223,220)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454F67 color. Also use rgb(69,79,103) instead hex code.

Text Font Color

.myTextColor { color: #454F67; }

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

This text font color is #454F67.


Background Color

.myBgColor { background-color: #454F67; }

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

This div background color is #454F67.


Border color

.myBorderColor { border: 1px solid #454F67; }

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

This div border color is #454F67.


Opacity

.myOpacity80 { color: #454F67; opacity: 0.8; }

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

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

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

This text has shadow with #454F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F67 on black background.


Color preview on white background

This text has color #454F67 on white background.



Black color preview on #454F67 background

This text has black color on #454F67 background.


White color preview on #454F67 background

This text has white color on #454F67 background.