COLOR #465546

HEX: #465546
RGB: (70,85,70)

Color info

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

RGB color model

#465546 color RGB value is (70,85,70).

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

RGB channels and saturation

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

70
85
70

R + G + B ~ 29%. #465546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 70 = 225 (100%)
R 70 of 225 ~ 31.11%
G 85 of 225 ~ 37.78%
B 70 of 225 ~ 31.11%

%31.11
%37.78
%31.11

CMYK color model

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

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

CMYK percentages

%17.65
%0
%17.65
%66.67

Codes

Color #465546 in popluar color models

465546
RGB708570
HSL120°9.68%30.39%
HSB/HSV120°17.65%33.33%
CMYK17.65%0.00%17.65%
66.67%

Color #465546 in popluar number systems.

HEX465546
Decimal708570
Binary100011010101011000110
Octal106125106

Shades and tints

Shades of #465546

#465546
(70,85,70)
#404E40
(64,78,64)
#3A473A
(58,71,58)
#344034
(52,64,52)
#2E392E
(46,57,46)
#283228
(40,50,40)
#222B22
(34,43,34)
#1C241C
(28,36,28)
#161D16
(22,29,22)
#101610
(16,22,16)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #465546

#465546
(70,85,70)
#566456
(86,100,86)
#667366
(102,115,102)
#768276
(118,130,118)
#869186
(134,145,134)
#96A096
(150,160,150)
#A6AFA6
(166,175,166)
#B6BEB6
(182,190,182)
#C6CDC6
(198,205,198)
#D6DCD6
(214,220,214)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465546; }

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

This text font color is #465546.


Background Color

.myBgColor { background-color: #465546; }

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

This div background color is #465546.


Border color

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

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

This div border color is #465546.


Opacity

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

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

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

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

This text has shadow with #465546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465546 on black background.


Color preview on white background

This text has color #465546 on white background.



Black color preview on #465546 background

This text has black color on #465546 background.


White color preview on #465546 background

This text has white color on #465546 background.