COLOR #467B5F

HEX: #467B5F RGB: (70,123,95)

Color info

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

RGB color model

#467B5F color RGB value is (70,123,95).

RGB: (70,123,95) (27%, 48%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 95 of 255 = 37%

70
123
95

R + G + B ~ 37%. #467B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 123 + 95 = 288 (100%)
R 70 of 288 ~ 24.31%
G 123 of 288 ~ 42.71%
B 95 of 288 ~ 32.99'%

%24.31
%42.71
%32.99

CMYK color model

#467B5F color CMYK value is (43,0,23,52).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 22.76%
  • key color value is 51.76%

CMYK: (43,0,23,52)
C43M0Y23K52 (43%, 0%, 23%, 52%)
(0.43 / 0.00 / 0.23 / 0.52)

CMYK percentages

%43.09
%0
%22.76
%51.76

Codes

Color #467B5F in popluar color models

46 7B 5F
RGB 70 123 95
HSL 148° 27.46% 37.84%
HSB/HSV 148° 43.09% 48.24%
CMYK 43.09% 0.00% 22.76%
51.76%

Color #467B5F in popluar number systems.

HEX 46 7B 5F
Decimal 70 123 95
Binary 1000110 1111011 1011111
Octal 106 173 137

Shades and tints

Shades of #467B5F

#467B5F
(70,123,95)
#407057
(64,112,87)
#3A654F
(58,101,79)
#345A47
(52,90,71)
#2E4F3F
(46,79,63)
#284437
(40,68,55)
#22392F
(34,57,47)
#1C2E27
(28,46,39)
#16231F
(22,35,31)
#101817
(16,24,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #467B5F

#467B5F
(70,123,95)
#56876D
(86,135,109)
#66937B
(102,147,123)
#769F89
(118,159,137)
#86AB97
(134,171,151)
#96B7A5
(150,183,165)
#A6C3B3
(166,195,179)
#B6CFC1
(182,207,193)
#C6DBCF
(198,219,207)
#D6E7DD
(214,231,221)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467B5F color. Also use rgb(70,123,95) instead hex code.

Text Font Color

.myTextColor { color: #467B5F; }

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

This text font color is #467B5F.

Background Color

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

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

This div background color is #467B5F.

Border color

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

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

This div border color is #467B5F.

Opacity

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

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

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

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

This text has shadow with #467B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #467B5F.

Preview

Color preview on black background

This text has color #467B5F on black background.


Color preview on white background

This text has color #467B5F on white background.


Black color preview on #467B5F background

This text has black color on #467B5F background.


White color preview on #467B5F background

This text has white color on #467B5F background.


Related colors

Complementary color

Complementary color for #hex is #B984A0.


I love getcolorcode.com

Triadic colors

1 #5F467B and #7B5F46 with #467B5F are triadic colors.

2 #5F7B46 and #7B465F with #467B5F are triadic colors.