COLOR #3A606F

HEX: #3A606F RGB: (58,96,111)

Color info

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

RGB color model

#3A606F color RGB value is (58,96,111).

RGB: (58,96,111) (23%, 38%, 44%)

RGB channels and saturation

R 58 of 255 = 23%
G 96 of 255 = 38%
B 111 of 255 = 44%

58
96
111

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

Portions of RGB colors in percentages

R + G + B = 58 + 96 + 111 = 265 (100%)
R 58 of 265 ~ 21.89%
G 96 of 265 ~ 36.23%
B 111 of 265 ~ 41.89'%

%21.89
%36.23
%41.89

CMYK color model

#3A606F color CMYK value is (48,14,0,56).

  • cyan value is 47.75%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (48,14,0,56)
C48M14Y0K56 (48%, 14%, 0%, 56%)
(0.48 / 0.14 / 0.00 / 0.56)

CMYK percentages

%47.75
%13.51
%0
%56.47

Codes

Color #3A606F in popluar color models

3A 60 6F
RGB 58 96 111
HSL 197° 31.36% 33.14%
HSB/HSV 197° 47.75% 43.53%
CMYK 47.75% 13.51% 0.00%
56.47%

Color #3A606F in popluar number systems.

HEX 3A 60 6F
Decimal 58 96 111
Binary 111010 1100000 1101111
Octal 72 140 157

Shades and tints

Shades of #3A606F

#3A606F
(58,96,111)
#355865
(53,88,101)
#30505B
(48,80,91)
#2B4851
(43,72,81)
#264047
(38,64,71)
#21383D
(33,56,61)
#1C3033
(28,48,51)
#172829
(23,40,41)
#12201F
(18,32,31)
#0D1815
(13,24,21)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #3A606F

#3A606F
(58,96,111)
#4B6E7C
(75,110,124)
#5C7C89
(92,124,137)
#6D8A96
(109,138,150)
#7E98A3
(126,152,163)
#8FA6B0
(143,166,176)
#A0B4BD
(160,180,189)
#B1C2CA
(177,194,202)
#C2D0D7
(194,208,215)
#D3DEE4
(211,222,228)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A606F; }

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

This text font color is #3A606F.

Background Color

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

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

This div background color is #3A606F.

Border color

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

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

This div border color is #3A606F.

Opacity

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

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

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

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

This text has shadow with #3A606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A606F.

Preview

Color preview on black background

This text has color #3A606F on black background.


Color preview on white background

This text has color #3A606F on white background.


Black color preview on #3A606F background

This text has black color on #3A606F background.


White color preview on #3A606F background

This text has white color on #3A606F background.


Related colors

Complementary color

Complementary color for #hex is #C59F90.


I love getcolorcode.com

Triadic colors

1 #6F3A60 and #606F3A with #3A606F are triadic colors.

2 #6F603A and #603A6F with #3A606F are triadic colors.