COLOR #46845F

HEX: #46845F RGB: (70,132,95)

Color info

#46845F contains mainly green and blue colors. Web safe color of #46845F is #339966 (or #396).

RGB color model

#46845F color RGB value is (70,132,95).

RGB: (70,132,95) (27%, 52%, 37%)

RGB channels and saturation

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

70
132
95

R + G + B ~ 39%. #46845F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 132 + 95 = 297 (100%)
R 70 of 297 ~ 23.57%
G 132 of 297 ~ 44.44%
B 95 of 297 ~ 31.99'%

%23.57
%44.44
%31.99

CMYK color model

#46845F color CMYK value is (47,0,28,48).

  • cyan value is 46.97%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 48.24%

CMYK: (47,0,28,48)
C47M0Y28K48 (47%, 0%, 28%, 48%)
(0.47 / 0.00 / 0.28 / 0.48)

CMYK percentages

%46.97
%0
%28.03
%48.24

Codes

Color #46845F in popluar color models

46 84 5F
RGB 70 132 95
HSL 144° 30.69% 39.61%
HSB/HSV 144° 46.97% 51.76%
CMYK 46.97% 0.00% 28.03%
48.24%

Color #46845F in popluar number systems.

HEX 46 84 5F
Decimal 70 132 95
Binary 1000110 10000100 1011111
Octal 106 204 137

Shades and tints

Shades of #46845F

#46845F
(70,132,95)
#407857
(64,120,87)
#3A6C4F
(58,108,79)
#346047
(52,96,71)
#2E543F
(46,84,63)
#284837
(40,72,55)
#223C2F
(34,60,47)
#1C3027
(28,48,39)
#16241F
(22,36,31)
#101817
(16,24,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #46845F

#46845F
(70,132,95)
#568F6D
(86,143,109)
#669A7B
(102,154,123)
#76A589
(118,165,137)
#86B097
(134,176,151)
#96BBA5
(150,187,165)
#A6C6B3
(166,198,179)
#B6D1C1
(182,209,193)
#C6DCCF
(198,220,207)
#D6E7DD
(214,231,221)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46845F color. Also use rgb(70,132,95) instead hex code.

Text Font Color

.myTextColor { color: #46845F; }

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

This text font color is #46845F.

Background Color

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

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

This div background color is #46845F.

Border color

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

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

This div border color is #46845F.

Opacity

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

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

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

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

This text has shadow with #46845F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46845F.

Preview

Color preview on black background

This text has color #46845F on black background.


Color preview on white background

This text has color #46845F on white background.


Black color preview on #46845F background

This text has black color on #46845F background.


White color preview on #46845F background

This text has white color on #46845F background.


Related colors

Complementary color

Complementary color for #hex is #B97BA0.


I love getcolorcode.com

Triadic colors

1 #5F4684 and #845F46 with #46845F are triadic colors.

2 #5F8446 and #84465F with #46845F are triadic colors.