COLOR #465F2D

HEX: #465F2D
RGB: (70,95,45)

Color info

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

RGB color model

#465F2D color RGB value is (70,95,45).

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

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 45 of 255 = 18%

70
95
45

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

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 45 = 210 (100%)
R 70 of 210 ~ 33.33%
G 95 of 210 ~ 45.24%
B 45 of 210 ~ 21.43%

%33.33
%45.24
%21.43

CMYK color model

#465F2D color CMYK value is (26,0,53,63).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 62.75%
CMYK:
(26,0,53,63)
C26M0Y53K63 
(26%,0%,53%,63%)
(0.26/0.00/0.53/0.63)	

CMYK percentages

%26.32
%0
%52.63
%62.75

Codes

Color #465F2D in popluar color models

465F2D
RGB709545
HSL90°35.71%27.45%
HSB/HSV90°52.63%37.25%
CMYK26.32%0.00%52.63%
62.75%

Color #465F2D in popluar number systems.

HEX465F2D
Decimal709545
Binary10001101011111101101
Octal10613755

Shades and tints

Shades of #465F2D

#465F2D
(70,95,45)
#405729
(64,87,41)
#3A4F25
(58,79,37)
#344721
(52,71,33)
#2E3F1D
(46,63,29)
#283719
(40,55,25)
#222F15
(34,47,21)
#1C2711
(28,39,17)
#161F0D
(22,31,13)
#101709
(16,23,9)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #465F2D

#465F2D
(70,95,45)
#566D40
(86,109,64)
#667B53
(102,123,83)
#768966
(118,137,102)
#869779
(134,151,121)
#96A58C
(150,165,140)
#A6B39F
(166,179,159)
#B6C1B2
(182,193,178)
#C6CFC5
(198,207,197)
#D6DDD8
(214,221,216)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F2D; }

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

This text font color is #465F2D.


Background Color

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

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

This div background color is #465F2D.


Border color

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

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

This div border color is #465F2D.


Opacity

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

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

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

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

This text has shadow with #465F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F2D on black background.


Color preview on white background

This text has color #465F2D on white background.



Black color preview on #465F2D background

This text has black color on #465F2D background.


White color preview on #465F2D background

This text has white color on #465F2D background.