COLOR #466358

HEX: #466358
RGB: (70,99,88)

Color info

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

RGB color model

#466358 color RGB value is (70,99,88).

  • red value is 70;
  • green value is 99;
  • blue value is 88.
RGB:
(70,99,88)
(27%,39%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 88 of 255 = 35%

70
99
88

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

Portions of RGB colors in percentages

R + G + B =
70 + 99 + 88 = 257 (100%)
R 70 of 257 ~ 27.24%
G 99 of 257 ~ 38.52%
B 88 of 257 ~ 34.24%

%27.24
%38.52
%34.24

CMYK color model

#466358 color CMYK value is (29,0,11,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 61.18%
CMYK:
(29,0,11,61)
C29M0Y11K61 
(29%,0%,11%,61%)
(0.29/0.00/0.11/0.61)	

CMYK percentages

%29.29
%0
%11.11
%61.18

Codes

Color #466358 in popluar color models

466358
RGB709988
HSL157°17.16%33.14%
HSB/HSV157°29.29%38.82%
CMYK29.29%0.00%11.11%
61.18%

Color #466358 in popluar number systems.

HEX466358
Decimal709988
Binary100011011000111011000
Octal106143130

Shades and tints

Shades of #466358

#466358
(70,99,88)
#405A50
(64,90,80)
#3A5148
(58,81,72)
#344840
(52,72,64)
#2E3F38
(46,63,56)
#283630
(40,54,48)
#222D28
(34,45,40)
#1C2420
(28,36,32)
#161B18
(22,27,24)
#101210
(16,18,16)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #466358

#466358
(70,99,88)
#567167
(86,113,103)
#667F76
(102,127,118)
#768D85
(118,141,133)
#869B94
(134,155,148)
#96A9A3
(150,169,163)
#A6B7B2
(166,183,178)
#B6C5C1
(182,197,193)
#C6D3D0
(198,211,208)
#D6E1DF
(214,225,223)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466358 color. Also use rgb(70,99,88) instead hex code.

Text Font Color

.myTextColor { color: #466358; }

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

This text font color is #466358.


Background Color

.myBgColor { background-color: #466358; }

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

This div background color is #466358.


Border color

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

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

This div border color is #466358.


Opacity

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

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

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

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

This text has shadow with #466358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466358 on black background.


Color preview on white background

This text has color #466358 on white background.



Black color preview on #466358 background

This text has black color on #466358 background.


White color preview on #466358 background

This text has white color on #466358 background.