COLOR #453355

HEX: #453355
RGB: (69,51,85)

Color info

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

RGB color model

#453355 color RGB value is (69,51,85).

  • red value is 69;
  • green value is 51;
  • blue value is 85.
RGB:
(69,51,85)
(27%,20%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 51 of 255 = 20%
B 85 of 255 = 33%

69
51
85

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

Portions of RGB colors in percentages

R + G + B =
69 + 51 + 85 = 205 (100%)
R 69 of 205 ~ 33.66%
G 51 of 205 ~ 24.88%
B 85 of 205 ~ 41.46%

%33.66
%24.88
%41.46

CMYK color model

#453355 color CMYK value is (19,40,0,67).

  • cyan value is 18.82%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(19,40,0,67)
C19M40Y0K67 
(19%,40%,0%,67%)
(0.19/0.40/0.00/0.67)	

CMYK percentages

%18.82
%40
%0
%66.67

Codes

Color #453355 in popluar color models

453355
RGB695185
HSL272°25.00%26.67%
HSB/HSV272°40.00%33.33%
CMYK18.82%40.00%0.00%
66.67%

Color #453355 in popluar number systems.

HEX453355
Decimal695185
Binary10001011100111010101
Octal10563125

Shades and tints

Shades of #453355

#453355
(69,51,85)
#3F2F4E
(63,47,78)
#392B47
(57,43,71)
#332740
(51,39,64)
#2D2339
(45,35,57)
#271F32
(39,31,50)
#211B2B
(33,27,43)
#1B1724
(27,23,36)
#15131D
(21,19,29)
#0F0F16
(15,15,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #453355

#453355
(69,51,85)
#554564
(85,69,100)
#655773
(101,87,115)
#756982
(117,105,130)
#857B91
(133,123,145)
#958DA0
(149,141,160)
#A59FAF
(165,159,175)
#B5B1BE
(181,177,190)
#C5C3CD
(197,195,205)
#D5D5DC
(213,213,220)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453355 color. Also use rgb(69,51,85) instead hex code.

Text Font Color

.myTextColor { color: #453355; }

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

This text font color is #453355.


Background Color

.myBgColor { background-color: #453355; }

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

This div background color is #453355.


Border color

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

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

This div border color is #453355.


Opacity

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

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

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

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

This text has shadow with #453355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453355 on black background.


Color preview on white background

This text has color #453355 on white background.



Black color preview on #453355 background

This text has black color on #453355 background.


White color preview on #453355 background

This text has white color on #453355 background.