COLOR #3A4064

HEX: #3A4064 RGB: (58,64,100)

Color info

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

RGB color model

#3A4064 color RGB value is (58,64,100).

RGB: (58,64,100) (23%, 25%, 39%)

RGB channels and saturation

R 58 of 255 = 23%
G 64 of 255 = 25%
B 100 of 255 = 39%

58
64
100

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

Portions of RGB colors in percentages

R + G + B = 58 + 64 + 100 = 222 (100%)
R 58 of 222 ~ 26.13%
G 64 of 222 ~ 28.83%
B 100 of 222 ~ 45.05'%

%26.13
%28.83
%45.05

CMYK color model

#3A4064 color CMYK value is (42,36,0,61).

  • cyan value is 42.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (42,36,0,61)
C42M36Y0K61 (42%, 36%, 0%, 61%)
(0.42 / 0.36 / 0.00 / 0.61)

CMYK percentages

%42
%36
%0
%60.78

Codes

Color #3A4064 in popluar color models

3A 40 64
RGB 58 64 100
HSL 231° 26.58% 30.98%
HSB/HSV 231° 42.00% 39.22%
CMYK 42.00% 36.00% 0.00%
60.78%

Color #3A4064 in popluar number systems.

HEX 3A 40 64
Decimal 58 64 100
Binary 111010 1000000 1100100
Octal 72 100 144

Shades and tints

Shades of #3A4064

#3A4064
(58,64,100)
#353B5B
(53,59,91)
#303652
(48,54,82)
#2B3149
(43,49,73)
#262C40
(38,44,64)
#212737
(33,39,55)
#1C222E
(28,34,46)
#171D25
(23,29,37)
#12181C
(18,24,28)
#0D1313
(13,19,19)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #3A4064

#3A4064
(58,64,100)
#4B5172
(75,81,114)
#5C6280
(92,98,128)
#6D738E
(109,115,142)
#7E849C
(126,132,156)
#8F95AA
(143,149,170)
#A0A6B8
(160,166,184)
#B1B7C6
(177,183,198)
#C2C8D4
(194,200,212)
#D3D9E2
(211,217,226)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4064 color. Also use rgb(58,64,100) instead hex code.

Text Font Color

.myTextColor { color: #3A4064; }

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

This text font color is #3A4064.

Background Color

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

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

This div background color is #3A4064.

Border color

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

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

This div border color is #3A4064.

Opacity

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

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

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

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

This text has shadow with #3A4064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4064.

Preview

Color preview on black background

This text has color #3A4064 on black background.


Color preview on white background

This text has color #3A4064 on white background.


Black color preview on #3A4064 background

This text has black color on #3A4064 background.


White color preview on #3A4064 background

This text has white color on #3A4064 background.


Related colors

Complementary color

Complementary color for #hex is #C5BF9B.


I love getcolorcode.com

Triadic colors

1 #643A40 and #40643A with #3A4064 are triadic colors.

2 #64403A and #403A64 with #3A4064 are triadic colors.