COLOR #468389

HEX: #468389
RGB: (70,131,137)

Color info

#468389 contains mainly green and blue colors. Web safe color of #468389 is #339999 (or #399).

RGB color model

#468389 color RGB value is (70,131,137).

  • red value is 70;
  • green value is 131;
  • blue value is 137.
RGB:
(70,131,137)
(27%,51%,54%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 137 of 255 = 54%

70
131
137

R + G + B ~ 44%. #468389 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 137 = 338 (100%)
R 70 of 338 ~ 20.71%
G 131 of 338 ~ 38.76%
B 137 of 338 ~ 40.53%

%20.71
%38.76
%40.53

CMYK color model

#468389 color CMYK value is (49,4,0,46).

  • cyan value is 48.91%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(49,4,0,46)
C49M4Y0K46 
(49%,4%,0%,46%)
(0.49/0.04/0.00/0.46)	

CMYK percentages

%48.91
%4.38
%0
%46.27

Codes

Color #468389 in popluar color models

468389
RGB70131137
HSL185°32.37%40.59%
HSB/HSV185°48.91%53.73%
CMYK48.91%4.38%0.00%
46.27%

Color #468389 in popluar number systems.

HEX468389
Decimal70131137
Binary10001101000001110001001
Octal106203211

Shades and tints

Shades of #468389

#468389
(70,131,137)
#40787D
(64,120,125)
#3A6D71
(58,109,113)
#346265
(52,98,101)
#2E5759
(46,87,89)
#284C4D
(40,76,77)
#224141
(34,65,65)
#1C3635
(28,54,53)
#162B29
(22,43,41)
#10201D
(16,32,29)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #468389

#468389
(70,131,137)
#568E93
(86,142,147)
#66999D
(102,153,157)
#76A4A7
(118,164,167)
#86AFB1
(134,175,177)
#96BABB
(150,186,187)
#A6C5C5
(166,197,197)
#B6D0CF
(182,208,207)
#C6DBD9
(198,219,217)
#D6E6E3
(214,230,227)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468389 color. Also use rgb(70,131,137) instead hex code.

Text Font Color

.myTextColor { color: #468389; }

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

This text font color is #468389.


Background Color

.myBgColor { background-color: #468389; }

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

This div background color is #468389.


Border color

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

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

This div border color is #468389.


Opacity

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

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

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

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

This text has shadow with #468389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468389 on black background.


Color preview on white background

This text has color #468389 on white background.



Black color preview on #468389 background

This text has black color on #468389 background.


White color preview on #468389 background

This text has white color on #468389 background.