COLOR #3A616B

HEX: #3A616B RGB: (58,97,107)

Color info

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

RGB color model

#3A616B color RGB value is (58,97,107).

RGB: (58,97,107) (23%, 38%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 107 of 255 = 42%

58
97
107

R + G + B ~ 34%. #3A616B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 97 + 107 = 262 (100%)
R 58 of 262 ~ 22.14%
G 97 of 262 ~ 37.02%
B 107 of 262 ~ 40.84'%

%22.14
%37.02
%40.84

CMYK color model

#3A616B color CMYK value is (46,9,0,58).

  • cyan value is 45.79%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (46,9,0,58)
C46M9Y0K58 (46%, 9%, 0%, 58%)
(0.46 / 0.09 / 0.00 / 0.58)

CMYK percentages

%45.79
%9.35
%0
%58.04

Codes

Color #3A616B in popluar color models

3A 61 6B
RGB 58 97 107
HSL 192° 29.70% 32.35%
HSB/HSV 192° 45.79% 41.96%
CMYK 45.79% 9.35% 0.00%
58.04%

Color #3A616B in popluar number systems.

HEX 3A 61 6B
Decimal 58 97 107
Binary 111010 1100001 1101011
Octal 72 141 153

Shades and tints

Shades of #3A616B

#3A616B
(58,97,107)
#355962
(53,89,98)
#305159
(48,81,89)
#2B4950
(43,73,80)
#264147
(38,65,71)
#21393E
(33,57,62)
#1C3135
(28,49,53)
#17292C
(23,41,44)
#122123
(18,33,35)
#0D191A
(13,25,26)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #3A616B

#3A616B
(58,97,107)
#4B6F78
(75,111,120)
#5C7D85
(92,125,133)
#6D8B92
(109,139,146)
#7E999F
(126,153,159)
#8FA7AC
(143,167,172)
#A0B5B9
(160,181,185)
#B1C3C6
(177,195,198)
#C2D1D3
(194,209,211)
#D3DFE0
(211,223,224)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A616B; }

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

This text font color is #3A616B.

Background Color

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

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

This div background color is #3A616B.

Border color

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

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

This div border color is #3A616B.

Opacity

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

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

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

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

This text has shadow with #3A616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A616B.

Preview

Color preview on black background

This text has color #3A616B on black background.


Color preview on white background

This text has color #3A616B on white background.


Black color preview on #3A616B background

This text has black color on #3A616B background.


White color preview on #3A616B background

This text has white color on #3A616B background.


Related colors

Complementary color

Complementary color for #hex is #C59E94.


I love getcolorcode.com

Triadic colors

1 #6B3A61 and #616B3A with #3A616B are triadic colors.

2 #6B613A and #613A6B with #3A616B are triadic colors.