COLOR #467D46

HEX: #467D46
RGB: (70,125,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

70
125
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 70 = 265 (100%)
R 70 of 265 ~ 26.42%
G 125 of 265 ~ 47.17%
B 70 of 265 ~ 26.42%

%26.42
%47.17
%26.42

CMYK color model

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

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

CMYK percentages

%44
%0
%44
%50.98

Codes

Color #467D46 in popluar color models

467D46
RGB7012570
HSL120°28.21%38.24%
HSB/HSV120°44.00%49.02%
CMYK44.00%0.00%44.00%
50.98%

Color #467D46 in popluar number systems.

HEX467D46
Decimal7012570
Binary100011011111011000110
Octal106175106

Shades and tints

Shades of #467D46

#467D46
(70,125,70)
#407240
(64,114,64)
#3A673A
(58,103,58)
#345C34
(52,92,52)
#2E512E
(46,81,46)
#284628
(40,70,40)
#223B22
(34,59,34)
#1C301C
(28,48,28)
#162516
(22,37,22)
#101A10
(16,26,16)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #467D46

#467D46
(70,125,70)
#568856
(86,136,86)
#669366
(102,147,102)
#769E76
(118,158,118)
#86A986
(134,169,134)
#96B496
(150,180,150)
#A6BFA6
(166,191,166)
#B6CAB6
(182,202,182)
#C6D5C6
(198,213,198)
#D6E0D6
(214,224,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467D46; }

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

This text font color is #467D46.


Background Color

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

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

This div background color is #467D46.


Border color

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

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

This div border color is #467D46.


Opacity

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

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

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

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

This text has shadow with #467D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D46 on black background.


Color preview on white background

This text has color #467D46 on white background.



Black color preview on #467D46 background

This text has black color on #467D46 background.


White color preview on #467D46 background

This text has white color on #467D46 background.