COLOR #467E7F

HEX: #467E7F
RGB: (70,126,127)

Color info

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

RGB color model

#467E7F color RGB value is (70,126,127).

  • red value is 70;
  • green value is 126;
  • blue value is 127.
RGB:
(70,126,127)
(27%,49%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 127 of 255 = 50%

70
126
127

R + G + B ~ 42%. #467E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 126 + 127 = 323 (100%)
R 70 of 323 ~ 21.67%
G 126 of 323 ~ 39.01%
B 127 of 323 ~ 39.32%

%21.67
%39.01
%39.32

CMYK color model

#467E7F color CMYK value is (45,1,0,50).

  • cyan value is 44.88%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(45,1,0,50)
C45M1Y0K50 
(45%,1%,0%,50%)
(0.45/0.01/0.00/0.50)	

CMYK percentages

%44.88
%0.79
%0
%50.2

Codes

Color #467E7F in popluar color models

467E7F
RGB70126127
HSL181°28.93%38.63%
HSB/HSV181°44.88%49.80%
CMYK44.88%0.79%0.00%
50.20%

Color #467E7F in popluar number systems.

HEX467E7F
Decimal70126127
Binary100011011111101111111
Octal106176177

Shades and tints

Shades of #467E7F

#467E7F
(70,126,127)
#407374
(64,115,116)
#3A6869
(58,104,105)
#345D5E
(52,93,94)
#2E5253
(46,82,83)
#284748
(40,71,72)
#223C3D
(34,60,61)
#1C3132
(28,49,50)
#162627
(22,38,39)
#101B1C
(16,27,28)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #467E7F

#467E7F
(70,126,127)
#56898A
(86,137,138)
#669495
(102,148,149)
#769FA0
(118,159,160)
#86AAAB
(134,170,171)
#96B5B6
(150,181,182)
#A6C0C1
(166,192,193)
#B6CBCC
(182,203,204)
#C6D6D7
(198,214,215)
#D6E1E2
(214,225,226)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467E7F color. Also use rgb(70,126,127) instead hex code.

Text Font Color

.myTextColor { color: #467E7F; }

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

This text font color is #467E7F.


Background Color

.myBgColor { background-color: #467E7F; }

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

This div background color is #467E7F.


Border color

.myBorderColor { border: 1px solid #467E7F; }

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

This div border color is #467E7F.


Opacity

.myOpacity80 { color: #467E7F; opacity: 0.8; }

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

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

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

This text has shadow with #467E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467E7F on black background.


Color preview on white background

This text has color #467E7F on white background.



Black color preview on #467E7F background

This text has black color on #467E7F background.


White color preview on #467E7F background

This text has white color on #467E7F background.