COLOR #3A494A

HEX: #3A494A RGB: (58,73,74)

Color info

#3A494A contains red, green and blue colors in about the same proportion. Web safe color of #3A494A is #333333 (or #333).

RGB color model

#3A494A color RGB value is (58,73,74).

RGB: (58,73,74) (23%, 29%, 29%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 74 of 255 = 29%

58
73
74

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

Portions of RGB colors in percentages

R + G + B = 58 + 73 + 74 = 205 (100%)
R 58 of 205 ~ 28.29%
G 73 of 205 ~ 35.61%
B 74 of 205 ~ 36.1'%

%28.29
%35.61
%36.1

CMYK color model

#3A494A color CMYK value is (22,1,0,71).

  • cyan value is 21.62%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (22,1,0,71)
C22M1Y0K71 (22%, 1%, 0%, 71%)
(0.22 / 0.01 / 0.00 / 0.71)

CMYK percentages

%21.62
%1.35
%0
%70.98

Codes

Color #3A494A in popluar color models

3A 49 4A
RGB 58 73 74
HSL 184° 12.12% 25.88%
HSB/HSV 184° 21.62% 29.02%
CMYK 21.62% 1.35% 0.00%
70.98%

Color #3A494A in popluar number systems.

HEX 3A 49 4A
Decimal 58 73 74
Binary 111010 1001001 1001010
Octal 72 111 112

Shades and tints

Shades of #3A494A

#3A494A
(58,73,74)
#354344
(53,67,68)
#303D3E
(48,61,62)
#2B3738
(43,55,56)
#263132
(38,49,50)
#212B2C
(33,43,44)
#1C2526
(28,37,38)
#171F20
(23,31,32)
#12191A
(18,25,26)
#0D1314
(13,19,20)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #3A494A

#3A494A
(58,73,74)
#4B595A
(75,89,90)
#5C696A
(92,105,106)
#6D797A
(109,121,122)
#7E898A
(126,137,138)
#8F999A
(143,153,154)
#A0A9AA
(160,169,170)
#B1B9BA
(177,185,186)
#C2C9CA
(194,201,202)
#D3D9DA
(211,217,218)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A494A color. Also use rgb(58,73,74) instead hex code.

Text Font Color

.myTextColor { color: #3A494A; }

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

This text font color is #3A494A.

Background Color

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

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

This div background color is #3A494A.

Border color

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

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

This div border color is #3A494A.

Opacity

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

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

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

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

This text has shadow with #3A494A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A494A.

Preview

Color preview on black background

This text has color #3A494A on black background.


Color preview on white background

This text has color #3A494A on white background.


Black color preview on #3A494A background

This text has black color on #3A494A background.


White color preview on #3A494A background

This text has white color on #3A494A background.


Related colors

Complementary color

Complementary color for #hex is #C5B6B5.


I love getcolorcode.com

Triadic colors

1 #4A3A49 and #494A3A with #3A494A are triadic colors.

2 #4A493A and #493A4A with #3A494A are triadic colors.