COLOR #46625B

HEX: #46625B
RGB: (70,98,91)

Color info

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

RGB color model

#46625B color RGB value is (70,98,91).

  • red value is 70;
  • green value is 98;
  • blue value is 91.
RGB:
(70,98,91)
(27%,38%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 91 of 255 = 36%

70
98
91

R + G + B ~ 34%. #46625B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 91 = 259 (100%)
R 70 of 259 ~ 27.03%
G 98 of 259 ~ 37.84%
B 91 of 259 ~ 35.14%

%27.03
%37.84
%35.14

CMYK color model

#46625B color CMYK value is (29,0,7,62).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 61.57%
CMYK:
(29,0,7,62)
C29M0Y7K62 
(29%,0%,7%,62%)
(0.29/0.00/0.07/0.62)	

CMYK percentages

%28.57
%0
%7.14
%61.57

Codes

Color #46625B in popluar color models

46625B
RGB709891
HSL165°16.67%32.94%
HSB/HSV165°28.57%38.43%
CMYK28.57%0.00%7.14%
61.57%

Color #46625B in popluar number systems.

HEX46625B
Decimal709891
Binary100011011000101011011
Octal106142133

Shades and tints

Shades of #46625B

#46625B
(70,98,91)
#405A53
(64,90,83)
#3A524B
(58,82,75)
#344A43
(52,74,67)
#2E423B
(46,66,59)
#283A33
(40,58,51)
#22322B
(34,50,43)
#1C2A23
(28,42,35)
#16221B
(22,34,27)
#101A13
(16,26,19)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #46625B

#46625B
(70,98,91)
#567069
(86,112,105)
#667E77
(102,126,119)
#768C85
(118,140,133)
#869A93
(134,154,147)
#96A8A1
(150,168,161)
#A6B6AF
(166,182,175)
#B6C4BD
(182,196,189)
#C6D2CB
(198,210,203)
#D6E0D9
(214,224,217)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46625B color. Also use rgb(70,98,91) instead hex code.

Text Font Color

.myTextColor { color: #46625B; }

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

This text font color is #46625B.


Background Color

.myBgColor { background-color: #46625B; }

<div style="background-color:#46625B">Inner text</div>

This div background color is #46625B.


Border color

.myBorderColor { border: 1px solid #46625B; }

<div style="border:3px solid #46625B">Div</div>

This div border color is #46625B.


Opacity

.myOpacity80 { color: #46625B; opacity: 0.8; }

<p style="color:#46625B;opacity:0.8;">80%</p>

Text with #46625B 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 #46625B;}

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

This text has shadow with #46625B color.

.textShadow {text-shadow: 3px 3px 1px #46625B, 3px 3px 1px red;}

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

This text has shadow with #46625B primary color and red secondary color.


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

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

This text has shadow with #46625B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46625B on black background.


Color preview on white background

This text has color #46625B on white background.



Black color preview on #46625B background

This text has black color on #46625B background.


White color preview on #46625B background

This text has white color on #46625B background.