COLOR #3A6166

HEX: #3A6166
RGB: (58,97,102)

Color info

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

RGB color model

#3A6166 color RGB value is (58,97,102).

  • red value is 58;
  • green value is 97;
  • blue value is 102.
RGB:
(58,97,102)
(23%,38%,40%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 102 of 255 = 40%

58
97
102

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

Portions of RGB colors in percentages

R + G + B =
58 + 97 + 102 = 257 (100%)
R 58 of 257 ~ 22.57%
G 97 of 257 ~ 37.74%
B 102 of 257 ~ 39.69%

%22.57
%37.74
%39.69

CMYK color model

#3A6166 color CMYK value is (43,5,0,60).

  • cyan value is 43.14%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(43,5,0,60)
C43M5Y0K60 
(43%,5%,0%,60%)
(0.43/0.05/0.00/0.60)	

CMYK percentages

%43.14
%4.9
%0
%60

Codes

Color #3A6166 in popluar color models

3A6166
RGB5897102
HSL187°27.50%31.37%
HSB/HSV187°43.14%40.00%
CMYK43.14%4.90%0.00%
60.00%

Color #3A6166 in popluar number systems.

HEX3A6166
Decimal5897102
Binary11101011000011100110
Octal72141146

Shades and tints

Shades of #3A6166

#3A6166
(58,97,102)
#35595D
(53,89,93)
#305154
(48,81,84)
#2B494B
(43,73,75)
#264142
(38,65,66)
#213939
(33,57,57)
#1C3130
(28,49,48)
#172927
(23,41,39)
#12211E
(18,33,30)
#0D1915
(13,25,21)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #3A6166

#3A6166
(58,97,102)
#4B6F73
(75,111,115)
#5C7D80
(92,125,128)
#6D8B8D
(109,139,141)
#7E999A
(126,153,154)
#8FA7A7
(143,167,167)
#A0B5B4
(160,181,180)
#B1C3C1
(177,195,193)
#C2D1CE
(194,209,206)
#D3DFDB
(211,223,219)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6166; }

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

This text font color is #3A6166.


Background Color

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

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

This div background color is #3A6166.


Border color

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

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

This div border color is #3A6166.


Opacity

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

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

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

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

This text has shadow with #3A6166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6166 on black background.


Color preview on white background

This text has color #3A6166 on white background.



Black color preview on #3A6166 background

This text has black color on #3A6166 background.


White color preview on #3A6166 background

This text has white color on #3A6166 background.