COLOR #465239

HEX: #465239
RGB: (70,82,57)

Color info

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

RGB color model

#465239 color RGB value is (70,82,57).

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

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 57 of 255 = 22%

70
82
57

R + G + B ~ 27%. #465239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 57 = 209 (100%)
R 70 of 209 ~ 33.49%
G 82 of 209 ~ 39.23%
B 57 of 209 ~ 27.27%

%33.49
%39.23
%27.27

CMYK color model

#465239 color CMYK value is (15,0,30,68).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(15,0,30,68)
C15M0Y30K68 
(15%,0%,30%,68%)
(0.15/0.00/0.30/0.68)	

CMYK percentages

%14.63
%0
%30.49
%67.84

Codes

Color #465239 in popluar color models

465239
RGB708257
HSL89°17.99%27.25%
HSB/HSV89°30.49%32.16%
CMYK14.63%0.00%30.49%
67.84%

Color #465239 in popluar number systems.

HEX465239
Decimal708257
Binary10001101010010111001
Octal10612271

Shades and tints

Shades of #465239

#465239
(70,82,57)
#404B34
(64,75,52)
#3A442F
(58,68,47)
#343D2A
(52,61,42)
#2E3625
(46,54,37)
#282F20
(40,47,32)
#22281B
(34,40,27)
#1C2116
(28,33,22)
#161A11
(22,26,17)
#10130C
(16,19,12)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #465239

#465239
(70,82,57)
#56614B
(86,97,75)
#66705D
(102,112,93)
#767F6F
(118,127,111)
#868E81
(134,142,129)
#969D93
(150,157,147)
#A6ACA5
(166,172,165)
#B6BBB7
(182,187,183)
#C6CAC9
(198,202,201)
#D6D9DB
(214,217,219)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465239; }

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

This text font color is #465239.


Background Color

.myBgColor { background-color: #465239; }

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

This div background color is #465239.


Border color

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

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

This div border color is #465239.


Opacity

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

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

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

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

This text has shadow with #465239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465239 on black background.


Color preview on white background

This text has color #465239 on white background.



Black color preview on #465239 background

This text has black color on #465239 background.


White color preview on #465239 background

This text has white color on #465239 background.