COLOR #3A4157

HEX: #3A4157 RGB: (58,65,87)

Color info

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

RGB color model

#3A4157 color RGB value is (58,65,87).

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

RGB channels and saturation

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

58
65
87

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

Portions of RGB colors in percentages

R + G + B = 58 + 65 + 87 = 210 (100%)
R 58 of 210 ~ 27.62%
G 65 of 210 ~ 30.95%
B 87 of 210 ~ 41.43'%

%27.62
%30.95
%41.43

CMYK color model

#3A4157 color CMYK value is (33,25,0,66).

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

CMYK: (33,25,0,66)
C33M25Y0K66 (33%, 25%, 0%, 66%)
(0.33 / 0.25 / 0.00 / 0.66)

CMYK percentages

%33.33
%25.29
%0
%65.88

Codes

Color #3A4157 in popluar color models

3A 41 57
RGB 58 65 87
HSL 226° 20.00% 28.43%
HSB/HSV 226° 33.33% 34.12%
CMYK 33.33% 25.29% 0.00%
65.88%

Color #3A4157 in popluar number systems.

HEX 3A 41 57
Decimal 58 65 87
Binary 111010 1000001 1010111
Octal 72 101 127

Shades and tints

Shades of #3A4157

#3A4157
(58,65,87)
#353C50
(53,60,80)
#303749
(48,55,73)
#2B3242
(43,50,66)
#262D3B
(38,45,59)
#212834
(33,40,52)
#1C232D
(28,35,45)
#171E26
(23,30,38)
#12191F
(18,25,31)
#0D1418
(13,20,24)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #3A4157

#3A4157
(58,65,87)
#4B5266
(75,82,102)
#5C6375
(92,99,117)
#6D7484
(109,116,132)
#7E8593
(126,133,147)
#8F96A2
(143,150,162)
#A0A7B1
(160,167,177)
#B1B8C0
(177,184,192)
#C2C9CF
(194,201,207)
#D3DADE
(211,218,222)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4157; }

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

This text font color is #3A4157.

Background Color

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

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

This div background color is #3A4157.

Border color

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

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

This div border color is #3A4157.

Opacity

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

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

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

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

This text has shadow with #3A4157 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4157.

Preview

Color preview on black background

This text has color #3A4157 on black background.


Color preview on white background

This text has color #3A4157 on white background.


Black color preview on #3A4157 background

This text has black color on #3A4157 background.


White color preview on #3A4157 background

This text has white color on #3A4157 background.


Related colors

Complementary color

Complementary color for #hex is #C5BEA8.


I love getcolorcode.com

Triadic colors

1 #573A41 and #41573A with #3A4157 are triadic colors.

2 #57413A and #413A57 with #3A4157 are triadic colors.