COLOR #467F71

HEX: #467F71 RGB: (70,127,113)

Color info

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

RGB color model

#467F71 color RGB value is (70,127,113).

RGB: (70,127,113) (27%, 50%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 127 of 255 = 50%
B 113 of 255 = 44%

70
127
113

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

Portions of RGB colors in percentages

R + G + B = 70 + 127 + 113 = 310 (100%)
R 70 of 310 ~ 22.58%
G 127 of 310 ~ 40.97%
B 113 of 310 ~ 36.45'%

%22.58
%40.97
%36.45

CMYK color model

#467F71 color CMYK value is (45,0,11,50).

  • cyan value is 44.88%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 50.20%

CMYK: (45,0,11,50)
C45M0Y11K50 (45%, 0%, 11%, 50%)
(0.45 / 0.00 / 0.11 / 0.50)

CMYK percentages

%44.88
%0
%11.02
%50.2

Codes

Color #467F71 in popluar color models

46 7F 71
RGB 70 127 113
HSL 165° 28.93% 38.63%
HSB/HSV 165° 44.88% 49.80%
CMYK 44.88% 0.00% 11.02%
50.20%

Color #467F71 in popluar number systems.

HEX 46 7F 71
Decimal 70 127 113
Binary 1000110 1111111 1110001
Octal 106 177 161

Shades and tints

Shades of #467F71

#467F71
(70,127,113)
#407467
(64,116,103)
#3A695D
(58,105,93)
#345E53
(52,94,83)
#2E5349
(46,83,73)
#28483F
(40,72,63)
#223D35
(34,61,53)
#1C322B
(28,50,43)
#162721
(22,39,33)
#101C17
(16,28,23)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #467F71

#467F71
(70,127,113)
#568A7D
(86,138,125)
#669589
(102,149,137)
#76A095
(118,160,149)
#86ABA1
(134,171,161)
#96B6AD
(150,182,173)
#A6C1B9
(166,193,185)
#B6CCC5
(182,204,197)
#C6D7D1
(198,215,209)
#D6E2DD
(214,226,221)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467F71; }

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

This text font color is #467F71.

Background Color

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

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

This div background color is #467F71.

Border color

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

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

This div border color is #467F71.

Opacity

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

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

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

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

This text has shadow with #467F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #467F71.

Preview

Color preview on black background

This text has color #467F71 on black background.


Color preview on white background

This text has color #467F71 on white background.


Black color preview on #467F71 background

This text has black color on #467F71 background.


White color preview on #467F71 background

This text has white color on #467F71 background.


Related colors

Complementary color

Complementary color for #hex is #B9808E.


I love getcolorcode.com

Triadic colors

1 #71467F and #7F7146 with #467F71 are triadic colors.

2 #717F46 and #7F4671 with #467F71 are triadic colors.