COLOR #46584A

HEX: #46584A
RGB: (70,88,74)

Color info

#46584A contains red, green and blue colors in about the same proportion. Web safe color of #46584A is #336633 (or #363).

RGB color model

#46584A color RGB value is (70,88,74).

  • red value is 70;
  • green value is 88;
  • blue value is 74.
RGB:
(70,88,74)
(27%,35%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 74 of 255 = 29%

70
88
74

R + G + B ~ 30%. #46584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 74 = 232 (100%)
R 70 of 232 ~ 30.17%
G 88 of 232 ~ 37.93%
B 74 of 232 ~ 31.9%

%30.17
%37.93
%31.9

CMYK color model

#46584A color CMYK value is (20,0,16,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(20,0,16,65)
C20M0Y16K65 
(20%,0%,16%,65%)
(0.20/0.00/0.16/0.65)	

CMYK percentages

%20.45
%0
%15.91
%65.49

Codes

Color #46584A in popluar color models

46584A
RGB708874
HSL133°11.39%30.98%
HSB/HSV133°20.45%34.51%
CMYK20.45%0.00%15.91%
65.49%

Color #46584A in popluar number systems.

HEX46584A
Decimal708874
Binary100011010110001001010
Octal106130112

Shades and tints

Shades of #46584A

#46584A
(70,88,74)
#405044
(64,80,68)
#3A483E
(58,72,62)
#344038
(52,64,56)
#2E3832
(46,56,50)
#28302C
(40,48,44)
#222826
(34,40,38)
#1C2020
(28,32,32)
#16181A
(22,24,26)
#101014
(16,16,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #46584A

#46584A
(70,88,74)
#56675A
(86,103,90)
#66766A
(102,118,106)
#76857A
(118,133,122)
#86948A
(134,148,138)
#96A39A
(150,163,154)
#A6B2AA
(166,178,170)
#B6C1BA
(182,193,186)
#C6D0CA
(198,208,202)
#D6DFDA
(214,223,218)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46584A color. Also use rgb(70,88,74) instead hex code.

Text Font Color

.myTextColor { color: #46584A; }

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

This text font color is #46584A.


Background Color

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

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

This div background color is #46584A.


Border color

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

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

This div border color is #46584A.


Opacity

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

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

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

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

This text has shadow with #46584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46584A on black background.


Color preview on white background

This text has color #46584A on white background.



Black color preview on #46584A background

This text has black color on #46584A background.


White color preview on #46584A background

This text has white color on #46584A background.