COLOR #465434

HEX: #465434
RGB: (70,84,52)

Color info

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

RGB color model

#465434 color RGB value is (70,84,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 52 of 255 = 20%

70
84
52

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

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 52 = 206 (100%)
R 70 of 206 ~ 33.98%
G 84 of 206 ~ 40.78%
B 52 of 206 ~ 25.24%

%33.98
%40.78
%25.24

CMYK color model

#465434 color CMYK value is (17,0,38,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 67.06%
CMYK:
(17,0,38,67)
C17M0Y38K67 
(17%,0%,38%,67%)
(0.17/0.00/0.38/0.67)	

CMYK percentages

%16.67
%0
%38.1
%67.06

Codes

Color #465434 in popluar color models

465434
RGB708452
HSL86°23.53%26.67%
HSB/HSV86°38.10%32.94%
CMYK16.67%0.00%38.10%
67.06%

Color #465434 in popluar number systems.

HEX465434
Decimal708452
Binary10001101010100110100
Octal10612464

Shades and tints

Shades of #465434

#465434
(70,84,52)
#404D30
(64,77,48)
#3A462C
(58,70,44)
#343F28
(52,63,40)
#2E3824
(46,56,36)
#283120
(40,49,32)
#222A1C
(34,42,28)
#1C2318
(28,35,24)
#161C14
(22,28,20)
#101510
(16,21,16)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #465434

#465434
(70,84,52)
#566346
(86,99,70)
#667258
(102,114,88)
#76816A
(118,129,106)
#86907C
(134,144,124)
#969F8E
(150,159,142)
#A6AEA0
(166,174,160)
#B6BDB2
(182,189,178)
#C6CCC4
(198,204,196)
#D6DBD6
(214,219,214)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465434; }

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

This text font color is #465434.


Background Color

.myBgColor { background-color: #465434; }

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

This div background color is #465434.


Border color

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

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

This div border color is #465434.


Opacity

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

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

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

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

This text has shadow with #465434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465434 on black background.


Color preview on white background

This text has color #465434 on white background.



Black color preview on #465434 background

This text has black color on #465434 background.


White color preview on #465434 background

This text has white color on #465434 background.