COLOR #3A466C

HEX: #3A466C RGB: (58,70,108)

Color info

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

RGB color model

#3A466C color RGB value is (58,70,108).

RGB: (58,70,108) (23%, 27%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 108 of 255 = 42%

58
70
108

R + G + B ~ 31%. #3A466C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 108 = 236 (100%)
R 58 of 236 ~ 24.58%
G 70 of 236 ~ 29.66%
B 108 of 236 ~ 45.76'%

%24.58
%29.66
%45.76

CMYK color model

#3A466C color CMYK value is (46,35,0,58).

  • cyan value is 46.30%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (46,35,0,58)
C46M35Y0K58 (46%, 35%, 0%, 58%)
(0.46 / 0.35 / 0.00 / 0.58)

CMYK percentages

%46.3
%35.19
%0
%57.65

Codes

Color #3A466C in popluar color models

3A 46 6C
RGB 58 70 108
HSL 226° 30.12% 32.55%
HSB/HSV 226° 46.30% 42.35%
CMYK 46.30% 35.19% 0.00%
57.65%

Color #3A466C in popluar number systems.

HEX 3A 46 6C
Decimal 58 70 108
Binary 111010 1000110 1101100
Octal 72 106 154

Shades and tints

Shades of #3A466C

#3A466C
(58,70,108)
#354063
(53,64,99)
#303A5A
(48,58,90)
#2B3451
(43,52,81)
#262E48
(38,46,72)
#21283F
(33,40,63)
#1C2236
(28,34,54)
#171C2D
(23,28,45)
#121624
(18,22,36)
#0D101B
(13,16,27)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #3A466C

#3A466C
(58,70,108)
#4B5679
(75,86,121)
#5C6686
(92,102,134)
#6D7693
(109,118,147)
#7E86A0
(126,134,160)
#8F96AD
(143,150,173)
#A0A6BA
(160,166,186)
#B1B6C7
(177,182,199)
#C2C6D4
(194,198,212)
#D3D6E1
(211,214,225)
#E4E6EE
(228,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A466C; }

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

This text font color is #3A466C.

Background Color

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

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

This div background color is #3A466C.

Border color

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

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

This div border color is #3A466C.

Opacity

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

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

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

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

This text has shadow with #3A466C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A466C.

Preview

Color preview on black background

This text has color #3A466C on black background.


Color preview on white background

This text has color #3A466C on white background.


Black color preview on #3A466C background

This text has black color on #3A466C background.


White color preview on #3A466C background

This text has white color on #3A466C background.


Related colors

Complementary color

Complementary color for #hex is #C5B993.


I love getcolorcode.com

Triadic colors

1 #6C3A46 and #466C3A with #3A466C are triadic colors.

2 #6C463A and #463A6C with #3A466C are triadic colors.