COLOR #466250

HEX: #466250
RGB: (70,98,80)

Color info

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

RGB color model

#466250 color RGB value is (70,98,80).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 80 of 255 = 31%

70
98
80

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

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 80 = 248 (100%)
R 70 of 248 ~ 28.23%
G 98 of 248 ~ 39.52%
B 80 of 248 ~ 32.26%

%28.23
%39.52
%32.26

CMYK color model

#466250 color CMYK value is (29,0,18,62).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 61.57%
CMYK:
(29,0,18,62)
C29M0Y18K62 
(29%,0%,18%,62%)
(0.29/0.00/0.18/0.62)	

CMYK percentages

%28.57
%0
%18.37
%61.57

Codes

Color #466250 in popluar color models

466250
RGB709880
HSL141°16.67%32.94%
HSB/HSV141°28.57%38.43%
CMYK28.57%0.00%18.37%
61.57%

Color #466250 in popluar number systems.

HEX466250
Decimal709880
Binary100011011000101010000
Octal106142120

Shades and tints

Shades of #466250

#466250
(70,98,80)
#405A49
(64,90,73)
#3A5242
(58,82,66)
#344A3B
(52,74,59)
#2E4234
(46,66,52)
#283A2D
(40,58,45)
#223226
(34,50,38)
#1C2A1F
(28,42,31)
#162218
(22,34,24)
#101A11
(16,26,17)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #466250

#466250
(70,98,80)
#56705F
(86,112,95)
#667E6E
(102,126,110)
#768C7D
(118,140,125)
#869A8C
(134,154,140)
#96A89B
(150,168,155)
#A6B6AA
(166,182,170)
#B6C4B9
(182,196,185)
#C6D2C8
(198,210,200)
#D6E0D7
(214,224,215)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466250; }

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

This text font color is #466250.


Background Color

.myBgColor { background-color: #466250; }

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

This div background color is #466250.


Border color

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

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

This div border color is #466250.


Opacity

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

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

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

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

This text has shadow with #466250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466250 on black background.


Color preview on white background

This text has color #466250 on white background.



Black color preview on #466250 background

This text has black color on #466250 background.


White color preview on #466250 background

This text has white color on #466250 background.