COLOR #46581F

HEX: #46581F RGB: (70,88,31)

Color info

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

RGB color model

#46581F color RGB value is (70,88,31).

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

RGB channels and saturation

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

70
88
31

R + G + B ~ 25%. #46581F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 88 + 31 = 189 (100%)
R 70 of 189 ~ 37.04%
G 88 of 189 ~ 46.56%
B 31 of 189 ~ 16.4'%

%37.04
%46.56
%16.4

CMYK color model

#46581F color CMYK value is (20,0,65,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 64.77%
  • key color value is 65.49%

CMYK: (20,0,65,65)
C20M0Y65K65 (20%, 0%, 65%, 65%)
(0.20 / 0.00 / 0.65 / 0.65)

CMYK percentages

%20.45
%0
%64.77
%65.49

Codes

Color #46581F in popluar color models

46 58 1F
RGB 70 88 31
HSL 79° 47.90% 23.33%
HSB/HSV 79° 64.77% 34.51%
CMYK 20.45% 0.00% 64.77%
65.49%

Color #46581F in popluar number systems.

HEX 46 58 1F
Decimal 70 88 31
Binary 1000110 1011000 11111
Octal 106 130 37

Shades and tints

Shades of #46581F

#46581F
(70,88,31)
#40501D
(64,80,29)
#3A481B
(58,72,27)
#344019
(52,64,25)
#2E3817
(46,56,23)
#283015
(40,48,21)
#222813
(34,40,19)
#1C2011
(28,32,17)
#16180F
(22,24,15)
#10100D
(16,16,13)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #46581F

#46581F
(70,88,31)
#566733
(86,103,51)
#667647
(102,118,71)
#76855B
(118,133,91)
#86946F
(134,148,111)
#96A383
(150,163,131)
#A6B297
(166,178,151)
#B6C1AB
(182,193,171)
#C6D0BF
(198,208,191)
#D6DFD3
(214,223,211)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46581F color. Also use rgb(70,88,31) instead hex code.

Text Font Color

.myTextColor { color: #46581F; }

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

This text font color is #46581F.

Background Color

.myBgColor { background-color: #46581F; }

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

This div background color is #46581F.

Border color

.myBorderColor { border: 1px solid #46581F; }

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

This div border color is #46581F.

Opacity

.myOpacity80 { color: #46581F; opacity: 0.8; }

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

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

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

This text has shadow with #46581F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46581F.

Preview

Color preview on black background

This text has color #46581F on black background.


Color preview on white background

This text has color #46581F on white background.


Black color preview on #46581F background

This text has black color on #46581F background.


White color preview on #46581F background

This text has white color on #46581F background.


Related colors

Complementary color

Complementary color for #hex is #B9A7E0.


I love getcolorcode.com

Triadic colors

1 #1F4658 and #581F46 with #46581F are triadic colors.

2 #1F5846 and #58461F with #46581F are triadic colors.