COLOR #467846

HEX: #467846
RGB: (70,120,70)

Color info

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

RGB color model

#467846 color RGB value is (70,120,70).

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

RGB channels and saturation

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

70
120
70

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

Portions of RGB colors in percentages

R + G + B =
70 + 120 + 70 = 260 (100%)
R 70 of 260 ~ 26.92%
G 120 of 260 ~ 46.15%
B 70 of 260 ~ 26.92%

%26.92
%46.15
%26.92

CMYK color model

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

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

CMYK percentages

%41.67
%0
%41.67
%52.94

Codes

Color #467846 in popluar color models

467846
RGB7012070
HSL120°26.32%37.25%
HSB/HSV120°41.67%47.06%
CMYK41.67%0.00%41.67%
52.94%

Color #467846 in popluar number systems.

HEX467846
Decimal7012070
Binary100011011110001000110
Octal106170106

Shades and tints

Shades of #467846

#467846
(70,120,70)
#406E40
(64,110,64)
#3A643A
(58,100,58)
#345A34
(52,90,52)
#2E502E
(46,80,46)
#284628
(40,70,40)
#223C22
(34,60,34)
#1C321C
(28,50,28)
#162816
(22,40,22)
#101E10
(16,30,16)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #467846

#467846
(70,120,70)
#568456
(86,132,86)
#669066
(102,144,102)
#769C76
(118,156,118)
#86A886
(134,168,134)
#96B496
(150,180,150)
#A6C0A6
(166,192,166)
#B6CCB6
(182,204,182)
#C6D8C6
(198,216,198)
#D6E4D6
(214,228,214)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467846; }

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

This text font color is #467846.


Background Color

.myBgColor { background-color: #467846; }

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

This div background color is #467846.


Border color

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

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

This div border color is #467846.


Opacity

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

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

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

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

This text has shadow with #467846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467846 on black background.


Color preview on white background

This text has color #467846 on white background.



Black color preview on #467846 background

This text has black color on #467846 background.


White color preview on #467846 background

This text has white color on #467846 background.