COLOR #467D4E

HEX: #467D4E
RGB: (70,125,78)

Color info

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

RGB color model

#467D4E color RGB value is (70,125,78).

  • red value is 70;
  • green value is 125;
  • blue value is 78.
RGB:
(70,125,78)
(27%,49%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 78 of 255 = 31%

70
125
78

R + G + B ~ 36%. #467D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 78 = 273 (100%)
R 70 of 273 ~ 25.64%
G 125 of 273 ~ 45.79%
B 78 of 273 ~ 28.57%

%25.64
%45.79
%28.57

CMYK color model

#467D4E color CMYK value is (44,0,38,51).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(44,0,38,51)
C44M0Y38K51 
(44%,0%,38%,51%)
(0.44/0.00/0.38/0.51)	

CMYK percentages

%44
%0
%37.6
%50.98

Codes

Color #467D4E in popluar color models

467D4E
RGB7012578
HSL129°28.21%38.24%
HSB/HSV129°44.00%49.02%
CMYK44.00%0.00%37.60%
50.98%

Color #467D4E in popluar number systems.

HEX467D4E
Decimal7012578
Binary100011011111011001110
Octal106175116

Shades and tints

Shades of #467D4E

#467D4E
(70,125,78)
#407247
(64,114,71)
#3A6740
(58,103,64)
#345C39
(52,92,57)
#2E5132
(46,81,50)
#28462B
(40,70,43)
#223B24
(34,59,36)
#1C301D
(28,48,29)
#162516
(22,37,22)
#101A0F
(16,26,15)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #467D4E

#467D4E
(70,125,78)
#56885E
(86,136,94)
#66936E
(102,147,110)
#769E7E
(118,158,126)
#86A98E
(134,169,142)
#96B49E
(150,180,158)
#A6BFAE
(166,191,174)
#B6CABE
(182,202,190)
#C6D5CE
(198,213,206)
#D6E0DE
(214,224,222)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467D4E color. Also use rgb(70,125,78) instead hex code.

Text Font Color

.myTextColor { color: #467D4E; }

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

This text font color is #467D4E.


Background Color

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

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

This div background color is #467D4E.


Border color

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

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

This div border color is #467D4E.


Opacity

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

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

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

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

This text has shadow with #467D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D4E on black background.


Color preview on white background

This text has color #467D4E on white background.



Black color preview on #467D4E background

This text has black color on #467D4E background.


White color preview on #467D4E background

This text has white color on #467D4E background.