COLOR #3A4161

HEX: #3A4161 RGB: (58,65,97)

Color info

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

RGB color model

#3A4161 color RGB value is (58,65,97).

RGB: (58,65,97) (23%, 25%, 38%)

RGB channels and saturation

R 58 of 255 = 23%
G 65 of 255 = 25%
B 97 of 255 = 38%

58
65
97

R + G + B ~ 29%. #3A4161 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 65 + 97 = 220 (100%)
R 58 of 220 ~ 26.36%
G 65 of 220 ~ 29.55%
B 97 of 220 ~ 44.09'%

%26.36
%29.55
%44.09

CMYK color model

#3A4161 color CMYK value is (40,33,0,62).

  • cyan value is 40.21%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (40,33,0,62)
C40M33Y0K62 (40%, 33%, 0%, 62%)
(0.40 / 0.33 / 0.00 / 0.62)

CMYK percentages

%40.21
%32.99
%0
%61.96

Codes

Color #3A4161 in popluar color models

3A 41 61
RGB 58 65 97
HSL 229° 25.16% 30.39%
HSB/HSV 229° 40.21% 38.04%
CMYK 40.21% 32.99% 0.00%
61.96%

Color #3A4161 in popluar number systems.

HEX 3A 41 61
Decimal 58 65 97
Binary 111010 1000001 1100001
Octal 72 101 141

Shades and tints

Shades of #3A4161

#3A4161
(58,65,97)
#353C59
(53,60,89)
#303751
(48,55,81)
#2B3249
(43,50,73)
#262D41
(38,45,65)
#212839
(33,40,57)
#1C2331
(28,35,49)
#171E29
(23,30,41)
#121921
(18,25,33)
#0D1419
(13,20,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #3A4161

#3A4161
(58,65,97)
#4B526F
(75,82,111)
#5C637D
(92,99,125)
#6D748B
(109,116,139)
#7E8599
(126,133,153)
#8F96A7
(143,150,167)
#A0A7B5
(160,167,181)
#B1B8C3
(177,184,195)
#C2C9D1
(194,201,209)
#D3DADF
(211,218,223)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4161; }

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

This text font color is #3A4161.

Background Color

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

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

This div background color is #3A4161.

Border color

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

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

This div border color is #3A4161.

Opacity

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

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

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

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

This text has shadow with #3A4161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4161.

Preview

Color preview on black background

This text has color #3A4161 on black background.


Color preview on white background

This text has color #3A4161 on white background.


Black color preview on #3A4161 background

This text has black color on #3A4161 background.


White color preview on #3A4161 background

This text has white color on #3A4161 background.


Related colors

Complementary color

Complementary color for #hex is #C5BE9E.


I love getcolorcode.com

Triadic colors

1 #613A41 and #41613A with #3A4161 are triadic colors.

2 #61413A and #413A61 with #3A4161 are triadic colors.