COLOR #46765E

HEX: #46765E
RGB: (70,118,94)

Color info

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

RGB color model

#46765E color RGB value is (70,118,94).

  • red value is 70;
  • green value is 118;
  • blue value is 94.
RGB:
(70,118,94)
(27%,46%,37%)

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 94 of 255 = 37%

70
118
94

R + G + B ~ 37%. #46765E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 94 = 282 (100%)
R 70 of 282 ~ 24.82%
G 118 of 282 ~ 41.84%
B 94 of 282 ~ 33.33%

%24.82
%41.84
%33.33

CMYK color model

#46765E color CMYK value is (41,0,20,54).

  • cyan value is 40.68%
  • magenta value is 0.00%
  • yellow value is 20.34%
  • key color value is 53.73%
CMYK:
(41,0,20,54)
C41M0Y20K54 
(41%,0%,20%,54%)
(0.41/0.00/0.20/0.54)	

CMYK percentages

%40.68
%0
%20.34
%53.73

Codes

Color #46765E in popluar color models

46765E
RGB7011894
HSL150°25.53%36.86%
HSB/HSV150°40.68%46.27%
CMYK40.68%0.00%20.34%
53.73%

Color #46765E in popluar number systems.

HEX46765E
Decimal7011894
Binary100011011101101011110
Octal106166136

Shades and tints

Shades of #46765E

#46765E
(70,118,94)
#406C56
(64,108,86)
#3A624E
(58,98,78)
#345846
(52,88,70)
#2E4E3E
(46,78,62)
#284436
(40,68,54)
#223A2E
(34,58,46)
#1C3026
(28,48,38)
#16261E
(22,38,30)
#101C16
(16,28,22)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #46765E

#46765E
(70,118,94)
#56826C
(86,130,108)
#668E7A
(102,142,122)
#769A88
(118,154,136)
#86A696
(134,166,150)
#96B2A4
(150,178,164)
#A6BEB2
(166,190,178)
#B6CAC0
(182,202,192)
#C6D6CE
(198,214,206)
#D6E2DC
(214,226,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46765E color. Also use rgb(70,118,94) instead hex code.

Text Font Color

.myTextColor { color: #46765E; }

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

This text font color is #46765E.


Background Color

.myBgColor { background-color: #46765E; }

<div style="background-color:#46765E">Inner text</div>

This div background color is #46765E.


Border color

.myBorderColor { border: 1px solid #46765E; }

<div style="border:3px solid #46765E">Div</div>

This div border color is #46765E.


Opacity

.myOpacity80 { color: #46765E; opacity: 0.8; }

<p style="color:#46765E;opacity:0.8;">80%</p>

Text with #46765E 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 #46765E;}

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

This text has shadow with #46765E color.

.textShadow {text-shadow: 3px 3px 1px #46765E, 3px 3px 1px red;}

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

This text has shadow with #46765E primary color and red secondary color.


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

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

This text has shadow with #46765E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46765E on black background.


Color preview on white background

This text has color #46765E on white background.



Black color preview on #46765E background

This text has black color on #46765E background.


White color preview on #46765E background

This text has white color on #46765E background.