COLOR #467050

HEX: #467050
RGB: (70,112,80)

Color info

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

RGB color model

#467050 color RGB value is (70,112,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 112 of 255 = 44%
B 80 of 255 = 31%

70
112
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 112 + 80 = 262 (100%)
R 70 of 262 ~ 26.72%
G 112 of 262 ~ 42.75%
B 80 of 262 ~ 30.53%

%26.72
%42.75
%30.53

CMYK color model

#467050 color CMYK value is (38,0,29,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 56.08%
CMYK:
(38,0,29,56)
C38M0Y29K56 
(38%,0%,29%,56%)
(0.38/0.00/0.29/0.56)	

CMYK percentages

%37.5
%0
%28.57
%56.08

Codes

Color #467050 in popluar color models

467050
RGB7011280
HSL134°23.08%35.69%
HSB/HSV134°37.50%43.92%
CMYK37.50%0.00%28.57%
56.08%

Color #467050 in popluar number systems.

HEX467050
Decimal7011280
Binary100011011100001010000
Octal106160120

Shades and tints

Shades of #467050

#467050
(70,112,80)
#406649
(64,102,73)
#3A5C42
(58,92,66)
#34523B
(52,82,59)
#2E4834
(46,72,52)
#283E2D
(40,62,45)
#223426
(34,52,38)
#1C2A1F
(28,42,31)
#162018
(22,32,24)
#101611
(16,22,17)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #467050

#467050
(70,112,80)
#567D5F
(86,125,95)
#668A6E
(102,138,110)
#76977D
(118,151,125)
#86A48C
(134,164,140)
#96B19B
(150,177,155)
#A6BEAA
(166,190,170)
#B6CBB9
(182,203,185)
#C6D8C8
(198,216,200)
#D6E5D7
(214,229,215)
#E6F2E6
(230,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467050; }

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

This text font color is #467050.


Background Color

.myBgColor { background-color: #467050; }

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

This div background color is #467050.


Border color

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

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

This div border color is #467050.


Opacity

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

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

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

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

This text has shadow with #467050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467050 on black background.


Color preview on white background

This text has color #467050 on white background.



Black color preview on #467050 background

This text has black color on #467050 background.


White color preview on #467050 background

This text has white color on #467050 background.