COLOR #467B4E

HEX: #467B4E
RGB: (70,123,78)

Color info

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

RGB color model

#467B4E color RGB value is (70,123,78).

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

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 78 of 255 = 31%

70
123
78

R + G + B ~ 35%. #467B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 78 = 271 (100%)
R 70 of 271 ~ 25.83%
G 123 of 271 ~ 45.39%
B 78 of 271 ~ 28.78%

%25.83
%45.39
%28.78

CMYK color model

#467B4E color CMYK value is (43,0,37,52).

  • cyan value is 43.09%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 51.76%
CMYK:
(43,0,37,52)
C43M0Y37K52 
(43%,0%,37%,52%)
(0.43/0.00/0.37/0.52)	

CMYK percentages

%43.09
%0
%36.59
%51.76

Codes

Color #467B4E in popluar color models

467B4E
RGB7012378
HSL129°27.46%37.84%
HSB/HSV129°43.09%48.24%
CMYK43.09%0.00%36.59%
51.76%

Color #467B4E in popluar number systems.

HEX467B4E
Decimal7012378
Binary100011011110111001110
Octal106173116

Shades and tints

Shades of #467B4E

#467B4E
(70,123,78)
#407047
(64,112,71)
#3A6540
(58,101,64)
#345A39
(52,90,57)
#2E4F32
(46,79,50)
#28442B
(40,68,43)
#223924
(34,57,36)
#1C2E1D
(28,46,29)
#162316
(22,35,22)
#10180F
(16,24,15)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #467B4E

#467B4E
(70,123,78)
#56875E
(86,135,94)
#66936E
(102,147,110)
#769F7E
(118,159,126)
#86AB8E
(134,171,142)
#96B79E
(150,183,158)
#A6C3AE
(166,195,174)
#B6CFBE
(182,207,190)
#C6DBCE
(198,219,206)
#D6E7DE
(214,231,222)
#E6F3EE
(230,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467B4E; }

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

This text font color is #467B4E.


Background Color

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

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

This div background color is #467B4E.


Border color

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

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

This div border color is #467B4E.


Opacity

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

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

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

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

This text has shadow with #467B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B4E on black background.


Color preview on white background

This text has color #467B4E on white background.



Black color preview on #467B4E background

This text has black color on #467B4E background.


White color preview on #467B4E background

This text has white color on #467B4E background.