COLOR #452C49

HEX: #452C49
RGB: (69,44,73)

Color info

#452C49 contains red, green and blue colors in about the same proportion. Web safe color of #452C49 is #333333 (or #333).

RGB color model

#452C49 color RGB value is (69,44,73).

  • red value is 69;
  • green value is 44;
  • blue value is 73.
RGB:
(69,44,73)
(27%,17%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 44 of 255 = 17%
B 73 of 255 = 29%

69
44
73

R + G + B ~ 24%. #452C49 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 44 + 73 = 186 (100%)
R 69 of 186 ~ 37.1%
G 44 of 186 ~ 23.66%
B 73 of 186 ~ 39.25%

%37.1
%23.66
%39.25

CMYK color model

#452C49 color CMYK value is (5,40,0,71).

  • cyan value is 5.48%
  • magenta value is 39.73%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(5,40,0,71)
C5M40Y0K71 
(5%,40%,0%,71%)
(0.05/0.40/0.00/0.71)	

CMYK percentages

%5.48
%39.73
%0
%71.37

Codes

Color #452C49 in popluar color models

452C49
RGB694473
HSL292°24.79%22.94%
HSB/HSV292°39.73%28.63%
CMYK5.48%39.73%0.00%
71.37%

Color #452C49 in popluar number systems.

HEX452C49
Decimal694473
Binary10001011011001001001
Octal10554111

Shades and tints

Shades of #452C49

#452C49
(69,44,73)
#3F2843
(63,40,67)
#39243D
(57,36,61)
#332037
(51,32,55)
#2D1C31
(45,28,49)
#27182B
(39,24,43)
#211425
(33,20,37)
#1B101F
(27,16,31)
#150C19
(21,12,25)
#0F0813
(15,8,19)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #452C49

#452C49
(69,44,73)
#553F59
(85,63,89)
#655269
(101,82,105)
#756579
(117,101,121)
#857889
(133,120,137)
#958B99
(149,139,153)
#A59EA9
(165,158,169)
#B5B1B9
(181,177,185)
#C5C4C9
(197,196,201)
#D5D7D9
(213,215,217)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452C49 color. Also use rgb(69,44,73) instead hex code.

Text Font Color

.myTextColor { color: #452C49; }

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

This text font color is #452C49.


Background Color

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

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

This div background color is #452C49.


Border color

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

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

This div border color is #452C49.


Opacity

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

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

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

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

This text has shadow with #452C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452C49 on black background.


Color preview on white background

This text has color #452C49 on white background.



Black color preview on #452C49 background

This text has black color on #452C49 background.


White color preview on #452C49 background

This text has white color on #452C49 background.