COLOR #467946

HEX: #467946
RGB: (70,121,70)

Color info

#467946 contains red, green and blue colors in about the same proportion. Web safe color of #467946 is #336633 (or #363).

RGB color model

#467946 color RGB value is (70,121,70).

  • red value is 70;
  • green value is 121;
  • blue value is 70.
RGB:
(70,121,70)
(27%,47%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 121 of 255 = 47%
B 70 of 255 = 27%

70
121
70

R + G + B ~ 34%. #467946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 121 + 70 = 261 (100%)
R 70 of 261 ~ 26.82%
G 121 of 261 ~ 46.36%
B 70 of 261 ~ 26.82%

%26.82
%46.36
%26.82

CMYK color model

#467946 color CMYK value is (42,0,42,53).

  • cyan value is 42.15%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(42,0,42,53)
C42M0Y42K53 
(42%,0%,42%,53%)
(0.42/0.00/0.42/0.53)	

CMYK percentages

%42.15
%0
%42.15
%52.55

Codes

Color #467946 in popluar color models

467946
RGB7012170
HSL120°26.70%37.45%
HSB/HSV120°42.15%47.45%
CMYK42.15%0.00%42.15%
52.55%

Color #467946 in popluar number systems.

HEX467946
Decimal7012170
Binary100011011110011000110
Octal106171106

Shades and tints

Shades of #467946

#467946
(70,121,70)
#406E40
(64,110,64)
#3A633A
(58,99,58)
#345834
(52,88,52)
#2E4D2E
(46,77,46)
#284228
(40,66,40)
#223722
(34,55,34)
#1C2C1C
(28,44,28)
#162116
(22,33,22)
#101610
(16,22,16)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #467946

#467946
(70,121,70)
#568556
(86,133,86)
#669166
(102,145,102)
#769D76
(118,157,118)
#86A986
(134,169,134)
#96B596
(150,181,150)
#A6C1A6
(166,193,166)
#B6CDB6
(182,205,182)
#C6D9C6
(198,217,198)
#D6E5D6
(214,229,214)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467946 color. Also use rgb(70,121,70) instead hex code.

Text Font Color

.myTextColor { color: #467946; }

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

This text font color is #467946.


Background Color

.myBgColor { background-color: #467946; }

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

This div background color is #467946.


Border color

.myBorderColor { border: 1px solid #467946; }

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

This div border color is #467946.


Opacity

.myOpacity80 { color: #467946; opacity: 0.8; }

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

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

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

This text has shadow with #467946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467946 on black background.


Color preview on white background

This text has color #467946 on white background.



Black color preview on #467946 background

This text has black color on #467946 background.


White color preview on #467946 background

This text has white color on #467946 background.