COLOR #3A424D

HEX: #3A424D RGB: (58,66,77)

Color info

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

RGB color model

#3A424D color RGB value is (58,66,77).

RGB: (58,66,77) (23%, 26%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 77 of 255 = 30%

58
66
77

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

Portions of RGB colors in percentages

R + G + B = 58 + 66 + 77 = 201 (100%)
R 58 of 201 ~ 28.86%
G 66 of 201 ~ 32.84%
B 77 of 201 ~ 38.31'%

%28.86
%32.84
%38.31

CMYK color model

#3A424D color CMYK value is (25,14,0,70).

  • cyan value is 24.68%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (25,14,0,70)
C25M14Y0K70 (25%, 14%, 0%, 70%)
(0.25 / 0.14 / 0.00 / 0.70)

CMYK percentages

%24.68
%14.29
%0
%69.8

Codes

Color #3A424D in popluar color models

3A 42 4D
RGB 58 66 77
HSL 215° 14.07% 26.47%
HSB/HSV 215° 24.68% 30.20%
CMYK 24.68% 14.29% 0.00%
69.80%

Color #3A424D in popluar number systems.

HEX 3A 42 4D
Decimal 58 66 77
Binary 111010 1000010 1001101
Octal 72 102 115

Shades and tints

Shades of #3A424D

#3A424D
(58,66,77)
#353C46
(53,60,70)
#30363F
(48,54,63)
#2B3038
(43,48,56)
#262A31
(38,42,49)
#21242A
(33,36,42)
#1C1E23
(28,30,35)
#17181C
(23,24,28)
#121215
(18,18,21)
#0D0C0E
(13,12,14)
#080607
(8,6,7)
#000000
(0,0,0)

Tints of #3A424D

#3A424D
(58,66,77)
#4B535D
(75,83,93)
#5C646D
(92,100,109)
#6D757D
(109,117,125)
#7E868D
(126,134,141)
#8F979D
(143,151,157)
#A0A8AD
(160,168,173)
#B1B9BD
(177,185,189)
#C2CACD
(194,202,205)
#D3DBDD
(211,219,221)
#E4ECED
(228,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A424D color. Also use rgb(58,66,77) instead hex code.

Text Font Color

.myTextColor { color: #3A424D; }

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

This text font color is #3A424D.

Background Color

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

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

This div background color is #3A424D.

Border color

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

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

This div border color is #3A424D.

Opacity

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

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

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

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

This text has shadow with #3A424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A424D.

Preview

Color preview on black background

This text has color #3A424D on black background.


Color preview on white background

This text has color #3A424D on white background.


Black color preview on #3A424D background

This text has black color on #3A424D background.


White color preview on #3A424D background

This text has white color on #3A424D background.


Related colors

Complementary color

Complementary color for #hex is #C5BDB2.


I love getcolorcode.com

Triadic colors

1 #4D3A42 and #424D3A with #3A424D are triadic colors.

2 #4D423A and #423A4D with #3A424D are triadic colors.