COLOR #465242

HEX: #465242
RGB: (70,82,66)

Color info

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

RGB color model

#465242 color RGB value is (70,82,66).

  • red value is 70;
  • green value is 82;
  • blue value is 66.
RGB:
(70,82,66)
(27%,32%,26%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 66 of 255 = 26%

70
82
66

R + G + B ~ 28%. #465242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 66 = 218 (100%)
R 70 of 218 ~ 32.11%
G 82 of 218 ~ 37.61%
B 66 of 218 ~ 30.28%

%32.11
%37.61
%30.28

CMYK color model

#465242 color CMYK value is (15,0,20,68).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 67.84%
CMYK:
(15,0,20,68)
C15M0Y20K68 
(15%,0%,20%,68%)
(0.15/0.00/0.20/0.68)	

CMYK percentages

%14.63
%0
%19.51
%67.84

Codes

Color #465242 in popluar color models

465242
RGB708266
HSL105°10.81%29.02%
HSB/HSV105°19.51%32.16%
CMYK14.63%0.00%19.51%
67.84%

Color #465242 in popluar number systems.

HEX465242
Decimal708266
Binary100011010100101000010
Octal106122102

Shades and tints

Shades of #465242

#465242
(70,82,66)
#404B3C
(64,75,60)
#3A4436
(58,68,54)
#343D30
(52,61,48)
#2E362A
(46,54,42)
#282F24
(40,47,36)
#22281E
(34,40,30)
#1C2118
(28,33,24)
#161A12
(22,26,18)
#10130C
(16,19,12)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #465242

#465242
(70,82,66)
#566153
(86,97,83)
#667064
(102,112,100)
#767F75
(118,127,117)
#868E86
(134,142,134)
#969D97
(150,157,151)
#A6ACA8
(166,172,168)
#B6BBB9
(182,187,185)
#C6CACA
(198,202,202)
#D6D9DB
(214,217,219)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465242; }

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

This text font color is #465242.


Background Color

.myBgColor { background-color: #465242; }

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

This div background color is #465242.


Border color

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

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

This div border color is #465242.


Opacity

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

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

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

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

This text has shadow with #465242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465242 on black background.


Color preview on white background

This text has color #465242 on white background.



Black color preview on #465242 background

This text has black color on #465242 background.


White color preview on #465242 background

This text has white color on #465242 background.