COLOR #465423

HEX: #465423
RGB: (70,84,35)

Color info

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

RGB color model

#465423 color RGB value is (70,84,35).

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

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 35 of 255 = 14%

70
84
35

R + G + B ~ 25%. #465423 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 35 = 189 (100%)
R 70 of 189 ~ 37.04%
G 84 of 189 ~ 44.44%
B 35 of 189 ~ 18.52%

%37.04
%44.44
%18.52

CMYK color model

#465423 color CMYK value is (17,0,58,67).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 67.06%
CMYK:
(17,0,58,67)
C17M0Y58K67 
(17%,0%,58%,67%)
(0.17/0.00/0.58/0.67)	

CMYK percentages

%16.67
%0
%58.33
%67.06

Codes

Color #465423 in popluar color models

465423
RGB708435
HSL77°41.18%23.33%
HSB/HSV77°58.33%32.94%
CMYK16.67%0.00%58.33%
67.06%

Color #465423 in popluar number systems.

HEX465423
Decimal708435
Binary10001101010100100011
Octal10612443

Shades and tints

Shades of #465423

#465423
(70,84,35)
#404D20
(64,77,32)
#3A461D
(58,70,29)
#343F1A
(52,63,26)
#2E3817
(46,56,23)
#283114
(40,49,20)
#222A11
(34,42,17)
#1C230E
(28,35,14)
#161C0B
(22,28,11)
#101508
(16,21,8)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #465423

#465423
(70,84,35)
#566337
(86,99,55)
#66724B
(102,114,75)
#76815F
(118,129,95)
#869073
(134,144,115)
#969F87
(150,159,135)
#A6AE9B
(166,174,155)
#B6BDAF
(182,189,175)
#C6CCC3
(198,204,195)
#D6DBD7
(214,219,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465423; }

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

This text font color is #465423.


Background Color

.myBgColor { background-color: #465423; }

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

This div background color is #465423.


Border color

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

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

This div border color is #465423.


Opacity

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

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

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

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

This text has shadow with #465423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465423 on black background.


Color preview on white background

This text has color #465423 on white background.



Black color preview on #465423 background

This text has black color on #465423 background.


White color preview on #465423 background

This text has white color on #465423 background.