COLOR #467643

HEX: #467643
RGB: (70,118,67)

Color info

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

RGB color model

#467643 color RGB value is (70,118,67).

  • red value is 70;
  • green value is 118;
  • blue value is 67.
RGB:
(70,118,67)
(27%,46%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 67 of 255 = 26%

70
118
67

R + G + B ~ 33%. #467643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 67 = 255 (100%)
R 70 of 255 ~ 27.45%
G 118 of 255 ~ 46.27%
B 67 of 255 ~ 26.27%

%27.45
%46.27
%26.27

CMYK color model

#467643 color CMYK value is (41,0,43,54).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 53.73%
CMYK:
(41,0,43,54)
C41M0Y43K54 
(41%,0%,43%,54%)
(0.41/0.00/0.43/0.54)	

CMYK percentages

%40.68
%0
%43.22
%53.73

Codes

Color #467643 in popluar color models

467643
RGB7011867
HSL116°27.57%36.27%
HSB/HSV116°43.22%46.27%
CMYK40.68%0.00%43.22%
53.73%

Color #467643 in popluar number systems.

HEX467643
Decimal7011867
Binary100011011101101000011
Octal106166103

Shades and tints

Shades of #467643

#467643
(70,118,67)
#406C3D
(64,108,61)
#3A6237
(58,98,55)
#345831
(52,88,49)
#2E4E2B
(46,78,43)
#284425
(40,68,37)
#223A1F
(34,58,31)
#1C3019
(28,48,25)
#162613
(22,38,19)
#101C0D
(16,28,13)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #467643

#467643
(70,118,67)
#568254
(86,130,84)
#668E65
(102,142,101)
#769A76
(118,154,118)
#86A687
(134,166,135)
#96B298
(150,178,152)
#A6BEA9
(166,190,169)
#B6CABA
(182,202,186)
#C6D6CB
(198,214,203)
#D6E2DC
(214,226,220)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467643; }

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

This text font color is #467643.


Background Color

.myBgColor { background-color: #467643; }

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

This div background color is #467643.


Border color

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

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

This div border color is #467643.


Opacity

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

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

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

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

This text has shadow with #467643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467643 on black background.


Color preview on white background

This text has color #467643 on white background.



Black color preview on #467643 background

This text has black color on #467643 background.


White color preview on #467643 background

This text has white color on #467643 background.