COLOR #467E19

HEX: #467E19
RGB: (70,126,25)

Color info

#467E19 contains mainly red and green colors. Web safe color of #467E19 is #336600 (or #360).

RGB color model

#467E19 color RGB value is (70,126,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 25 of 255 = 10%

70
126
25

R + G + B ~ 29%. #467E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 126 + 25 = 221 (100%)
R 70 of 221 ~ 31.67%
G 126 of 221 ~ 57.01%
B 25 of 221 ~ 11.31%

%31.67
%57.01
%11.31

CMYK color model

#467E19 color CMYK value is (44,0,80,51).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 80.16%
  • key color value is 50.59%
CMYK:
(44,0,80,51)
C44M0Y80K51 
(44%,0%,80%,51%)
(0.44/0.00/0.80/0.51)	

CMYK percentages

%44.44
%0
%80.16
%50.59

Codes

Color #467E19 in popluar color models

467E19
RGB7012625
HSL93°66.89%29.61%
HSB/HSV93°80.16%49.41%
CMYK44.44%0.00%80.16%
50.59%

Color #467E19 in popluar number systems.

HEX467E19
Decimal7012625
Binary1000110111111011001
Octal10617631

Shades and tints

Shades of #467E19

#467E19
(70,126,25)
#407317
(64,115,23)
#3A6815
(58,104,21)
#345D13
(52,93,19)
#2E5211
(46,82,17)
#28470F
(40,71,15)
#223C0D
(34,60,13)
#1C310B
(28,49,11)
#162609
(22,38,9)
#101B07
(16,27,7)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #467E19

#467E19
(70,126,25)
#56892D
(86,137,45)
#669441
(102,148,65)
#769F55
(118,159,85)
#86AA69
(134,170,105)
#96B57D
(150,181,125)
#A6C091
(166,192,145)
#B6CBA5
(182,203,165)
#C6D6B9
(198,214,185)
#D6E1CD
(214,225,205)
#E6ECE1
(230,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467E19; }

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

This text font color is #467E19.


Background Color

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

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

This div background color is #467E19.


Border color

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

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

This div border color is #467E19.


Opacity

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

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

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

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

This text has shadow with #467E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467E19 on black background.


Color preview on white background

This text has color #467E19 on white background.



Black color preview on #467E19 background

This text has black color on #467E19 background.


White color preview on #467E19 background

This text has white color on #467E19 background.