COLOR #465549

HEX: #465549
RGB: (70,85,73)

Color info

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

RGB color model

#465549 color RGB value is (70,85,73).

  • red value is 70;
  • green value is 85;
  • blue value is 73.
RGB:
(70,85,73)
(27%,33%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 73 of 255 = 29%

70
85
73

R + G + B ~ 30%. #465549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 73 = 228 (100%)
R 70 of 228 ~ 30.7%
G 85 of 228 ~ 37.28%
B 73 of 228 ~ 32.02%

%30.7
%37.28
%32.02

CMYK color model

#465549 color CMYK value is (18,0,14,67).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 66.67%
CMYK:
(18,0,14,67)
C18M0Y14K67 
(18%,0%,14%,67%)
(0.18/0.00/0.14/0.67)	

CMYK percentages

%17.65
%0
%14.12
%66.67

Codes

Color #465549 in popluar color models

465549
RGB708573
HSL132°9.68%30.39%
HSB/HSV132°17.65%33.33%
CMYK17.65%0.00%14.12%
66.67%

Color #465549 in popluar number systems.

HEX465549
Decimal708573
Binary100011010101011001001
Octal106125111

Shades and tints

Shades of #465549

#465549
(70,85,73)
#404E43
(64,78,67)
#3A473D
(58,71,61)
#344037
(52,64,55)
#2E3931
(46,57,49)
#28322B
(40,50,43)
#222B25
(34,43,37)
#1C241F
(28,36,31)
#161D19
(22,29,25)
#101613
(16,22,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #465549

#465549
(70,85,73)
#566459
(86,100,89)
#667369
(102,115,105)
#768279
(118,130,121)
#869189
(134,145,137)
#96A099
(150,160,153)
#A6AFA9
(166,175,169)
#B6BEB9
(182,190,185)
#C6CDC9
(198,205,201)
#D6DCD9
(214,220,217)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465549 color. Also use rgb(70,85,73) instead hex code.

Text Font Color

.myTextColor { color: #465549; }

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

This text font color is #465549.


Background Color

.myBgColor { background-color: #465549; }

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

This div background color is #465549.


Border color

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

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

This div border color is #465549.


Opacity

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

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

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

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

This text has shadow with #465549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465549 on black background.


Color preview on white background

This text has color #465549 on white background.



Black color preview on #465549 background

This text has black color on #465549 background.


White color preview on #465549 background

This text has white color on #465549 background.