COLOR #467650

HEX: #467650
RGB: (70,118,80)

Color info

#467650 contains red, green and blue colors in about the same proportion. Web safe color of #467650 is #336666 (or #366).

RGB color model

#467650 color RGB value is (70,118,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 80 of 255 = 31%

70
118
80

R + G + B ~ 35%. #467650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 80 = 268 (100%)
R 70 of 268 ~ 26.12%
G 118 of 268 ~ 44.03%
B 80 of 268 ~ 29.85%

%26.12
%44.03
%29.85

CMYK color model

#467650 color CMYK value is (41,0,32,54).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(41,0,32,54)
C41M0Y32K54 
(41%,0%,32%,54%)
(0.41/0.00/0.32/0.54)	

CMYK percentages

%40.68
%0
%32.2
%53.73

Codes

Color #467650 in popluar color models

467650
RGB7011880
HSL133°25.53%36.86%
HSB/HSV133°40.68%46.27%
CMYK40.68%0.00%32.20%
53.73%

Color #467650 in popluar number systems.

HEX467650
Decimal7011880
Binary100011011101101010000
Octal106166120

Shades and tints

Shades of #467650

#467650
(70,118,80)
#406C49
(64,108,73)
#3A6242
(58,98,66)
#34583B
(52,88,59)
#2E4E34
(46,78,52)
#28442D
(40,68,45)
#223A26
(34,58,38)
#1C301F
(28,48,31)
#162618
(22,38,24)
#101C11
(16,28,17)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #467650

#467650
(70,118,80)
#56825F
(86,130,95)
#668E6E
(102,142,110)
#769A7D
(118,154,125)
#86A68C
(134,166,140)
#96B29B
(150,178,155)
#A6BEAA
(166,190,170)
#B6CAB9
(182,202,185)
#C6D6C8
(198,214,200)
#D6E2D7
(214,226,215)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467650; }

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

This text font color is #467650.


Background Color

.myBgColor { background-color: #467650; }

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

This div background color is #467650.


Border color

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

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

This div border color is #467650.


Opacity

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

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

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

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

This text has shadow with #467650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467650 on black background.


Color preview on white background

This text has color #467650 on white background.



Black color preview on #467650 background

This text has black color on #467650 background.


White color preview on #467650 background

This text has white color on #467650 background.