COLOR #465342

HEX: #465342
RGB: (70,83,66)

Color info

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

RGB color model

#465342 color RGB value is (70,83,66).

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

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 66 of 255 = 26%

70
83
66

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 66 = 219 (100%)
R 70 of 219 ~ 31.96%
G 83 of 219 ~ 37.9%
B 66 of 219 ~ 30.14%

%31.96
%37.9
%30.14

CMYK color model

#465342 color CMYK value is (16,0,20,67).

  • cyan value is 15.66%
  • magenta value is 0.00%
  • yellow value is 20.48%
  • key color value is 67.45%
CMYK:
(16,0,20,67)
C16M0Y20K67 
(16%,0%,20%,67%)
(0.16/0.00/0.20/0.67)	

CMYK percentages

%15.66
%0
%20.48
%67.45

Codes

Color #465342 in popluar color models

465342
RGB708366
HSL106°11.41%29.22%
HSB/HSV106°20.48%32.55%
CMYK15.66%0.00%20.48%
67.45%

Color #465342 in popluar number systems.

HEX465342
Decimal708366
Binary100011010100111000010
Octal106123102

Shades and tints

Shades of #465342

#465342
(70,83,66)
#404C3C
(64,76,60)
#3A4536
(58,69,54)
#343E30
(52,62,48)
#2E372A
(46,55,42)
#283024
(40,48,36)
#22291E
(34,41,30)
#1C2218
(28,34,24)
#161B12
(22,27,18)
#10140C
(16,20,12)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #465342

#465342
(70,83,66)
#566253
(86,98,83)
#667164
(102,113,100)
#768075
(118,128,117)
#868F86
(134,143,134)
#969E97
(150,158,151)
#A6ADA8
(166,173,168)
#B6BCB9
(182,188,185)
#C6CBCA
(198,203,202)
#D6DADB
(214,218,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465342; }

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

This text font color is #465342.


Background Color

.myBgColor { background-color: #465342; }

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

This div background color is #465342.


Border color

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

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

This div border color is #465342.


Opacity

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

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

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

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

This text has shadow with #465342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465342 on black background.


Color preview on white background

This text has color #465342 on white background.



Black color preview on #465342 background

This text has black color on #465342 background.


White color preview on #465342 background

This text has white color on #465342 background.