COLOR #46755D

HEX: #46755D
RGB: (70,117,93)

Color info

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

RGB color model

#46755D color RGB value is (70,117,93).

  • red value is 70;
  • green value is 117;
  • blue value is 93.
RGB:
(70,117,93)
(27%,46%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 93 of 255 = 36%

70
117
93

R + G + B ~ 36%. #46755D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 93 = 280 (100%)
R 70 of 280 ~ 25%
G 117 of 280 ~ 41.79%
B 93 of 280 ~ 33.21%

%25
%41.79
%33.21

CMYK color model

#46755D color CMYK value is (40,0,21,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 54.12%
CMYK:
(40,0,21,54)
C40M0Y21K54 
(40%,0%,21%,54%)
(0.40/0.00/0.21/0.54)	

CMYK percentages

%40.17
%0
%20.51
%54.12

Codes

Color #46755D in popluar color models

46755D
RGB7011793
HSL149°25.13%36.67%
HSB/HSV149°40.17%45.88%
CMYK40.17%0.00%20.51%
54.12%

Color #46755D in popluar number systems.

HEX46755D
Decimal7011793
Binary100011011101011011101
Octal106165135

Shades and tints

Shades of #46755D

#46755D
(70,117,93)
#406B55
(64,107,85)
#3A614D
(58,97,77)
#345745
(52,87,69)
#2E4D3D
(46,77,61)
#284335
(40,67,53)
#22392D
(34,57,45)
#1C2F25
(28,47,37)
#16251D
(22,37,29)
#101B15
(16,27,21)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #46755D

#46755D
(70,117,93)
#56816B
(86,129,107)
#668D79
(102,141,121)
#769987
(118,153,135)
#86A595
(134,165,149)
#96B1A3
(150,177,163)
#A6BDB1
(166,189,177)
#B6C9BF
(182,201,191)
#C6D5CD
(198,213,205)
#D6E1DB
(214,225,219)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46755D color. Also use rgb(70,117,93) instead hex code.

Text Font Color

.myTextColor { color: #46755D; }

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

This text font color is #46755D.


Background Color

.myBgColor { background-color: #46755D; }

<div style="background-color:#46755D">Inner text</div>

This div background color is #46755D.


Border color

.myBorderColor { border: 1px solid #46755D; }

<div style="border:3px solid #46755D">Div</div>

This div border color is #46755D.


Opacity

.myOpacity80 { color: #46755D; opacity: 0.8; }

<p style="color:#46755D;opacity:0.8;">80%</p>

Text with #46755D 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 #46755D;}

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

This text has shadow with #46755D color.

.textShadow {text-shadow: 3px 3px 1px #46755D, 3px 3px 1px red;}

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

This text has shadow with #46755D primary color and red secondary color.


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

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

This text has shadow with #46755D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46755D on black background.


Color preview on white background

This text has color #46755D on white background.



Black color preview on #46755D background

This text has black color on #46755D background.


White color preview on #46755D background

This text has white color on #46755D background.