COLOR #453753

HEX: #453753
RGB: (69,55,83)

Color info

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

RGB color model

#453753 color RGB value is (69,55,83).

  • red value is 69;
  • green value is 55;
  • blue value is 83.
RGB:
(69,55,83)
(27%,22%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 55 of 255 = 22%
B 83 of 255 = 33%

69
55
83

R + G + B ~ 27%. #453753 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 55 + 83 = 207 (100%)
R 69 of 207 ~ 33.33%
G 55 of 207 ~ 26.57%
B 83 of 207 ~ 40.1%

%33.33
%26.57
%40.1

CMYK color model

#453753 color CMYK value is (17,34,0,67).

  • cyan value is 16.87%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(17,34,0,67)
C17M34Y0K67 
(17%,34%,0%,67%)
(0.17/0.34/0.00/0.67)	

CMYK percentages

%16.87
%33.73
%0
%67.45

Codes

Color #453753 in popluar color models

453753
RGB695583
HSL270°20.29%27.06%
HSB/HSV270°33.73%32.55%
CMYK16.87%33.73%0.00%
67.45%

Color #453753 in popluar number systems.

HEX453753
Decimal695583
Binary10001011101111010011
Octal10567123

Shades and tints

Shades of #453753

#453753
(69,55,83)
#3F324C
(63,50,76)
#392D45
(57,45,69)
#33283E
(51,40,62)
#2D2337
(45,35,55)
#271E30
(39,30,48)
#211929
(33,25,41)
#1B1422
(27,20,34)
#150F1B
(21,15,27)
#0F0A14
(15,10,20)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #453753

#453753
(69,55,83)
#554962
(85,73,98)
#655B71
(101,91,113)
#756D80
(117,109,128)
#857F8F
(133,127,143)
#95919E
(149,145,158)
#A5A3AD
(165,163,173)
#B5B5BC
(181,181,188)
#C5C7CB
(197,199,203)
#D5D9DA
(213,217,218)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453753 color. Also use rgb(69,55,83) instead hex code.

Text Font Color

.myTextColor { color: #453753; }

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

This text font color is #453753.


Background Color

.myBgColor { background-color: #453753; }

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

This div background color is #453753.


Border color

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

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

This div border color is #453753.


Opacity

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

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

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

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

This text has shadow with #453753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453753 on black background.


Color preview on white background

This text has color #453753 on white background.



Black color preview on #453753 background

This text has black color on #453753 background.


White color preview on #453753 background

This text has white color on #453753 background.