COLOR #46805F

HEX: #46805F RGB: (70,128,95)

Color info

#46805F contains red, green and blue colors in about the same proportion. Web safe color of #46805F is #336666 (or #366).

RGB color model

#46805F color RGB value is (70,128,95).

RGB: (70,128,95) (27%, 50%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 95 of 255 = 37%

70
128
95

R + G + B ~ 38%. #46805F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 128 + 95 = 293 (100%)
R 70 of 293 ~ 23.89%
G 128 of 293 ~ 43.69%
B 95 of 293 ~ 32.42'%

%23.89
%43.69
%32.42

CMYK color model

#46805F color CMYK value is (45,0,26,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%

CMYK: (45,0,26,50)
C45M0Y26K50 (45%, 0%, 26%, 50%)
(0.45 / 0.00 / 0.26 / 0.50)

CMYK percentages

%45.31
%0
%25.78
%49.8

Codes

Color #46805F in popluar color models

46 80 5F
RGB 70 128 95
HSL 146° 29.29% 38.82%
HSB/HSV 146° 45.31% 50.20%
CMYK 45.31% 0.00% 25.78%
49.80%

Color #46805F in popluar number systems.

HEX 46 80 5F
Decimal 70 128 95
Binary 1000110 10000000 1011111
Octal 106 200 137

Shades and tints

Shades of #46805F

#46805F
(70,128,95)
#407557
(64,117,87)
#3A6A4F
(58,106,79)
#345F47
(52,95,71)
#2E543F
(46,84,63)
#284937
(40,73,55)
#223E2F
(34,62,47)
#1C3327
(28,51,39)
#16281F
(22,40,31)
#101D17
(16,29,23)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #46805F

#46805F
(70,128,95)
#568B6D
(86,139,109)
#66967B
(102,150,123)
#76A189
(118,161,137)
#86AC97
(134,172,151)
#96B7A5
(150,183,165)
#A6C2B3
(166,194,179)
#B6CDC1
(182,205,193)
#C6D8CF
(198,216,207)
#D6E3DD
(214,227,221)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46805F; }

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

This text font color is #46805F.

Background Color

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

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

This div background color is #46805F.

Border color

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

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

This div border color is #46805F.

Opacity

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

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

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

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

This text has shadow with #46805F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46805F.

Preview

Color preview on black background

This text has color #46805F on black background.


Color preview on white background

This text has color #46805F on white background.


Black color preview on #46805F background

This text has black color on #46805F background.


White color preview on #46805F background

This text has white color on #46805F background.


Related colors

Complementary color

Complementary color for #hex is #B97FA0.


I love getcolorcode.com

Triadic colors

1 #5F4680 and #805F46 with #46805F are triadic colors.

2 #5F8046 and #80465F with #46805F are triadic colors.