COLOR #467938

HEX: #467938
RGB: (70,121,56)

Color info

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

RGB color model

#467938 color RGB value is (70,121,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 121 of 255 = 47%
B 56 of 255 = 22%

70
121
56

R + G + B ~ 32%. #467938 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 121 + 56 = 247 (100%)
R 70 of 247 ~ 28.34%
G 121 of 247 ~ 48.99%
B 56 of 247 ~ 22.67%

%28.34
%48.99
%22.67

CMYK color model

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

  • cyan value is 42.15%
  • magenta value is 0.00%
  • yellow value is 53.72%
  • key color value is 52.55%
CMYK:
(42,0,54,53)
C42M0Y54K53 
(42%,0%,54%,53%)
(0.42/0.00/0.54/0.53)	

CMYK percentages

%42.15
%0
%53.72
%52.55

Codes

Color #467938 in popluar color models

467938
RGB7012156
HSL107°36.72%34.71%
HSB/HSV107°53.72%47.45%
CMYK42.15%0.00%53.72%
52.55%

Color #467938 in popluar number systems.

HEX467938
Decimal7012156
Binary10001101111001111000
Octal10617170

Shades and tints

Shades of #467938

#467938
(70,121,56)
#406E33
(64,110,51)
#3A632E
(58,99,46)
#345829
(52,88,41)
#2E4D24
(46,77,36)
#28421F
(40,66,31)
#22371A
(34,55,26)
#1C2C15
(28,44,21)
#162110
(22,33,16)
#10160B
(16,22,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #467938

#467938
(70,121,56)
#56854A
(86,133,74)
#66915C
(102,145,92)
#769D6E
(118,157,110)
#86A980
(134,169,128)
#96B592
(150,181,146)
#A6C1A4
(166,193,164)
#B6CDB6
(182,205,182)
#C6D9C8
(198,217,200)
#D6E5DA
(214,229,218)
#E6F1EC
(230,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467938; }

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

This text font color is #467938.


Background Color

.myBgColor { background-color: #467938; }

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

This div background color is #467938.


Border color

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

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

This div border color is #467938.


Opacity

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

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

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

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

This text has shadow with #467938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467938 on black background.


Color preview on white background

This text has color #467938 on white background.



Black color preview on #467938 background

This text has black color on #467938 background.


White color preview on #467938 background

This text has white color on #467938 background.