COLOR #467E5D

HEX: #467E5D
RGB: (70,126,93)

Color info

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

RGB color model

#467E5D color RGB value is (70,126,93).

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

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 93 of 255 = 36%

70
126
93

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

Portions of RGB colors in percentages

R + G + B =
70 + 126 + 93 = 289 (100%)
R 70 of 289 ~ 24.22%
G 126 of 289 ~ 43.6%
B 93 of 289 ~ 32.18%

%24.22
%43.6
%32.18

CMYK color model

#467E5D color CMYK value is (44,0,26,51).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(44,0,26,51)
C44M0Y26K51 
(44%,0%,26%,51%)
(0.44/0.00/0.26/0.51)	

CMYK percentages

%44.44
%0
%26.19
%50.59

Codes

Color #467E5D in popluar color models

467E5D
RGB7012693
HSL145°28.57%38.43%
HSB/HSV145°44.44%49.41%
CMYK44.44%0.00%26.19%
50.59%

Color #467E5D in popluar number systems.

HEX467E5D
Decimal7012693
Binary100011011111101011101
Octal106176135

Shades and tints

Shades of #467E5D

#467E5D
(70,126,93)
#407355
(64,115,85)
#3A684D
(58,104,77)
#345D45
(52,93,69)
#2E523D
(46,82,61)
#284735
(40,71,53)
#223C2D
(34,60,45)
#1C3125
(28,49,37)
#16261D
(22,38,29)
#101B15
(16,27,21)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #467E5D

#467E5D
(70,126,93)
#56896B
(86,137,107)
#669479
(102,148,121)
#769F87
(118,159,135)
#86AA95
(134,170,149)
#96B5A3
(150,181,163)
#A6C0B1
(166,192,177)
#B6CBBF
(182,203,191)
#C6D6CD
(198,214,205)
#D6E1DB
(214,225,219)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467E5D; }

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

This text font color is #467E5D.


Background Color

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

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

This div background color is #467E5D.


Border color

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

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

This div border color is #467E5D.


Opacity

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

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

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

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

This text has shadow with #467E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467E5D on black background.


Color preview on white background

This text has color #467E5D on white background.



Black color preview on #467E5D background

This text has black color on #467E5D background.


White color preview on #467E5D background

This text has white color on #467E5D background.