COLOR #456081

HEX: #456081
RGB: (69,96,129)

Color info

#456081 contains mainly green and blue colors. Web safe color of #456081 is #336699 (or #369).

RGB color model

#456081 color RGB value is (69,96,129).

  • red value is 69;
  • green value is 96;
  • blue value is 129.
RGB:
(69,96,129)
(27%,38%,51%)

RGB channels and saturation

R 69 of 255 = 27%
G 96 of 255 = 38%
B 129 of 255 = 51%

69
96
129

R + G + B ~ 39%. #456081 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 96 + 129 = 294 (100%)
R 69 of 294 ~ 23.47%
G 96 of 294 ~ 32.65%
B 129 of 294 ~ 43.88%

%23.47
%32.65
%43.88

CMYK color model

#456081 color CMYK value is (47,26,0,49).

  • cyan value is 46.51%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(47,26,0,49)
C47M26Y0K49 
(47%,26%,0%,49%)
(0.47/0.26/0.00/0.49)	

CMYK percentages

%46.51
%25.58
%0
%49.41

Codes

Color #456081 in popluar color models

456081
RGB6996129
HSL213°30.30%38.82%
HSB/HSV213°46.51%50.59%
CMYK46.51%25.58%0.00%
49.41%

Color #456081 in popluar number systems.

HEX456081
Decimal6996129
Binary1000101110000010000001
Octal105140201

Shades and tints

Shades of #456081

#456081
(69,96,129)
#3F5876
(63,88,118)
#39506B
(57,80,107)
#334860
(51,72,96)
#2D4055
(45,64,85)
#27384A
(39,56,74)
#21303F
(33,48,63)
#1B2834
(27,40,52)
#152029
(21,32,41)
#0F181E
(15,24,30)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #456081

#456081
(69,96,129)
#556E8C
(85,110,140)
#657C97
(101,124,151)
#758AA2
(117,138,162)
#8598AD
(133,152,173)
#95A6B8
(149,166,184)
#A5B4C3
(165,180,195)
#B5C2CE
(181,194,206)
#C5D0D9
(197,208,217)
#D5DEE4
(213,222,228)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456081 color. Also use rgb(69,96,129) instead hex code.

Text Font Color

.myTextColor { color: #456081; }

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

This text font color is #456081.


Background Color

.myBgColor { background-color: #456081; }

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

This div background color is #456081.


Border color

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

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

This div border color is #456081.


Opacity

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

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

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

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

This text has shadow with #456081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456081 on black background.


Color preview on white background

This text has color #456081 on white background.



Black color preview on #456081 background

This text has black color on #456081 background.


White color preview on #456081 background

This text has white color on #456081 background.