COLOR #3A404A

HEX: #3A404A RGB: (58,64,74)

Color info

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

RGB color model

#3A404A color RGB value is (58,64,74).

RGB: (58,64,74) (23%, 25%, 29%)

RGB channels and saturation

R 58 of 255 = 23%
G 64 of 255 = 25%
B 74 of 255 = 29%

58
64
74

R + G + B ~ 26%. #3A404A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 64 + 74 = 196 (100%)
R 58 of 196 ~ 29.59%
G 64 of 196 ~ 32.65%
B 74 of 196 ~ 37.76'%

%29.59
%32.65
%37.76

CMYK color model

#3A404A color CMYK value is (22,14,0,71).

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

CMYK: (22,14,0,71)
C22M14Y0K71 (22%, 14%, 0%, 71%)
(0.22 / 0.14 / 0.00 / 0.71)

CMYK percentages

%21.62
%13.51
%0
%70.98

Codes

Color #3A404A in popluar color models

3A 40 4A
RGB 58 64 74
HSL 218° 12.12% 25.88%
HSB/HSV 218° 21.62% 29.02%
CMYK 21.62% 13.51% 0.00%
70.98%

Color #3A404A in popluar number systems.

HEX 3A 40 4A
Decimal 58 64 74
Binary 111010 1000000 1001010
Octal 72 100 112

Shades and tints

Shades of #3A404A

#3A404A
(58,64,74)
#353B44
(53,59,68)
#30363E
(48,54,62)
#2B3138
(43,49,56)
#262C32
(38,44,50)
#21272C
(33,39,44)
#1C2226
(28,34,38)
#171D20
(23,29,32)
#12181A
(18,24,26)
#0D1314
(13,19,20)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #3A404A

#3A404A
(58,64,74)
#4B515A
(75,81,90)
#5C626A
(92,98,106)
#6D737A
(109,115,122)
#7E848A
(126,132,138)
#8F959A
(143,149,154)
#A0A6AA
(160,166,170)
#B1B7BA
(177,183,186)
#C2C8CA
(194,200,202)
#D3D9DA
(211,217,218)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A404A; }

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

This text font color is #3A404A.

Background Color

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

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

This div background color is #3A404A.

Border color

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

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

This div border color is #3A404A.

Opacity

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

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

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

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

This text has shadow with #3A404A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A404A.

Preview

Color preview on black background

This text has color #3A404A on black background.


Color preview on white background

This text has color #3A404A on white background.


Black color preview on #3A404A background

This text has black color on #3A404A background.


White color preview on #3A404A background

This text has white color on #3A404A background.


Related colors

Complementary color

Complementary color for #hex is #C5BFB5.


I love getcolorcode.com

Triadic colors

1 #4A3A40 and #404A3A with #3A404A are triadic colors.

2 #4A403A and #403A4A with #3A404A are triadic colors.