COLOR #465F34

HEX: #465F34
RGB: (70,95,52)

Color info

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

RGB color model

#465F34 color RGB value is (70,95,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 52 of 255 = 20%

70
95
52

R + G + B ~ 28%. #465F34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 52 = 217 (100%)
R 70 of 217 ~ 32.26%
G 95 of 217 ~ 43.78%
B 52 of 217 ~ 23.96%

%32.26
%43.78
%23.96

CMYK color model

#465F34 color CMYK value is (26,0,45,63).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 45.26%
  • key color value is 62.75%
CMYK:
(26,0,45,63)
C26M0Y45K63 
(26%,0%,45%,63%)
(0.26/0.00/0.45/0.63)	

CMYK percentages

%26.32
%0
%45.26
%62.75

Codes

Color #465F34 in popluar color models

465F34
RGB709552
HSL95°29.25%28.82%
HSB/HSV95°45.26%37.25%
CMYK26.32%0.00%45.26%
62.75%

Color #465F34 in popluar number systems.

HEX465F34
Decimal709552
Binary10001101011111110100
Octal10613764

Shades and tints

Shades of #465F34

#465F34
(70,95,52)
#405730
(64,87,48)
#3A4F2C
(58,79,44)
#344728
(52,71,40)
#2E3F24
(46,63,36)
#283720
(40,55,32)
#222F1C
(34,47,28)
#1C2718
(28,39,24)
#161F14
(22,31,20)
#101710
(16,23,16)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #465F34

#465F34
(70,95,52)
#566D46
(86,109,70)
#667B58
(102,123,88)
#76896A
(118,137,106)
#86977C
(134,151,124)
#96A58E
(150,165,142)
#A6B3A0
(166,179,160)
#B6C1B2
(182,193,178)
#C6CFC4
(198,207,196)
#D6DDD6
(214,221,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F34; }

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

This text font color is #465F34.


Background Color

.myBgColor { background-color: #465F34; }

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

This div background color is #465F34.


Border color

.myBorderColor { border: 1px solid #465F34; }

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

This div border color is #465F34.


Opacity

.myOpacity80 { color: #465F34; opacity: 0.8; }

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

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

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

This text has shadow with #465F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F34 on black background.


Color preview on white background

This text has color #465F34 on white background.



Black color preview on #465F34 background

This text has black color on #465F34 background.


White color preview on #465F34 background

This text has white color on #465F34 background.