COLOR #454F6A

HEX: #454F6A
RGB: (69,79,106)

Color info

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

RGB color model

#454F6A color RGB value is (69,79,106).

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

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 106 of 255 = 42%

69
79
106

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

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 106 = 254 (100%)
R 69 of 254 ~ 27.17%
G 79 of 254 ~ 31.1%
B 106 of 254 ~ 41.73%

%27.17
%31.1
%41.73

CMYK color model

#454F6A color CMYK value is (35,25,0,58).

  • cyan value is 34.91%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (35,25,0,58) C35M25Y0K58 (35%,25%,0%,58%) (0.35/0.25/0.00/0.58)

CMYK percentages

%34.91
%25.47
%0
%58.43

Codes

Color #454F6A in popluar color models

454F6A
RGB6979106
HSL224°21.14%34.31%
HSB/HSV224°34.91%41.57%
CMYK34.91%25.47%0.00%
58.43%

Color #454F6A in popluar number systems.

HEX454F6A
Decimal6979106
Binary100010110011111101010
Octal105117152

Shades and tints

Shades of #454F6A

#454F6A
(69,79,106)
#3F4861
(63,72,97)
#394158
(57,65,88)
#333A4F
(51,58,79)
#2D3346
(45,51,70)
#272C3D
(39,44,61)
#212534
(33,37,52)
#1B1E2B
(27,30,43)
#151722
(21,23,34)
#0F1019
(15,16,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #454F6A

#454F6A
(69,79,106)
#555F77
(85,95,119)
#656F84
(101,111,132)
#757F91
(117,127,145)
#858F9E
(133,143,158)
#959FAB
(149,159,171)
#A5AFB8
(165,175,184)
#B5BFC5
(181,191,197)
#C5CFD2
(197,207,210)
#D5DFDF
(213,223,223)
#E5EFEC
(229,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454F6A; }

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

This text font color is #454F6A.


Background Color

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

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

This div background color is #454F6A.


Border color

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

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

This div border color is #454F6A.


Opacity

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

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

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

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

This text has shadow with #454F6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #454F6A on black background.


Color preview on white background

This text has color #454F6A on white background.



Black color preview on #454F6A background

This text has black color on #454F6A background.


White color preview on #454F6A background

This text has white color on #454F6A background.