COLOR #454750

HEX: #454750
RGB: (69,71,80)

Color info

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

RGB color model

#454750 color RGB value is (69,71,80).

  • red value is 69;
  • green value is 71;
  • blue value is 80.
RGB:
(69,71,80)
(27%,28%,31%)

RGB channels and saturation

R 69 of 255 = 27%
G 71 of 255 = 28%
B 80 of 255 = 31%

69
71
80

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

Portions of RGB colors in percentages

R + G + B =
69 + 71 + 80 = 220 (100%)
R 69 of 220 ~ 31.36%
G 71 of 220 ~ 32.27%
B 80 of 220 ~ 36.36%

%31.36
%32.27
%36.36

CMYK color model

#454750 color CMYK value is (14,11,0,69).

  • cyan value is 13.75%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(14,11,0,69)
C14M11Y0K69 
(14%,11%,0%,69%)
(0.14/0.11/0.00/0.69)	

CMYK percentages

%13.75
%11.25
%0
%68.63

Codes

Color #454750 in popluar color models

454750
RGB697180
HSL229°7.38%29.22%
HSB/HSV229°13.75%31.37%
CMYK13.75%11.25%0.00%
68.63%

Color #454750 in popluar number systems.

HEX454750
Decimal697180
Binary100010110001111010000
Octal105107120

Shades and tints

Shades of #454750

#454750
(69,71,80)
#3F4149
(63,65,73)
#393B42
(57,59,66)
#33353B
(51,53,59)
#2D2F34
(45,47,52)
#27292D
(39,41,45)
#212326
(33,35,38)
#1B1D1F
(27,29,31)
#151718
(21,23,24)
#0F1111
(15,17,17)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #454750

#454750
(69,71,80)
#55575F
(85,87,95)
#65676E
(101,103,110)
#75777D
(117,119,125)
#85878C
(133,135,140)
#95979B
(149,151,155)
#A5A7AA
(165,167,170)
#B5B7B9
(181,183,185)
#C5C7C8
(197,199,200)
#D5D7D7
(213,215,215)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454750 color. Also use rgb(69,71,80) instead hex code.

Text Font Color

.myTextColor { color: #454750; }

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

This text font color is #454750.


Background Color

.myBgColor { background-color: #454750; }

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

This div background color is #454750.


Border color

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

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

This div border color is #454750.


Opacity

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

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

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

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

This text has shadow with #454750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454750 on black background.


Color preview on white background

This text has color #454750 on white background.



Black color preview on #454750 background

This text has black color on #454750 background.


White color preview on #454750 background

This text has white color on #454750 background.