COLOR #452A52

HEX: #452A52
RGB: (69,42,82)

Color info

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

RGB color model

#452A52 color RGB value is (69,42,82).

  • red value is 69;
  • green value is 42;
  • blue value is 82.
RGB:
(69,42,82)
(27%,16%,32%)

RGB channels and saturation

R 69 of 255 = 27%
G 42 of 255 = 16%
B 82 of 255 = 32%

69
42
82

R + G + B ~ 25%. #452A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 42 + 82 = 193 (100%)
R 69 of 193 ~ 35.75%
G 42 of 193 ~ 21.76%
B 82 of 193 ~ 42.49%

%35.75
%21.76
%42.49

CMYK color model

#452A52 color CMYK value is (16,49,0,68).

  • cyan value is 15.85%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(16,49,0,68)
C16M49Y0K68 
(16%,49%,0%,68%)
(0.16/0.49/0.00/0.68)	

CMYK percentages

%15.85
%48.78
%0
%67.84

Codes

Color #452A52 in popluar color models

452A52
RGB694282
HSL281°32.26%24.31%
HSB/HSV281°48.78%32.16%
CMYK15.85%48.78%0.00%
67.84%

Color #452A52 in popluar number systems.

HEX452A52
Decimal694282
Binary10001011010101010010
Octal10552122

Shades and tints

Shades of #452A52

#452A52
(69,42,82)
#3F274B
(63,39,75)
#392444
(57,36,68)
#33213D
(51,33,61)
#2D1E36
(45,30,54)
#271B2F
(39,27,47)
#211828
(33,24,40)
#1B1521
(27,21,33)
#15121A
(21,18,26)
#0F0F13
(15,15,19)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #452A52

#452A52
(69,42,82)
#553D61
(85,61,97)
#655070
(101,80,112)
#75637F
(117,99,127)
#85768E
(133,118,142)
#95899D
(149,137,157)
#A59CAC
(165,156,172)
#B5AFBB
(181,175,187)
#C5C2CA
(197,194,202)
#D5D5D9
(213,213,217)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452A52 color. Also use rgb(69,42,82) instead hex code.

Text Font Color

.myTextColor { color: #452A52; }

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

This text font color is #452A52.


Background Color

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

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

This div background color is #452A52.


Border color

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

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

This div border color is #452A52.


Opacity

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

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

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

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

This text has shadow with #452A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452A52 on black background.


Color preview on white background

This text has color #452A52 on white background.



Black color preview on #452A52 background

This text has black color on #452A52 background.


White color preview on #452A52 background

This text has white color on #452A52 background.