COLOR #465431

HEX: #465431
RGB: (70,84,49)

Color info

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

RGB color model

#465431 color RGB value is (70,84,49).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 49 of 255 = 19%

70
84
49

R + G + B ~ 26%. #465431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 49 = 203 (100%)
R 70 of 203 ~ 34.48%
G 84 of 203 ~ 41.38%
B 49 of 203 ~ 24.14%

%34.48
%41.38
%24.14

CMYK color model

#465431 color CMYK value is (17,0,42,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 67.06%
CMYK:
(17,0,42,67)
C17M0Y42K67 
(17%,0%,42%,67%)
(0.17/0.00/0.42/0.67)	

CMYK percentages

%16.67
%0
%41.67
%67.06

Codes

Color #465431 in popluar color models

465431
RGB708449
HSL84°26.32%26.08%
HSB/HSV84°41.67%32.94%
CMYK16.67%0.00%41.67%
67.06%

Color #465431 in popluar number systems.

HEX465431
Decimal708449
Binary10001101010100110001
Octal10612461

Shades and tints

Shades of #465431

#465431
(70,84,49)
#404D2D
(64,77,45)
#3A4629
(58,70,41)
#343F25
(52,63,37)
#2E3821
(46,56,33)
#28311D
(40,49,29)
#222A19
(34,42,25)
#1C2315
(28,35,21)
#161C11
(22,28,17)
#10150D
(16,21,13)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #465431

#465431
(70,84,49)
#566343
(86,99,67)
#667255
(102,114,85)
#768167
(118,129,103)
#869079
(134,144,121)
#969F8B
(150,159,139)
#A6AE9D
(166,174,157)
#B6BDAF
(182,189,175)
#C6CCC1
(198,204,193)
#D6DBD3
(214,219,211)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465431; }

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

This text font color is #465431.


Background Color

.myBgColor { background-color: #465431; }

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

This div background color is #465431.


Border color

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

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

This div border color is #465431.


Opacity

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

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

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

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

This text has shadow with #465431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465431 on black background.


Color preview on white background

This text has color #465431 on white background.



Black color preview on #465431 background

This text has black color on #465431 background.


White color preview on #465431 background

This text has white color on #465431 background.