COLOR #465A1F

HEX: #465A1F RGB: (70,90,31)

Color info

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

RGB color model

#465A1F color RGB value is (70,90,31).

RGB: (70,90,31) (27%, 35%, 12%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 31 of 255 = 12%

70
90
31

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

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 31 = 191 (100%)
R 70 of 191 ~ 36.65%
G 90 of 191 ~ 47.12%
B 31 of 191 ~ 16.23'%

%36.65
%47.12
%16.23

CMYK color model

#465A1F color CMYK value is (22,0,66,65).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 65.56%
  • key color value is 64.71%

CMYK: (22,0,66,65)
C22M0Y66K65 (22%, 0%, 66%, 65%)
(0.22 / 0.00 / 0.66 / 0.65)

CMYK percentages

%22.22
%0
%65.56
%64.71

Codes

Color #465A1F in popluar color models

46 5A 1F
RGB 70 90 31
HSL 80° 48.76% 23.73%
HSB/HSV 80° 65.56% 35.29%
CMYK 22.22% 0.00% 65.56%
64.71%

Color #465A1F in popluar number systems.

HEX 46 5A 1F
Decimal 70 90 31
Binary 1000110 1011010 11111
Octal 106 132 37

Shades and tints

Shades of #465A1F

#465A1F
(70,90,31)
#40521D
(64,82,29)
#3A4A1B
(58,74,27)
#344219
(52,66,25)
#2E3A17
(46,58,23)
#283215
(40,50,21)
#222A13
(34,42,19)
#1C2211
(28,34,17)
#161A0F
(22,26,15)
#10120D
(16,18,13)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #465A1F

#465A1F
(70,90,31)
#566933
(86,105,51)
#667847
(102,120,71)
#76875B
(118,135,91)
#86966F
(134,150,111)
#96A583
(150,165,131)
#A6B497
(166,180,151)
#B6C3AB
(182,195,171)
#C6D2BF
(198,210,191)
#D6E1D3
(214,225,211)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A1F color. Also use rgb(70,90,31) instead hex code.

Text Font Color

.myTextColor { color: #465A1F; }

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

This text font color is #465A1F.

Background Color

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

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

This div background color is #465A1F.

Border color

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

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

This div border color is #465A1F.

Opacity

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

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

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

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

This text has shadow with #465A1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A1F.

Preview

Color preview on black background

This text has color #465A1F on black background.


Color preview on white background

This text has color #465A1F on white background.


Black color preview on #465A1F background

This text has black color on #465A1F background.


White color preview on #465A1F background

This text has white color on #465A1F background.


Related colors

Complementary color

Complementary color for #hex is #B9A5E0.


I love getcolorcode.com

Triadic colors

1 #1F465A and #5A1F46 with #465A1F are triadic colors.

2 #1F5A46 and #5A461F with #465A1F are triadic colors.