COLOR #46826F

HEX: #46826F RGB: (70,130,111)

Color info

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

RGB color model

#46826F color RGB value is (70,130,111).

RGB: (70,130,111) (27%, 51%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 130 of 255 = 51%
B 111 of 255 = 44%

70
130
111

R + G + B ~ 41%. #46826F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 130 + 111 = 311 (100%)
R 70 of 311 ~ 22.51%
G 130 of 311 ~ 41.8%
B 111 of 311 ~ 35.69'%

%22.51
%41.8
%35.69

CMYK color model

#46826F color CMYK value is (46,0,15,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (46,0,15,49)
C46M0Y15K49 (46%, 0%, 15%, 49%)
(0.46 / 0.00 / 0.15 / 0.49)

CMYK percentages

%46.15
%0
%14.62
%49.02

Codes

Color #46826F in popluar color models

46 82 6F
RGB 70 130 111
HSL 161° 30.00% 39.22%
HSB/HSV 161° 46.15% 50.98%
CMYK 46.15% 0.00% 14.62%
49.02%

Color #46826F in popluar number systems.

HEX 46 82 6F
Decimal 70 130 111
Binary 1000110 10000010 1101111
Octal 106 202 157

Shades and tints

Shades of #46826F

#46826F
(70,130,111)
#407765
(64,119,101)
#3A6C5B
(58,108,91)
#346151
(52,97,81)
#2E5647
(46,86,71)
#284B3D
(40,75,61)
#224033
(34,64,51)
#1C3529
(28,53,41)
#162A1F
(22,42,31)
#101F15
(16,31,21)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #46826F

#46826F
(70,130,111)
#568D7C
(86,141,124)
#669889
(102,152,137)
#76A396
(118,163,150)
#86AEA3
(134,174,163)
#96B9B0
(150,185,176)
#A6C4BD
(166,196,189)
#B6CFCA
(182,207,202)
#C6DAD7
(198,218,215)
#D6E5E4
(214,229,228)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46826F color. Also use rgb(70,130,111) instead hex code.

Text Font Color

.myTextColor { color: #46826F; }

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

This text font color is #46826F.

Background Color

.myBgColor { background-color: #46826F; }

<div style="background-color:#46826F">Inner text</div>

This div background color is #46826F.

Border color

.myBorderColor { border: 1px solid #46826F; }

<div style="border:3px solid #46826F">Div</div>

This div border color is #46826F.

Opacity

.myOpacity80 { color: #46826F; opacity: 0.8; }

<p style="color:#46826F;opacity:0.8;">80%</p>

Text with #46826F 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 #46826F;}

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

This text has shadow with #46826F color.


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

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

This text has shadow with #46826F primary color and red secondary color.


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

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

This text has shadow with #46826F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46826F.

Preview

Color preview on black background

This text has color #46826F on black background.


Color preview on white background

This text has color #46826F on white background.


Black color preview on #46826F background

This text has black color on #46826F background.


White color preview on #46826F background

This text has white color on #46826F background.


Related colors

Complementary color

Complementary color for #hex is #B97D90.


I love getcolorcode.com

Triadic colors

1 #6F4682 and #826F46 with #46826F are triadic colors.

2 #6F8246 and #82466F with #46826F are triadic colors.