COLOR #3A646A

HEX: #3A646A RGB: (58,100,106)

Color info

#3A646A contains red, green and blue colors in about the same proportion. Web safe color of #3A646A is #336666 (or #366).

RGB color model

#3A646A color RGB value is (58,100,106).

RGB: (58,100,106) (23%, 39%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 100 of 255 = 39%
B 106 of 255 = 42%

58
100
106

R + G + B ~ 35%. #3A646A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 100 + 106 = 264 (100%)
R 58 of 264 ~ 21.97%
G 100 of 264 ~ 37.88%
B 106 of 264 ~ 40.15'%

%21.97
%37.88
%40.15

CMYK color model

#3A646A color CMYK value is (45,6,0,58).

  • cyan value is 45.28%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (45,6,0,58)
C45M6Y0K58 (45%, 6%, 0%, 58%)
(0.45 / 0.06 / 0.00 / 0.58)

CMYK percentages

%45.28
%5.66
%0
%58.43

Codes

Color #3A646A in popluar color models

3A 64 6A
RGB 58 100 106
HSL 188° 29.27% 32.16%
HSB/HSV 188° 45.28% 41.57%
CMYK 45.28% 5.66% 0.00%
58.43%

Color #3A646A in popluar number systems.

HEX 3A 64 6A
Decimal 58 100 106
Binary 111010 1100100 1101010
Octal 72 144 152

Shades and tints

Shades of #3A646A

#3A646A
(58,100,106)
#355B61
(53,91,97)
#305258
(48,82,88)
#2B494F
(43,73,79)
#264046
(38,64,70)
#21373D
(33,55,61)
#1C2E34
(28,46,52)
#17252B
(23,37,43)
#121C22
(18,28,34)
#0D1319
(13,19,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A646A

#3A646A
(58,100,106)
#4B7277
(75,114,119)
#5C8084
(92,128,132)
#6D8E91
(109,142,145)
#7E9C9E
(126,156,158)
#8FAAAB
(143,170,171)
#A0B8B8
(160,184,184)
#B1C6C5
(177,198,197)
#C2D4D2
(194,212,210)
#D3E2DF
(211,226,223)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A646A; }

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

This text font color is #3A646A.

Background Color

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

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

This div background color is #3A646A.

Border color

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

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

This div border color is #3A646A.

Opacity

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

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

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

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

This text has shadow with #3A646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A646A.

Preview

Color preview on black background

This text has color #3A646A on black background.


Color preview on white background

This text has color #3A646A on white background.


Black color preview on #3A646A background

This text has black color on #3A646A background.


White color preview on #3A646A background

This text has white color on #3A646A background.


Related colors

Complementary color

Complementary color for #hex is #C59B95.


I love getcolorcode.com

Triadic colors

1 #6A3A64 and #646A3A with #3A646A are triadic colors.

2 #6A643A and #643A6A with #3A646A are triadic colors.