COLOR #465F1A

HEX: #465F1A
RGB: (70,95,26)

Color info

#465F1A contains mainly red and green colors. Web safe color of #465F1A is #336600 (or #360).

RGB color model

#465F1A color RGB value is (70,95,26).

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

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 26 of 255 = 10%

70
95
26

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

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 26 = 191 (100%)
R 70 of 191 ~ 36.65%
G 95 of 191 ~ 49.74%
B 26 of 191 ~ 13.61%

%36.65
%49.74
%13.61

CMYK color model

#465F1A color CMYK value is (26,0,73,63).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 72.63%
  • key color value is 62.75%
CMYK:
(26,0,73,63)
C26M0Y73K63 
(26%,0%,73%,63%)
(0.26/0.00/0.73/0.63)	

CMYK percentages

%26.32
%0
%72.63
%62.75

Codes

Color #465F1A in popluar color models

465F1A
RGB709526
HSL82°57.02%23.73%
HSB/HSV82°72.63%37.25%
CMYK26.32%0.00%72.63%
62.75%

Color #465F1A in popluar number systems.

HEX465F1A
Decimal709526
Binary1000110101111111010
Octal10613732

Shades and tints

Shades of #465F1A

#465F1A
(70,95,26)
#405718
(64,87,24)
#3A4F16
(58,79,22)
#344714
(52,71,20)
#2E3F12
(46,63,18)
#283710
(40,55,16)
#222F0E
(34,47,14)
#1C270C
(28,39,12)
#161F0A
(22,31,10)
#101708
(16,23,8)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #465F1A

#465F1A
(70,95,26)
#566D2E
(86,109,46)
#667B42
(102,123,66)
#768956
(118,137,86)
#86976A
(134,151,106)
#96A57E
(150,165,126)
#A6B392
(166,179,146)
#B6C1A6
(182,193,166)
#C6CFBA
(198,207,186)
#D6DDCE
(214,221,206)
#E6EBE2
(230,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F1A; }

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

This text font color is #465F1A.


Background Color

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

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

This div background color is #465F1A.


Border color

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

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

This div border color is #465F1A.


Opacity

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

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

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

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

This text has shadow with #465F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F1A on black background.


Color preview on white background

This text has color #465F1A on white background.



Black color preview on #465F1A background

This text has black color on #465F1A background.


White color preview on #465F1A background

This text has white color on #465F1A background.