COLOR #465A4D

HEX: #465A4D
RGB: (70,90,77)

Color info

#465A4D contains red, green and blue colors in about the same proportion. Web safe color of #465A4D is #336633 (or #363).

RGB color model

#465A4D color RGB value is (70,90,77).

  • red value is 70;
  • green value is 90;
  • blue value is 77.
RGB:
(70,90,77)
(27%,35%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 77 of 255 = 30%

70
90
77

R + G + B ~ 31%. #465A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 77 = 237 (100%)
R 70 of 237 ~ 29.54%
G 90 of 237 ~ 37.97%
B 77 of 237 ~ 32.49%

%29.54
%37.97
%32.49

CMYK color model

#465A4D color CMYK value is (22,0,14,65).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 64.71%
CMYK:
(22,0,14,65)
C22M0Y14K65 
(22%,0%,14%,65%)
(0.22/0.00/0.14/0.65)	

CMYK percentages

%22.22
%0
%14.44
%64.71

Codes

Color #465A4D in popluar color models

465A4D
RGB709077
HSL141°12.50%31.37%
HSB/HSV141°22.22%35.29%
CMYK22.22%0.00%14.44%
64.71%

Color #465A4D in popluar number systems.

HEX465A4D
Decimal709077
Binary100011010110101001101
Octal106132115

Shades and tints

Shades of #465A4D

#465A4D
(70,90,77)
#405246
(64,82,70)
#3A4A3F
(58,74,63)
#344238
(52,66,56)
#2E3A31
(46,58,49)
#28322A
(40,50,42)
#222A23
(34,42,35)
#1C221C
(28,34,28)
#161A15
(22,26,21)
#10120E
(16,18,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #465A4D

#465A4D
(70,90,77)
#56695D
(86,105,93)
#66786D
(102,120,109)
#76877D
(118,135,125)
#86968D
(134,150,141)
#96A59D
(150,165,157)
#A6B4AD
(166,180,173)
#B6C3BD
(182,195,189)
#C6D2CD
(198,210,205)
#D6E1DD
(214,225,221)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A4D color. Also use rgb(70,90,77) instead hex code.

Text Font Color

.myTextColor { color: #465A4D; }

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

This text font color is #465A4D.


Background Color

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

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

This div background color is #465A4D.


Border color

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

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

This div border color is #465A4D.


Opacity

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

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

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

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

This text has shadow with #465A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A4D on black background.


Color preview on white background

This text has color #465A4D on white background.



Black color preview on #465A4D background

This text has black color on #465A4D background.


White color preview on #465A4D background

This text has white color on #465A4D background.