COLOR #3A5446

HEX: #3A5446 RGB: (58,84,70)

Color info

#3A5446 contains red, green and blue colors in about the same proportion. Web safe color of #3A5446 is #336633 (or #363).

RGB color model

#3A5446 color RGB value is (58,84,70).

RGB: (58,84,70) (23%, 33%, 27%)

RGB channels and saturation

R 58 of 255 = 23%
G 84 of 255 = 33%
B 70 of 255 = 27%

58
84
70

R + G + B ~ 28%. #3A5446 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 84 + 70 = 212 (100%)
R 58 of 212 ~ 27.36%
G 84 of 212 ~ 39.62%
B 70 of 212 ~ 33.02'%

%27.36
%39.62
%33.02

CMYK color model

#3A5446 color CMYK value is (31,0,17,67).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 67.06%

CMYK: (31,0,17,67)
C31M0Y17K67 (31%, 0%, 17%, 67%)
(0.31 / 0.00 / 0.17 / 0.67)

CMYK percentages

%30.95
%0
%16.67
%67.06

Codes

Color #3A5446 in popluar color models

3A 54 46
RGB 58 84 70
HSL 148° 18.31% 27.84%
HSB/HSV 148° 30.95% 32.94%
CMYK 30.95% 0.00% 16.67%
67.06%

Color #3A5446 in popluar number systems.

HEX 3A 54 46
Decimal 58 84 70
Binary 111010 1010100 1000110
Octal 72 124 106

Shades and tints

Shades of #3A5446

#3A5446
(58,84,70)
#354D40
(53,77,64)
#30463A
(48,70,58)
#2B3F34
(43,63,52)
#26382E
(38,56,46)
#213128
(33,49,40)
#1C2A22
(28,42,34)
#17231C
(23,35,28)
#121C16
(18,28,22)
#0D1510
(13,21,16)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #3A5446

#3A5446
(58,84,70)
#4B6356
(75,99,86)
#5C7266
(92,114,102)
#6D8176
(109,129,118)
#7E9086
(126,144,134)
#8F9F96
(143,159,150)
#A0AEA6
(160,174,166)
#B1BDB6
(177,189,182)
#C2CCC6
(194,204,198)
#D3DBD6
(211,219,214)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5446 color. Also use rgb(58,84,70) instead hex code.

Text Font Color

.myTextColor { color: #3A5446; }

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

This text font color is #3A5446.

Background Color

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

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

This div background color is #3A5446.

Border color

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

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

This div border color is #3A5446.

Opacity

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

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

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

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

This text has shadow with #3A5446 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5446.

Preview

Color preview on black background

This text has color #3A5446 on black background.


Color preview on white background

This text has color #3A5446 on white background.


Black color preview on #3A5446 background

This text has black color on #3A5446 background.


White color preview on #3A5446 background

This text has white color on #3A5446 background.


Related colors

Complementary color

Complementary color for #hex is #C5ABB9.


I love getcolorcode.com

Triadic colors

1 #463A54 and #54463A with #3A5446 are triadic colors.

2 #46543A and #543A46 with #3A5446 are triadic colors.