COLOR #467120

HEX: #467120
RGB: (70,113,32)

Color info

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

RGB color model

#467120 color RGB value is (70,113,32).

  • red value is 70;
  • green value is 113;
  • blue value is 32.
RGB:
(70,113,32)
(27%,44%,13%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 32 of 255 = 13%

70
113
32

R + G + B ~ 28%. #467120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 32 = 215 (100%)
R 70 of 215 ~ 32.56%
G 113 of 215 ~ 52.56%
B 32 of 215 ~ 14.88%

%32.56
%52.56
%14.88

CMYK color model

#467120 color CMYK value is (38,0,72,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 71.68%
  • key color value is 55.69%
CMYK:
(38,0,72,56)
C38M0Y72K56 
(38%,0%,72%,56%)
(0.38/0.00/0.72/0.56)	

CMYK percentages

%38.05
%0
%71.68
%55.69

Codes

Color #467120 in popluar color models

467120
RGB7011332
HSL92°55.86%28.43%
HSB/HSV92°71.68%44.31%
CMYK38.05%0.00%71.68%
55.69%

Color #467120 in popluar number systems.

HEX467120
Decimal7011332
Binary10001101110001100000
Octal10616140

Shades and tints

Shades of #467120

#467120
(70,113,32)
#40671E
(64,103,30)
#3A5D1C
(58,93,28)
#34531A
(52,83,26)
#2E4918
(46,73,24)
#283F16
(40,63,22)
#223514
(34,53,20)
#1C2B12
(28,43,18)
#162110
(22,33,16)
#10170E
(16,23,14)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #467120

#467120
(70,113,32)
#567D34
(86,125,52)
#668948
(102,137,72)
#76955C
(118,149,92)
#86A170
(134,161,112)
#96AD84
(150,173,132)
#A6B998
(166,185,152)
#B6C5AC
(182,197,172)
#C6D1C0
(198,209,192)
#D6DDD4
(214,221,212)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467120; }

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

This text font color is #467120.


Background Color

.myBgColor { background-color: #467120; }

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

This div background color is #467120.


Border color

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

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

This div border color is #467120.


Opacity

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

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

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

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

This text has shadow with #467120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467120 on black background.


Color preview on white background

This text has color #467120 on white background.



Black color preview on #467120 background

This text has black color on #467120 background.


White color preview on #467120 background

This text has white color on #467120 background.