COLOR #465D61

HEX: #465D61
RGB: (70,93,97)

Color info

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

RGB color model

#465D61 color RGB value is (70,93,97).

  • red value is 70;
  • green value is 93;
  • blue value is 97.
RGB:
(70,93,97)
(27%,36%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 93 of 255 = 36%
B 97 of 255 = 38%

70
93
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 93 + 97 = 260 (100%)
R 70 of 260 ~ 26.92%
G 93 of 260 ~ 35.77%
B 97 of 260 ~ 37.31%

%26.92
%35.77
%37.31

CMYK color model

#465D61 color CMYK value is (28,4,0,62).

  • cyan value is 27.84%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,4,0,62)
C28M4Y0K62 
(28%,4%,0%,62%)
(0.28/0.04/0.00/0.62)	

CMYK percentages

%27.84
%4.12
%0
%61.96

Codes

Color #465D61 in popluar color models

465D61
RGB709397
HSL189°16.17%32.75%
HSB/HSV189°27.84%38.04%
CMYK27.84%4.12%0.00%
61.96%

Color #465D61 in popluar number systems.

HEX465D61
Decimal709397
Binary100011010111011100001
Octal106135141

Shades and tints

Shades of #465D61

#465D61
(70,93,97)
#405559
(64,85,89)
#3A4D51
(58,77,81)
#344549
(52,69,73)
#2E3D41
(46,61,65)
#283539
(40,53,57)
#222D31
(34,45,49)
#1C2529
(28,37,41)
#161D21
(22,29,33)
#101519
(16,21,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #465D61

#465D61
(70,93,97)
#566B6F
(86,107,111)
#66797D
(102,121,125)
#76878B
(118,135,139)
#869599
(134,149,153)
#96A3A7
(150,163,167)
#A6B1B5
(166,177,181)
#B6BFC3
(182,191,195)
#C6CDD1
(198,205,209)
#D6DBDF
(214,219,223)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465D61 color. Also use rgb(70,93,97) instead hex code.

Text Font Color

.myTextColor { color: #465D61; }

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

This text font color is #465D61.


Background Color

.myBgColor { background-color: #465D61; }

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

This div background color is #465D61.


Border color

.myBorderColor { border: 1px solid #465D61; }

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

This div border color is #465D61.


Opacity

.myOpacity80 { color: #465D61; opacity: 0.8; }

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

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

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

This text has shadow with #465D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465D61 on black background.


Color preview on white background

This text has color #465D61 on white background.



Black color preview on #465D61 background

This text has black color on #465D61 background.


White color preview on #465D61 background

This text has white color on #465D61 background.