COLOR #46885C

HEX: #46885C
RGB: (70,136,92)

Color info

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

RGB color model

#46885C color RGB value is (70,136,92).

  • red value is 70;
  • green value is 136;
  • blue value is 92.
RGB:
(70,136,92)
(27%,53%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 92 of 255 = 36%

70
136
92

R + G + B ~ 39%. #46885C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 92 = 298 (100%)
R 70 of 298 ~ 23.49%
G 136 of 298 ~ 45.64%
B 92 of 298 ~ 30.87%

%23.49
%45.64
%30.87

CMYK color model

#46885C color CMYK value is (49,0,32,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(49,0,32,47)
C49M0Y32K47 
(49%,0%,32%,47%)
(0.49/0.00/0.32/0.47)	

CMYK percentages

%48.53
%0
%32.35
%46.67

Codes

Color #46885C in popluar color models

46885C
RGB7013692
HSL140°32.04%40.39%
HSB/HSV140°48.53%53.33%
CMYK48.53%0.00%32.35%
46.67%

Color #46885C in popluar number systems.

HEX46885C
Decimal7013692
Binary1000110100010001011100
Octal106210134

Shades and tints

Shades of #46885C

#46885C
(70,136,92)
#407C54
(64,124,84)
#3A704C
(58,112,76)
#346444
(52,100,68)
#2E583C
(46,88,60)
#284C34
(40,76,52)
#22402C
(34,64,44)
#1C3424
(28,52,36)
#16281C
(22,40,28)
#101C14
(16,28,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #46885C

#46885C
(70,136,92)
#56926A
(86,146,106)
#669C78
(102,156,120)
#76A686
(118,166,134)
#86B094
(134,176,148)
#96BAA2
(150,186,162)
#A6C4B0
(166,196,176)
#B6CEBE
(182,206,190)
#C6D8CC
(198,216,204)
#D6E2DA
(214,226,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46885C color. Also use rgb(70,136,92) instead hex code.

Text Font Color

.myTextColor { color: #46885C; }

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

This text font color is #46885C.


Background Color

.myBgColor { background-color: #46885C; }

<div style="background-color:#46885C">Inner text</div>

This div background color is #46885C.


Border color

.myBorderColor { border: 1px solid #46885C; }

<div style="border:3px solid #46885C">Div</div>

This div border color is #46885C.


Opacity

.myOpacity80 { color: #46885C; opacity: 0.8; }

<p style="color:#46885C;opacity:0.8;">80%</p>

Text with #46885C 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 #46885C;}

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

This text has shadow with #46885C color.

.textShadow {text-shadow: 3px 3px 1px #46885C, 3px 3px 1px red;}

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

This text has shadow with #46885C primary color and red secondary color.


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

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

This text has shadow with #46885C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46885C on black background.


Color preview on white background

This text has color #46885C on white background.



Black color preview on #46885C background

This text has black color on #46885C background.


White color preview on #46885C background

This text has white color on #46885C background.