COLOR #46725C

HEX: #46725C RGB: (70,114,92)

Color info

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

RGB color model

#46725C color RGB value is (70,114,92).

RGB: (70,114,92) (27%, 45%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 114 of 255 = 45%
B 92 of 255 = 36%

70
114
92

R + G + B ~ 36%. #46725C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 114 + 92 = 276 (100%)
R 70 of 276 ~ 25.36%
G 114 of 276 ~ 41.3%
B 92 of 276 ~ 33.33'%

%25.36
%41.3
%33.33

CMYK color model

#46725C color CMYK value is (39,0,19,55).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%

CMYK: (39,0,19,55)
C39M0Y19K55 (39%, 0%, 19%, 55%)
(0.39 / 0.00 / 0.19 / 0.55)

CMYK percentages

%38.6
%0
%19.3
%55.29

Codes

Color #46725C in popluar color models

46 72 5C
RGB 70 114 92
HSL 150° 23.91% 36.08%
HSB/HSV 150° 38.60% 44.71%
CMYK 38.60% 0.00% 19.30%
55.29%

Color #46725C in popluar number systems.

HEX 46 72 5C
Decimal 70 114 92
Binary 1000110 1110010 1011100
Octal 106 162 134

Shades and tints

Shades of #46725C

#46725C
(70,114,92)
#406854
(64,104,84)
#3A5E4C
(58,94,76)
#345444
(52,84,68)
#2E4A3C
(46,74,60)
#284034
(40,64,52)
#22362C
(34,54,44)
#1C2C24
(28,44,36)
#16221C
(22,34,28)
#101814
(16,24,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #46725C

#46725C
(70,114,92)
#567E6A
(86,126,106)
#668A78
(102,138,120)
#769686
(118,150,134)
#86A294
(134,162,148)
#96AEA2
(150,174,162)
#A6BAB0
(166,186,176)
#B6C6BE
(182,198,190)
#C6D2CC
(198,210,204)
#D6DEDA
(214,222,218)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46725C; }

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

This text font color is #46725C.

Background Color

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

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

This div background color is #46725C.

Border color

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

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

This div border color is #46725C.

Opacity

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

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

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

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

This text has shadow with #46725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46725C.

Preview

Color preview on black background

This text has color #46725C on black background.


Color preview on white background

This text has color #46725C on white background.


Black color preview on #46725C background

This text has black color on #46725C background.


White color preview on #46725C background

This text has white color on #46725C background.


Related colors

Complementary color

Complementary color for #hex is #B98DA3.


I love getcolorcode.com

Triadic colors

1 #5C4672 and #725C46 with #46725C are triadic colors.

2 #5C7246 and #72465C with #46725C are triadic colors.