COLOR #3A3B51

HEX: #3A3B51 RGB: (58,59,81)

Color info

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

RGB color model

#3A3B51 color RGB value is (58,59,81).

RGB: (58,59,81) (23%, 23%, 32%)

RGB channels and saturation

R 58 of 255 = 23%
G 59 of 255 = 23%
B 81 of 255 = 32%

58
59
81

R + G + B ~ 26%. #3A3B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 59 + 81 = 198 (100%)
R 58 of 198 ~ 29.29%
G 59 of 198 ~ 29.8%
B 81 of 198 ~ 40.91'%

%29.29
%29.8
%40.91

CMYK color model

#3A3B51 color CMYK value is (28,27,0,68).

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

CMYK: (28,27,0,68)
C28M27Y0K68 (28%, 27%, 0%, 68%)
(0.28 / 0.27 / 0.00 / 0.68)

CMYK percentages

%28.4
%27.16
%0
%68.24

Codes

Color #3A3B51 in popluar color models

3A 3B 51
RGB 58 59 81
HSL 237° 16.55% 27.25%
HSB/HSV 237° 28.40% 31.76%
CMYK 28.40% 27.16% 0.00%
68.24%

Color #3A3B51 in popluar number systems.

HEX 3A 3B 51
Decimal 58 59 81
Binary 111010 111011 1010001
Octal 72 73 121

Shades and tints

Shades of #3A3B51

#3A3B51
(58,59,81)
#35364A
(53,54,74)
#303143
(48,49,67)
#2B2C3C
(43,44,60)
#262735
(38,39,53)
#21222E
(33,34,46)
#1C1D27
(28,29,39)
#171820
(23,24,32)
#121319
(18,19,25)
#0D0E12
(13,14,18)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #3A3B51

#3A3B51
(58,59,81)
#4B4C60
(75,76,96)
#5C5D6F
(92,93,111)
#6D6E7E
(109,110,126)
#7E7F8D
(126,127,141)
#8F909C
(143,144,156)
#A0A1AB
(160,161,171)
#B1B2BA
(177,178,186)
#C2C3C9
(194,195,201)
#D3D4D8
(211,212,216)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3B51; }

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

This text font color is #3A3B51.

Background Color

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

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

This div background color is #3A3B51.

Border color

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

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

This div border color is #3A3B51.

Opacity

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

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

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

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

This text has shadow with #3A3B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3B51.

Preview

Color preview on black background

This text has color #3A3B51 on black background.


Color preview on white background

This text has color #3A3B51 on white background.


Black color preview on #3A3B51 background

This text has black color on #3A3B51 background.


White color preview on #3A3B51 background

This text has white color on #3A3B51 background.


Related colors

Complementary color

Complementary color for #hex is #C5C4AE.


I love getcolorcode.com

Triadic colors

1 #513A3B and #3B513A with #3A3B51 are triadic colors.

2 #513B3A and #3B3A51 with #3A3B51 are triadic colors.