COLOR #452B51

HEX: #452B51
RGB: (69,43,81)

Color info

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

RGB color model

#452B51 color RGB value is (69,43,81).

  • red value is 69;
  • green value is 43;
  • blue value is 81.
RGB:
(69,43,81)
(27%,17%,32%)

RGB channels and saturation

R 69 of 255 = 27%
G 43 of 255 = 17%
B 81 of 255 = 32%

69
43
81

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

Portions of RGB colors in percentages

R + G + B =
69 + 43 + 81 = 193 (100%)
R 69 of 193 ~ 35.75%
G 43 of 193 ~ 22.28%
B 81 of 193 ~ 41.97%

%35.75
%22.28
%41.97

CMYK color model

#452B51 color CMYK value is (15,47,0,68).

  • cyan value is 14.81%
  • magenta value is 46.91%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(15,47,0,68)
C15M47Y0K68 
(15%,47%,0%,68%)
(0.15/0.47/0.00/0.68)	

CMYK percentages

%14.81
%46.91
%0
%68.24

Codes

Color #452B51 in popluar color models

452B51
RGB694381
HSL281°30.65%24.31%
HSB/HSV281°46.91%31.76%
CMYK14.81%46.91%0.00%
68.24%

Color #452B51 in popluar number systems.

HEX452B51
Decimal694381
Binary10001011010111010001
Octal10553121

Shades and tints

Shades of #452B51

#452B51
(69,43,81)
#3F284A
(63,40,74)
#392543
(57,37,67)
#33223C
(51,34,60)
#2D1F35
(45,31,53)
#271C2E
(39,28,46)
#211927
(33,25,39)
#1B1620
(27,22,32)
#151319
(21,19,25)
#0F1012
(15,16,18)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #452B51

#452B51
(69,43,81)
#553E60
(85,62,96)
#65516F
(101,81,111)
#75647E
(117,100,126)
#85778D
(133,119,141)
#958A9C
(149,138,156)
#A59DAB
(165,157,171)
#B5B0BA
(181,176,186)
#C5C3C9
(197,195,201)
#D5D6D8
(213,214,216)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452B51 color. Also use rgb(69,43,81) instead hex code.

Text Font Color

.myTextColor { color: #452B51; }

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

This text font color is #452B51.


Background Color

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

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

This div background color is #452B51.


Border color

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

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

This div border color is #452B51.


Opacity

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

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

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

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

This text has shadow with #452B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452B51 on black background.


Color preview on white background

This text has color #452B51 on white background.



Black color preview on #452B51 background

This text has black color on #452B51 background.


White color preview on #452B51 background

This text has white color on #452B51 background.