COLOR #465629

HEX: #465629
RGB: (70,86,41)

Color info

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

RGB color model

#465629 color RGB value is (70,86,41).

  • red value is 70;
  • green value is 86;
  • blue value is 41.
RGB:
(70,86,41)
(27%,34%,16%)

RGB channels and saturation

R 70 of 255 = 27%
G 86 of 255 = 34%
B 41 of 255 = 16%

70
86
41

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

Portions of RGB colors in percentages

R + G + B =
70 + 86 + 41 = 197 (100%)
R 70 of 197 ~ 35.53%
G 86 of 197 ~ 43.65%
B 41 of 197 ~ 20.81%

%35.53
%43.65
%20.81

CMYK color model

#465629 color CMYK value is (19,0,52,66).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 66.27%
CMYK:
(19,0,52,66)
C19M0Y52K66 
(19%,0%,52%,66%)
(0.19/0.00/0.52/0.66)	

CMYK percentages

%18.6
%0
%52.33
%66.27

Codes

Color #465629 in popluar color models

465629
RGB708641
HSL81°35.43%24.90%
HSB/HSV81°52.33%33.73%
CMYK18.60%0.00%52.33%
66.27%

Color #465629 in popluar number systems.

HEX465629
Decimal708641
Binary10001101010110101001
Octal10612651

Shades and tints

Shades of #465629

#465629
(70,86,41)
#404F26
(64,79,38)
#3A4823
(58,72,35)
#344120
(52,65,32)
#2E3A1D
(46,58,29)
#28331A
(40,51,26)
#222C17
(34,44,23)
#1C2514
(28,37,20)
#161E11
(22,30,17)
#10170E
(16,23,14)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #465629

#465629
(70,86,41)
#56653C
(86,101,60)
#66744F
(102,116,79)
#768362
(118,131,98)
#869275
(134,146,117)
#96A188
(150,161,136)
#A6B09B
(166,176,155)
#B6BFAE
(182,191,174)
#C6CEC1
(198,206,193)
#D6DDD4
(214,221,212)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465629 color. Also use rgb(70,86,41) instead hex code.

Text Font Color

.myTextColor { color: #465629; }

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

This text font color is #465629.


Background Color

.myBgColor { background-color: #465629; }

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

This div background color is #465629.


Border color

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

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

This div border color is #465629.


Opacity

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

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

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

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

This text has shadow with #465629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465629 on black background.


Color preview on white background

This text has color #465629 on white background.



Black color preview on #465629 background

This text has black color on #465629 background.


White color preview on #465629 background

This text has white color on #465629 background.