COLOR #3A4551

HEX: #3A4551 RGB: (58,69,81)

Color info

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

RGB color model

#3A4551 color RGB value is (58,69,81).

RGB: (58,69,81) (23%, 27%, 32%)

RGB channels and saturation

R 58 of 255 = 23%
G 69 of 255 = 27%
B 81 of 255 = 32%

58
69
81

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

Portions of RGB colors in percentages

R + G + B = 58 + 69 + 81 = 208 (100%)
R 58 of 208 ~ 27.88%
G 69 of 208 ~ 33.17%
B 81 of 208 ~ 38.94'%

%27.88
%33.17
%38.94

CMYK color model

#3A4551 color CMYK value is (28,15,0,68).

  • cyan value is 28.40%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (28,15,0,68)
C28M15Y0K68 (28%, 15%, 0%, 68%)
(0.28 / 0.15 / 0.00 / 0.68)

CMYK percentages

%28.4
%14.81
%0
%68.24

Codes

Color #3A4551 in popluar color models

3A 45 51
RGB 58 69 81
HSL 211° 16.55% 27.25%
HSB/HSV 211° 28.40% 31.76%
CMYK 28.40% 14.81% 0.00%
68.24%

Color #3A4551 in popluar number systems.

HEX 3A 45 51
Decimal 58 69 81
Binary 111010 1000101 1010001
Octal 72 105 121

Shades and tints

Shades of #3A4551

#3A4551
(58,69,81)
#353F4A
(53,63,74)
#303943
(48,57,67)
#2B333C
(43,51,60)
#262D35
(38,45,53)
#21272E
(33,39,46)
#1C2127
(28,33,39)
#171B20
(23,27,32)
#121519
(18,21,25)
#0D0F12
(13,15,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #3A4551

#3A4551
(58,69,81)
#4B5560
(75,85,96)
#5C656F
(92,101,111)
#6D757E
(109,117,126)
#7E858D
(126,133,141)
#8F959C
(143,149,156)
#A0A5AB
(160,165,171)
#B1B5BA
(177,181,186)
#C2C5C9
(194,197,201)
#D3D5D8
(211,213,216)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4551 color. Also use rgb(58,69,81) instead hex code.

Text Font Color

.myTextColor { color: #3A4551; }

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

This text font color is #3A4551.

Background Color

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

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

This div background color is #3A4551.

Border color

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

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

This div border color is #3A4551.

Opacity

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

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

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

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

This text has shadow with #3A4551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4551.

Preview

Color preview on black background

This text has color #3A4551 on black background.


Color preview on white background

This text has color #3A4551 on white background.


Black color preview on #3A4551 background

This text has black color on #3A4551 background.


White color preview on #3A4551 background

This text has white color on #3A4551 background.


Related colors

Complementary color

Complementary color for #hex is #C5BAAE.


I love getcolorcode.com

Triadic colors

1 #513A45 and #45513A with #3A4551 are triadic colors.

2 #51453A and #453A51 with #3A4551 are triadic colors.