COLOR #452F5B

HEX: #452F5B
RGB: (69,47,91)

Color info

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

RGB color model

#452F5B color RGB value is (69,47,91).

  • red value is 69;
  • green value is 47;
  • blue value is 91.
RGB:
(69,47,91)
(27%,18%,36%)

RGB channels and saturation

R 69 of 255 = 27%
G 47 of 255 = 18%
B 91 of 255 = 36%

69
47
91

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

Portions of RGB colors in percentages

R + G + B =
69 + 47 + 91 = 207 (100%)
R 69 of 207 ~ 33.33%
G 47 of 207 ~ 22.71%
B 91 of 207 ~ 43.96%

%33.33
%22.71
%43.96

CMYK color model

#452F5B color CMYK value is (24,48,0,64).

  • cyan value is 24.18%
  • magenta value is 48.35%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(24,48,0,64)
C24M48Y0K64 
(24%,48%,0%,64%)
(0.24/0.48/0.00/0.64)	

CMYK percentages

%24.18
%48.35
%0
%64.31

Codes

Color #452F5B in popluar color models

452F5B
RGB694791
HSL270°31.88%27.06%
HSB/HSV270°48.35%35.69%
CMYK24.18%48.35%0.00%
64.31%

Color #452F5B in popluar number systems.

HEX452F5B
Decimal694791
Binary10001011011111011011
Octal10557133

Shades and tints

Shades of #452F5B

#452F5B
(69,47,91)
#3F2B53
(63,43,83)
#39274B
(57,39,75)
#332343
(51,35,67)
#2D1F3B
(45,31,59)
#271B33
(39,27,51)
#21172B
(33,23,43)
#1B1323
(27,19,35)
#150F1B
(21,15,27)
#0F0B13
(15,11,19)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #452F5B

#452F5B
(69,47,91)
#554169
(85,65,105)
#655377
(101,83,119)
#756585
(117,101,133)
#857793
(133,119,147)
#9589A1
(149,137,161)
#A59BAF
(165,155,175)
#B5ADBD
(181,173,189)
#C5BFCB
(197,191,203)
#D5D1D9
(213,209,217)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452F5B color. Also use rgb(69,47,91) instead hex code.

Text Font Color

.myTextColor { color: #452F5B; }

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

This text font color is #452F5B.


Background Color

.myBgColor { background-color: #452F5B; }

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

This div background color is #452F5B.


Border color

.myBorderColor { border: 1px solid #452F5B; }

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

This div border color is #452F5B.


Opacity

.myOpacity80 { color: #452F5B; opacity: 0.8; }

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

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

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

This text has shadow with #452F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452F5B on black background.


Color preview on white background

This text has color #452F5B on white background.



Black color preview on #452F5B background

This text has black color on #452F5B background.


White color preview on #452F5B background

This text has white color on #452F5B background.