COLOR #467F1C

HEX: #467F1C
RGB: (70,127,28)

Color info

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

RGB color model

#467F1C color RGB value is (70,127,28).

  • red value is 70;
  • green value is 127;
  • blue value is 28.
RGB:
(70,127,28)
(27%,50%,11%)

RGB channels and saturation

R 70 of 255 = 27%
G 127 of 255 = 50%
B 28 of 255 = 11%

70
127
28

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

Portions of RGB colors in percentages

R + G + B =
70 + 127 + 28 = 225 (100%)
R 70 of 225 ~ 31.11%
G 127 of 225 ~ 56.44%
B 28 of 225 ~ 12.44%

%31.11
%56.44
%12.44

CMYK color model

#467F1C color CMYK value is (45,0,78,50).

  • cyan value is 44.88%
  • magenta value is 0.00%
  • yellow value is 77.95%
  • key color value is 50.20%
CMYK:
(45,0,78,50)
C45M0Y78K50 
(45%,0%,78%,50%)
(0.45/0.00/0.78/0.50)	

CMYK percentages

%44.88
%0
%77.95
%50.2

Codes

Color #467F1C in popluar color models

467F1C
RGB7012728
HSL95°63.87%30.39%
HSB/HSV95°77.95%49.80%
CMYK44.88%0.00%77.95%
50.20%

Color #467F1C in popluar number systems.

HEX467F1C
Decimal7012728
Binary1000110111111111100
Octal10617734

Shades and tints

Shades of #467F1C

#467F1C
(70,127,28)
#40741A
(64,116,26)
#3A6918
(58,105,24)
#345E16
(52,94,22)
#2E5314
(46,83,20)
#284812
(40,72,18)
#223D10
(34,61,16)
#1C320E
(28,50,14)
#16270C
(22,39,12)
#101C0A
(16,28,10)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #467F1C

#467F1C
(70,127,28)
#568A30
(86,138,48)
#669544
(102,149,68)
#76A058
(118,160,88)
#86AB6C
(134,171,108)
#96B680
(150,182,128)
#A6C194
(166,193,148)
#B6CCA8
(182,204,168)
#C6D7BC
(198,215,188)
#D6E2D0
(214,226,208)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467F1C; }

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

This text font color is #467F1C.


Background Color

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

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

This div background color is #467F1C.


Border color

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

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

This div border color is #467F1C.


Opacity

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

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

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

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

This text has shadow with #467F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467F1C on black background.


Color preview on white background

This text has color #467F1C on white background.



Black color preview on #467F1C background

This text has black color on #467F1C background.


White color preview on #467F1C background

This text has white color on #467F1C background.