COLOR #467E26

HEX: #467E26
RGB: (70,126,38)

Color info

#467E26 contains mainly red and green colors. Web safe color of #467E26 is #336633 (or #363).

RGB color model

#467E26 color RGB value is (70,126,38).

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

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 38 of 255 = 15%

70
126
38

R + G + B ~ 30%. #467E26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 126 + 38 = 234 (100%)
R 70 of 234 ~ 29.91%
G 126 of 234 ~ 53.85%
B 38 of 234 ~ 16.24%

%29.91
%53.85
%16.24

CMYK color model

#467E26 color CMYK value is (44,0,70,51).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 69.84%
  • key color value is 50.59%
CMYK:
(44,0,70,51)
C44M0Y70K51 
(44%,0%,70%,51%)
(0.44/0.00/0.70/0.51)	

CMYK percentages

%44.44
%0
%69.84
%50.59

Codes

Color #467E26 in popluar color models

467E26
RGB7012638
HSL98°53.66%32.16%
HSB/HSV98°69.84%49.41%
CMYK44.44%0.00%69.84%
50.59%

Color #467E26 in popluar number systems.

HEX467E26
Decimal7012638
Binary10001101111110100110
Octal10617646

Shades and tints

Shades of #467E26

#467E26
(70,126,38)
#407323
(64,115,35)
#3A6820
(58,104,32)
#345D1D
(52,93,29)
#2E521A
(46,82,26)
#284717
(40,71,23)
#223C14
(34,60,20)
#1C3111
(28,49,17)
#16260E
(22,38,14)
#101B0B
(16,27,11)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #467E26

#467E26
(70,126,38)
#568939
(86,137,57)
#66944C
(102,148,76)
#769F5F
(118,159,95)
#86AA72
(134,170,114)
#96B585
(150,181,133)
#A6C098
(166,192,152)
#B6CBAB
(182,203,171)
#C6D6BE
(198,214,190)
#D6E1D1
(214,225,209)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467E26; }

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

This text font color is #467E26.


Background Color

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

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

This div background color is #467E26.


Border color

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

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

This div border color is #467E26.


Opacity

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

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

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

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

This text has shadow with #467E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467E26 on black background.


Color preview on white background

This text has color #467E26 on white background.



Black color preview on #467E26 background

This text has black color on #467E26 background.


White color preview on #467E26 background

This text has white color on #467E26 background.