COLOR #3A6066

HEX: #3A6066 RGB: (58,96,102)

Color info

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

RGB color model

#3A6066 color RGB value is (58,96,102).

RGB: (58,96,102) (23%, 38%, 40%)

RGB channels and saturation

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

58
96
102

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

Portions of RGB colors in percentages

R + G + B = 58 + 96 + 102 = 256 (100%)
R 58 of 256 ~ 22.66%
G 96 of 256 ~ 37.5%
B 102 of 256 ~ 39.84'%

%22.66
%37.5
%39.84

CMYK color model

#3A6066 color CMYK value is (43,6,0,60).

  • cyan value is 43.14%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (43,6,0,60)
C43M6Y0K60 (43%, 6%, 0%, 60%)
(0.43 / 0.06 / 0.00 / 0.60)

CMYK percentages

%43.14
%5.88
%0
%60

Codes

Color #3A6066 in popluar color models

3A 60 66
RGB 58 96 102
HSL 188° 27.50% 31.37%
HSB/HSV 188° 43.14% 40.00%
CMYK 43.14% 5.88% 0.00%
60.00%

Color #3A6066 in popluar number systems.

HEX 3A 60 66
Decimal 58 96 102
Binary 111010 1100000 1100110
Octal 72 140 146

Shades and tints

Shades of #3A6066

#3A6066
(58,96,102)
#35585D
(53,88,93)
#305054
(48,80,84)
#2B484B
(43,72,75)
#264042
(38,64,66)
#213839
(33,56,57)
#1C3030
(28,48,48)
#172827
(23,40,39)
#12201E
(18,32,30)
#0D1815
(13,24,21)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #3A6066

#3A6066
(58,96,102)
#4B6E73
(75,110,115)
#5C7C80
(92,124,128)
#6D8A8D
(109,138,141)
#7E989A
(126,152,154)
#8FA6A7
(143,166,167)
#A0B4B4
(160,180,180)
#B1C2C1
(177,194,193)
#C2D0CE
(194,208,206)
#D3DEDB
(211,222,219)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6066; }

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

This text font color is #3A6066.

Background Color

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

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

This div background color is #3A6066.

Border color

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

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

This div border color is #3A6066.

Opacity

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

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

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

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

This text has shadow with #3A6066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6066.

Preview

Color preview on black background

This text has color #3A6066 on black background.


Color preview on white background

This text has color #3A6066 on white background.


Black color preview on #3A6066 background

This text has black color on #3A6066 background.


White color preview on #3A6066 background

This text has white color on #3A6066 background.


Related colors

Complementary color

Complementary color for #hex is #C59F99.


I love getcolorcode.com

Triadic colors

1 #663A60 and #60663A with #3A6066 are triadic colors.

2 #66603A and #603A66 with #3A6066 are triadic colors.