COLOR #46877A

HEX: #46877A RGB: (70,135,122)

Color info

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

RGB color model

#46877A color RGB value is (70,135,122).

RGB: (70,135,122) (27%, 53%, 48%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 122 of 255 = 48%

70
135
122

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

Portions of RGB colors in percentages

R + G + B = 70 + 135 + 122 = 327 (100%)
R 70 of 327 ~ 21.41%
G 135 of 327 ~ 41.28%
B 122 of 327 ~ 37.31'%

%21.41
%41.28
%37.31

CMYK color model

#46877A color CMYK value is (48,0,10,47).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%

CMYK: (48,0,10,47)
C48M0Y10K47 (48%, 0%, 10%, 47%)
(0.48 / 0.00 / 0.10 / 0.47)

CMYK percentages

%48.15
%0
%9.63
%47.06

Codes

Color #46877A in popluar color models

46 87 7A
RGB 70 135 122
HSL 168° 31.71% 40.20%
HSB/HSV 168° 48.15% 52.94%
CMYK 48.15% 0.00% 9.63%
47.06%

Color #46877A in popluar number systems.

HEX 46 87 7A
Decimal 70 135 122
Binary 1000110 10000111 1111010
Octal 106 207 172

Shades and tints

Shades of #46877A

#46877A
(70,135,122)
#407B6F
(64,123,111)
#3A6F64
(58,111,100)
#346359
(52,99,89)
#2E574E
(46,87,78)
#284B43
(40,75,67)
#223F38
(34,63,56)
#1C332D
(28,51,45)
#162722
(22,39,34)
#101B17
(16,27,23)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #46877A

#46877A
(70,135,122)
#569186
(86,145,134)
#669B92
(102,155,146)
#76A59E
(118,165,158)
#86AFAA
(134,175,170)
#96B9B6
(150,185,182)
#A6C3C2
(166,195,194)
#B6CDCE
(182,205,206)
#C6D7DA
(198,215,218)
#D6E1E6
(214,225,230)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46877A color. Also use rgb(70,135,122) instead hex code.

Text Font Color

.myTextColor { color: #46877A; }

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

This text font color is #46877A.

Background Color

.myBgColor { background-color: #46877A; }

<div style="background-color:#46877A">Inner text</div>

This div background color is #46877A.

Border color

.myBorderColor { border: 1px solid #46877A; }

<div style="border:3px solid #46877A">Div</div>

This div border color is #46877A.

Opacity

.myOpacity80 { color: #46877A; opacity: 0.8; }

<p style="color:#46877A;opacity:0.8;">80%</p>

Text with #46877A 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 #46877A;}

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

This text has shadow with #46877A color.


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

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

This text has shadow with #46877A primary color and red secondary color.


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

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

This text has shadow with #46877A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46877A.

Preview

Color preview on black background

This text has color #46877A on black background.


Color preview on white background

This text has color #46877A on white background.


Black color preview on #46877A background

This text has black color on #46877A background.


White color preview on #46877A background

This text has white color on #46877A background.


Related colors

Complementary color

Complementary color for #hex is #B97885.


I love getcolorcode.com

Triadic colors

1 #7A4687 and #877A46 with #46877A are triadic colors.

2 #7A8746 and #87467A with #46877A are triadic colors.