COLOR #3A464F

HEX: #3A464F
RGB: (58,70,79)

Color info

#3A464F contains red, green and blue colors in about the same proportion. Web safe color of #3A464F is #333366 (or #336).

RGB color model

#3A464F color RGB value is (58,70,79).

  • red value is 58;
  • green value is 70;
  • blue value is 79.
RGB:
(58,70,79)
(23%,27%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 79 of 255 = 31%

58
70
79

R + G + B ~ 27%. #3A464F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 79 = 207 (100%)
R 58 of 207 ~ 28.02%
G 70 of 207 ~ 33.82%
B 79 of 207 ~ 38.16%

%28.02
%33.82
%38.16

CMYK color model

#3A464F color CMYK value is (27,11,0,69).

  • cyan value is 26.58%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(27,11,0,69)
C27M11Y0K69 
(27%,11%,0%,69%)
(0.27/0.11/0.00/0.69)	

CMYK percentages

%26.58
%11.39
%0
%69.02

Codes

Color #3A464F in popluar color models

3A464F
RGB587079
HSL206°15.33%26.86%
HSB/HSV206°26.58%30.98%
CMYK26.58%11.39%0.00%
69.02%

Color #3A464F in popluar number systems.

HEX3A464F
Decimal587079
Binary11101010001101001111
Octal72106117

Shades and tints

Shades of #3A464F

#3A464F
(58,70,79)
#354048
(53,64,72)
#303A41
(48,58,65)
#2B343A
(43,52,58)
#262E33
(38,46,51)
#21282C
(33,40,44)
#1C2225
(28,34,37)
#171C1E
(23,28,30)
#121617
(18,22,23)
#0D1010
(13,16,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #3A464F

#3A464F
(58,70,79)
#4B565F
(75,86,95)
#5C666F
(92,102,111)
#6D767F
(109,118,127)
#7E868F
(126,134,143)
#8F969F
(143,150,159)
#A0A6AF
(160,166,175)
#B1B6BF
(177,182,191)
#C2C6CF
(194,198,207)
#D3D6DF
(211,214,223)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A464F color. Also use rgb(58,70,79) instead hex code.

Text Font Color

.myTextColor { color: #3A464F; }

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

This text font color is #3A464F.


Background Color

.myBgColor { background-color: #3A464F; }

<div style="background-color:#3A464F">Inner text</div>

This div background color is #3A464F.


Border color

.myBorderColor { border: 1px solid #3A464F; }

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

This div border color is #3A464F.


Opacity

.myOpacity80 { color: #3A464F; opacity: 0.8; }

<p style="color:#3A464F;opacity:0.8;">80%</p>

Text with #3A464F 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 #3A464F;}

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

This text has shadow with #3A464F color.

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

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

This text has shadow with #3A464F primary color and red secondary color.


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

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

This text has shadow with #3A464F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A464F on black background.


Color preview on white background

This text has color #3A464F on white background.



Black color preview on #3A464F background

This text has black color on #3A464F background.


White color preview on #3A464F background

This text has white color on #3A464F background.