COLOR #467F75

HEX: #467F75 RGB: (70,127,117)

Color info

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

RGB color model

#467F75 color RGB value is (70,127,117).

RGB: (70,127,117) (27%, 50%, 46%)

RGB channels and saturation

R 70 of 255 = 27%
G 127 of 255 = 50%
B 117 of 255 = 46%

70
127
117

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

Portions of RGB colors in percentages

R + G + B = 70 + 127 + 117 = 314 (100%)
R 70 of 314 ~ 22.29%
G 127 of 314 ~ 40.45%
B 117 of 314 ~ 37.26'%

%22.29
%40.45
%37.26

CMYK color model

#467F75 color CMYK value is (45,0,8,50).

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

CMYK: (45,0,8,50)
C45M0Y8K50 (45%, 0%, 8%, 50%)
(0.45 / 0.00 / 0.08 / 0.50)

CMYK percentages

%44.88
%0
%7.87
%50.2

Codes

Color #467F75 in popluar color models

46 7F 75
RGB 70 127 117
HSL 169° 28.93% 38.63%
HSB/HSV 169° 44.88% 49.80%
CMYK 44.88% 0.00% 7.87%
50.20%

Color #467F75 in popluar number systems.

HEX 46 7F 75
Decimal 70 127 117
Binary 1000110 1111111 1110101
Octal 106 177 165

Shades and tints

Shades of #467F75

#467F75
(70,127,117)
#40746B
(64,116,107)
#3A6961
(58,105,97)
#345E57
(52,94,87)
#2E534D
(46,83,77)
#284843
(40,72,67)
#223D39
(34,61,57)
#1C322F
(28,50,47)
#162725
(22,39,37)
#101C1B
(16,28,27)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #467F75

#467F75
(70,127,117)
#568A81
(86,138,129)
#66958D
(102,149,141)
#76A099
(118,160,153)
#86ABA5
(134,171,165)
#96B6B1
(150,182,177)
#A6C1BD
(166,193,189)
#B6CCC9
(182,204,201)
#C6D7D5
(198,215,213)
#D6E2E1
(214,226,225)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467F75; }

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

This text font color is #467F75.

Background Color

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

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

This div background color is #467F75.

Border color

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

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

This div border color is #467F75.

Opacity

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

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

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

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

This text has shadow with #467F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #467F75.

Preview

Color preview on black background

This text has color #467F75 on black background.


Color preview on white background

This text has color #467F75 on white background.


Black color preview on #467F75 background

This text has black color on #467F75 background.


White color preview on #467F75 background

This text has white color on #467F75 background.


Related colors

Complementary color

Complementary color for #hex is #B9808A.


I love getcolorcode.com

Triadic colors

1 #75467F and #7F7546 with #467F75 are triadic colors.

2 #757F46 and #7F4675 with #467F75 are triadic colors.