COLOR #46887D

HEX: #46887D RGB: (70,136,125)

Color info

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

RGB color model

#46887D color RGB value is (70,136,125).

RGB: (70,136,125) (27%, 53%, 49%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 125 of 255 = 49%

70
136
125

R + G + B ~ 43%. #46887D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 136 + 125 = 331 (100%)
R 70 of 331 ~ 21.15%
G 136 of 331 ~ 41.09%
B 125 of 331 ~ 37.76'%

%21.15
%41.09
%37.76

CMYK color model

#46887D color CMYK value is (49,0,8,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 8.09%
  • key color value is 46.67%

CMYK: (49,0,8,47)
C49M0Y8K47 (49%, 0%, 8%, 47%)
(0.49 / 0.00 / 0.08 / 0.47)

CMYK percentages

%48.53
%0
%8.09
%46.67

Codes

Color #46887D in popluar color models

46 88 7D
RGB 70 136 125
HSL 170° 32.04% 40.39%
HSB/HSV 170° 48.53% 53.33%
CMYK 48.53% 0.00% 8.09%
46.67%

Color #46887D in popluar number systems.

HEX 46 88 7D
Decimal 70 136 125
Binary 1000110 10001000 1111101
Octal 106 210 175

Shades and tints

Shades of #46887D

#46887D
(70,136,125)
#407C72
(64,124,114)
#3A7067
(58,112,103)
#34645C
(52,100,92)
#2E5851
(46,88,81)
#284C46
(40,76,70)
#22403B
(34,64,59)
#1C3430
(28,52,48)
#162825
(22,40,37)
#101C1A
(16,28,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #46887D

#46887D
(70,136,125)
#569288
(86,146,136)
#669C93
(102,156,147)
#76A69E
(118,166,158)
#86B0A9
(134,176,169)
#96BAB4
(150,186,180)
#A6C4BF
(166,196,191)
#B6CECA
(182,206,202)
#C6D8D5
(198,216,213)
#D6E2E0
(214,226,224)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46887D color. Also use rgb(70,136,125) instead hex code.

Text Font Color

.myTextColor { color: #46887D; }

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

This text font color is #46887D.

Background Color

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

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

This div background color is #46887D.

Border color

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

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

This div border color is #46887D.

Opacity

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

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

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

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

This text has shadow with #46887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46887D.

Preview

Color preview on black background

This text has color #46887D on black background.


Color preview on white background

This text has color #46887D on white background.


Black color preview on #46887D background

This text has black color on #46887D background.


White color preview on #46887D background

This text has white color on #46887D background.


Related colors

Complementary color

Complementary color for #hex is #B97782.


I love getcolorcode.com

Triadic colors

1 #7D4688 and #887D46 with #46887D are triadic colors.

2 #7D8846 and #88467D with #46887D are triadic colors.