COLOR #467744

HEX: #467744
RGB: (70,119,68)

Color info

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

RGB color model

#467744 color RGB value is (70,119,68).

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

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 68 of 255 = 27%

70
119
68

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

Portions of RGB colors in percentages

R + G + B =
70 + 119 + 68 = 257 (100%)
R 70 of 257 ~ 27.24%
G 119 of 257 ~ 46.3%
B 68 of 257 ~ 26.46%

%27.24
%46.3
%26.46

CMYK color model

#467744 color CMYK value is (41,0,43,53).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 53.33%
CMYK:
(41,0,43,53)
C41M0Y43K53 
(41%,0%,43%,53%)
(0.41/0.00/0.43/0.53)	

CMYK percentages

%41.18
%0
%42.86
%53.33

Codes

Color #467744 in popluar color models

467744
RGB7011968
HSL118°27.27%36.67%
HSB/HSV118°42.86%46.67%
CMYK41.18%0.00%42.86%
53.33%

Color #467744 in popluar number systems.

HEX467744
Decimal7011968
Binary100011011101111000100
Octal106167104

Shades and tints

Shades of #467744

#467744
(70,119,68)
#406D3E
(64,109,62)
#3A6338
(58,99,56)
#345932
(52,89,50)
#2E4F2C
(46,79,44)
#284526
(40,69,38)
#223B20
(34,59,32)
#1C311A
(28,49,26)
#162714
(22,39,20)
#101D0E
(16,29,14)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #467744

#467744
(70,119,68)
#568355
(86,131,85)
#668F66
(102,143,102)
#769B77
(118,155,119)
#86A788
(134,167,136)
#96B399
(150,179,153)
#A6BFAA
(166,191,170)
#B6CBBB
(182,203,187)
#C6D7CC
(198,215,204)
#D6E3DD
(214,227,221)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467744; }

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

This text font color is #467744.


Background Color

.myBgColor { background-color: #467744; }

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

This div background color is #467744.


Border color

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

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

This div border color is #467744.


Opacity

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

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

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

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

This text has shadow with #467744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467744 on black background.


Color preview on white background

This text has color #467744 on white background.



Black color preview on #467744 background

This text has black color on #467744 background.


White color preview on #467744 background

This text has white color on #467744 background.