COLOR #467E5A

HEX: #467E5A RGB: (70,126,90)

Color info

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

RGB color model

#467E5A color RGB value is (70,126,90).

RGB: (70,126,90) (27%, 49%, 35%)

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 90 of 255 = 35%

70
126
90

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

Portions of RGB colors in percentages

R + G + B = 70 + 126 + 90 = 286 (100%)
R 70 of 286 ~ 24.48%
G 126 of 286 ~ 44.06%
B 90 of 286 ~ 31.47'%

%24.48
%44.06
%31.47

CMYK color model

#467E5A color CMYK value is (44,0,29,51).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 50.59%

CMYK: (44,0,29,51)
C44M0Y29K51 (44%, 0%, 29%, 51%)
(0.44 / 0.00 / 0.29 / 0.51)

CMYK percentages

%44.44
%0
%28.57
%50.59

Codes

Color #467E5A in popluar color models

46 7E 5A
RGB 70 126 90
HSL 141° 28.57% 38.43%
HSB/HSV 141° 44.44% 49.41%
CMYK 44.44% 0.00% 28.57%
50.59%

Color #467E5A in popluar number systems.

HEX 46 7E 5A
Decimal 70 126 90
Binary 1000110 1111110 1011010
Octal 106 176 132

Shades and tints

Shades of #467E5A

#467E5A
(70,126,90)
#407352
(64,115,82)
#3A684A
(58,104,74)
#345D42
(52,93,66)
#2E523A
(46,82,58)
#284732
(40,71,50)
#223C2A
(34,60,42)
#1C3122
(28,49,34)
#16261A
(22,38,26)
#101B12
(16,27,18)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #467E5A

#467E5A
(70,126,90)
#568969
(86,137,105)
#669478
(102,148,120)
#769F87
(118,159,135)
#86AA96
(134,170,150)
#96B5A5
(150,181,165)
#A6C0B4
(166,192,180)
#B6CBC3
(182,203,195)
#C6D6D2
(198,214,210)
#D6E1E1
(214,225,225)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467E5A; }

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

This text font color is #467E5A.

Background Color

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

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

This div background color is #467E5A.

Border color

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

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

This div border color is #467E5A.

Opacity

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

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

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

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

This text has shadow with #467E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #467E5A.

Preview

Color preview on black background

This text has color #467E5A on black background.


Color preview on white background

This text has color #467E5A on white background.


Black color preview on #467E5A background

This text has black color on #467E5A background.


White color preview on #467E5A background

This text has white color on #467E5A background.


Related colors

Complementary color

Complementary color for #hex is #B981A5.


I love getcolorcode.com

Triadic colors

1 #5A467E and #7E5A46 with #467E5A are triadic colors.

2 #5A7E46 and #7E465A with #467E5A are triadic colors.