COLOR #453059

HEX: #453059
RGB: (69,48,89)

Color info

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

RGB color model

#453059 color RGB value is (69,48,89).

  • red value is 69;
  • green value is 48;
  • blue value is 89.
RGB:
(69,48,89)
(27%,19%,35%)

RGB channels and saturation

R 69 of 255 = 27%
G 48 of 255 = 19%
B 89 of 255 = 35%

69
48
89

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

Portions of RGB colors in percentages

R + G + B =
69 + 48 + 89 = 206 (100%)
R 69 of 206 ~ 33.5%
G 48 of 206 ~ 23.3%
B 89 of 206 ~ 43.2%

%33.5
%23.3
%43.2

CMYK color model

#453059 color CMYK value is (22,46,0,65).

  • cyan value is 22.47%
  • magenta value is 46.07%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(22,46,0,65)
C22M46Y0K65 
(22%,46%,0%,65%)
(0.22/0.46/0.00/0.65)	

CMYK percentages

%22.47
%46.07
%0
%65.1

Codes

Color #453059 in popluar color models

453059
RGB694889
HSL271°29.93%26.86%
HSB/HSV271°46.07%34.90%
CMYK22.47%46.07%0.00%
65.10%

Color #453059 in popluar number systems.

HEX453059
Decimal694889
Binary10001011100001011001
Octal10560131

Shades and tints

Shades of #453059

#453059
(69,48,89)
#3F2C51
(63,44,81)
#392849
(57,40,73)
#332441
(51,36,65)
#2D2039
(45,32,57)
#271C31
(39,28,49)
#211829
(33,24,41)
#1B1421
(27,20,33)
#151019
(21,16,25)
#0F0C11
(15,12,17)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #453059

#453059
(69,48,89)
#554268
(85,66,104)
#655477
(101,84,119)
#756686
(117,102,134)
#857895
(133,120,149)
#958AA4
(149,138,164)
#A59CB3
(165,156,179)
#B5AEC2
(181,174,194)
#C5C0D1
(197,192,209)
#D5D2E0
(213,210,224)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453059 color. Also use rgb(69,48,89) instead hex code.

Text Font Color

.myTextColor { color: #453059; }

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

This text font color is #453059.


Background Color

.myBgColor { background-color: #453059; }

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

This div background color is #453059.


Border color

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

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

This div border color is #453059.


Opacity

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

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

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

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

This text has shadow with #453059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453059 on black background.


Color preview on white background

This text has color #453059 on white background.



Black color preview on #453059 background

This text has black color on #453059 background.


White color preview on #453059 background

This text has white color on #453059 background.