COLOR #3A4057

HEX: #3A4057 RGB: (58,64,87)

Color info

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

RGB color model

#3A4057 color RGB value is (58,64,87).

RGB: (58,64,87) (23%, 25%, 34%)

RGB channels and saturation

R 58 of 255 = 23%
G 64 of 255 = 25%
B 87 of 255 = 34%

58
64
87

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

Portions of RGB colors in percentages

R + G + B = 58 + 64 + 87 = 209 (100%)
R 58 of 209 ~ 27.75%
G 64 of 209 ~ 30.62%
B 87 of 209 ~ 41.63'%

%27.75
%30.62
%41.63

CMYK color model

#3A4057 color CMYK value is (33,26,0,66).

  • cyan value is 33.33%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (33,26,0,66)
C33M26Y0K66 (33%, 26%, 0%, 66%)
(0.33 / 0.26 / 0.00 / 0.66)

CMYK percentages

%33.33
%26.44
%0
%65.88

Codes

Color #3A4057 in popluar color models

3A 40 57
RGB 58 64 87
HSL 228° 20.00% 28.43%
HSB/HSV 228° 33.33% 34.12%
CMYK 33.33% 26.44% 0.00%
65.88%

Color #3A4057 in popluar number systems.

HEX 3A 40 57
Decimal 58 64 87
Binary 111010 1000000 1010111
Octal 72 100 127

Shades and tints

Shades of #3A4057

#3A4057
(58,64,87)
#353B50
(53,59,80)
#303649
(48,54,73)
#2B3142
(43,49,66)
#262C3B
(38,44,59)
#212734
(33,39,52)
#1C222D
(28,34,45)
#171D26
(23,29,38)
#12181F
(18,24,31)
#0D1318
(13,19,24)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #3A4057

#3A4057
(58,64,87)
#4B5166
(75,81,102)
#5C6275
(92,98,117)
#6D7384
(109,115,132)
#7E8493
(126,132,147)
#8F95A2
(143,149,162)
#A0A6B1
(160,166,177)
#B1B7C0
(177,183,192)
#C2C8CF
(194,200,207)
#D3D9DE
(211,217,222)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4057; }

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

This text font color is #3A4057.

Background Color

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

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

This div background color is #3A4057.

Border color

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

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

This div border color is #3A4057.

Opacity

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

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

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

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

This text has shadow with #3A4057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4057.

Preview

Color preview on black background

This text has color #3A4057 on black background.


Color preview on white background

This text has color #3A4057 on white background.


Black color preview on #3A4057 background

This text has black color on #3A4057 background.


White color preview on #3A4057 background

This text has white color on #3A4057 background.


Related colors

Complementary color

Complementary color for #hex is #C5BFA8.


I love getcolorcode.com

Triadic colors

1 #573A40 and #40573A with #3A4057 are triadic colors.

2 #57403A and #403A57 with #3A4057 are triadic colors.