COLOR #3A4646

HEX: #3A4646 RGB: (58,70,70)

Color info

#3A4646 contains red, green and blue colors in about the same proportion. Web safe color of #3A4646 is #333333 (or #333).

RGB color model

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

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

RGB channels and saturation

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

58
70
70

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

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 70 = 198 (100%)
R 58 of 198 ~ 29.29%
G 70 of 198 ~ 35.35%
B 70 of 198 ~ 35.35'%

%29.29
%35.35
%35.35

CMYK color model

#3A4646 color CMYK value is (17,0,0,73).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (17,0,0,73)
C17M0Y0K73 (17%, 0%, 0%, 73%)
(0.17 / 0.00 / 0.00 / 0.73)

CMYK percentages

%17.14
%0
%0
%72.55

Codes

Color #3A4646 in popluar color models

3A 46 46
RGB 58 70 70
HSL 180° 9.38% 25.10%
HSB/HSV 180° 17.14% 27.45%
CMYK 17.14% 0.00% 0.00%
72.55%

Color #3A4646 in popluar number systems.

HEX 3A 46 46
Decimal 58 70 70
Binary 111010 1000110 1000110
Octal 72 106 106

Shades and tints

Shades of #3A4646

#3A4646
(58,70,70)
#354040
(53,64,64)
#303A3A
(48,58,58)
#2B3434
(43,52,52)
#262E2E
(38,46,46)
#212828
(33,40,40)
#1C2222
(28,34,34)
#171C1C
(23,28,28)
#121616
(18,22,22)
#0D1010
(13,16,16)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #3A4646

#3A4646
(58,70,70)
#4B5656
(75,86,86)
#5C6666
(92,102,102)
#6D7676
(109,118,118)
#7E8686
(126,134,134)
#8F9696
(143,150,150)
#A0A6A6
(160,166,166)
#B1B6B6
(177,182,182)
#C2C6C6
(194,198,198)
#D3D6D6
(211,214,214)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4646; }

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

This text font color is #3A4646.

Background Color

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

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

This div background color is #3A4646.

Border color

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

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

This div border color is #3A4646.

Opacity

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

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

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

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

This text has shadow with #3A4646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4646.

Preview

Color preview on black background

This text has color #3A4646 on black background.


Color preview on white background

This text has color #3A4646 on white background.


Black color preview on #3A4646 background

This text has black color on #3A4646 background.


White color preview on #3A4646 background

This text has white color on #3A4646 background.


Related colors

Complementary color

Complementary color for #hex is #C5B9B9.


I love getcolorcode.com