COLOR #46525A

HEX: #46525A
RGB: (70,82,90)

Color info

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

RGB color model

#46525A color RGB value is (70,82,90).

  • red value is 70;
  • green value is 82;
  • blue value is 90.
RGB:
(70,82,90)
(27%,32%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 90 of 255 = 35%

70
82
90

R + G + B ~ 31%. #46525A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 90 = 242 (100%)
R 70 of 242 ~ 28.93%
G 82 of 242 ~ 33.88%
B 90 of 242 ~ 37.19%

%28.93
%33.88
%37.19

CMYK color model

#46525A color CMYK value is (22,9,0,65).

  • cyan value is 22.22%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(22,9,0,65)
C22M9Y0K65 
(22%,9%,0%,65%)
(0.22/0.09/0.00/0.65)	

CMYK percentages

%22.22
%8.89
%0
%64.71

Codes

Color #46525A in popluar color models

46525A
RGB708290
HSL204°12.50%31.37%
HSB/HSV204°22.22%35.29%
CMYK22.22%8.89%0.00%
64.71%

Color #46525A in popluar number systems.

HEX46525A
Decimal708290
Binary100011010100101011010
Octal106122132

Shades and tints

Shades of #46525A

#46525A
(70,82,90)
#404B52
(64,75,82)
#3A444A
(58,68,74)
#343D42
(52,61,66)
#2E363A
(46,54,58)
#282F32
(40,47,50)
#22282A
(34,40,42)
#1C2122
(28,33,34)
#161A1A
(22,26,26)
#101312
(16,19,18)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #46525A

#46525A
(70,82,90)
#566169
(86,97,105)
#667078
(102,112,120)
#767F87
(118,127,135)
#868E96
(134,142,150)
#969DA5
(150,157,165)
#A6ACB4
(166,172,180)
#B6BBC3
(182,187,195)
#C6CAD2
(198,202,210)
#D6D9E1
(214,217,225)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46525A color. Also use rgb(70,82,90) instead hex code.

Text Font Color

.myTextColor { color: #46525A; }

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

This text font color is #46525A.


Background Color

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

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

This div background color is #46525A.


Border color

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

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

This div border color is #46525A.


Opacity

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

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

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

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

This text has shadow with #46525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46525A on black background.


Color preview on white background

This text has color #46525A on white background.



Black color preview on #46525A background

This text has black color on #46525A background.


White color preview on #46525A background

This text has white color on #46525A background.