COLOR #457864

HEX: #457864
RGB: (69,120,100)

Color info

#457864 contains red, green and blue colors in about the same proportion. Web safe color of #457864 is #336666 (or #366).

RGB color model

#457864 color RGB value is (69,120,100).

  • red value is 69;
  • green value is 120;
  • blue value is 100.
RGB:
(69,120,100)
(27%,47%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 120 of 255 = 47%
B 100 of 255 = 39%

69
120
100

R + G + B ~ 38%. #457864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 120 + 100 = 289 (100%)
R 69 of 289 ~ 23.88%
G 120 of 289 ~ 41.52%
B 100 of 289 ~ 34.6%

%23.88
%41.52
%34.6

CMYK color model

#457864 color CMYK value is (43,0,17,53).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(43,0,17,53)
C43M0Y17K53 
(43%,0%,17%,53%)
(0.43/0.00/0.17/0.53)	

CMYK percentages

%42.5
%0
%16.67
%52.94

Codes

Color #457864 in popluar color models

457864
RGB69120100
HSL156°26.98%37.06%
HSB/HSV156°42.50%47.06%
CMYK42.50%0.00%16.67%
52.94%

Color #457864 in popluar number systems.

HEX457864
Decimal69120100
Binary100010111110001100100
Octal105170144

Shades and tints

Shades of #457864

#457864
(69,120,100)
#3F6E5B
(63,110,91)
#396452
(57,100,82)
#335A49
(51,90,73)
#2D5040
(45,80,64)
#274637
(39,70,55)
#213C2E
(33,60,46)
#1B3225
(27,50,37)
#15281C
(21,40,28)
#0F1E13
(15,30,19)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #457864

#457864
(69,120,100)
#558472
(85,132,114)
#659080
(101,144,128)
#759C8E
(117,156,142)
#85A89C
(133,168,156)
#95B4AA
(149,180,170)
#A5C0B8
(165,192,184)
#B5CCC6
(181,204,198)
#C5D8D4
(197,216,212)
#D5E4E2
(213,228,226)
#E5F0F0
(229,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457864 color. Also use rgb(69,120,100) instead hex code.

Text Font Color

.myTextColor { color: #457864; }

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

This text font color is #457864.


Background Color

.myBgColor { background-color: #457864; }

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

This div background color is #457864.


Border color

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

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

This div border color is #457864.


Opacity

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

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

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

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

This text has shadow with #457864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457864 on black background.


Color preview on white background

This text has color #457864 on white background.



Black color preview on #457864 background

This text has black color on #457864 background.


White color preview on #457864 background

This text has white color on #457864 background.