COLOR #3A6666

HEX: #3A6666
RGB: (58,102,102)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
102
102

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

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 102 = 262 (100%)
R 58 of 262 ~ 22.14%
G 102 of 262 ~ 38.93%
B 102 of 262 ~ 38.93%

%22.14
%38.93
%38.93

CMYK color model

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

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

CMYK percentages

%43.14
%0
%0
%60

Codes

Color #3A6666 in popluar color models

3A6666
RGB58102102
HSL180°27.50%31.37%
HSB/HSV180°43.14%40.00%
CMYK43.14%0.00%0.00%
60.00%

Color #3A6666 in popluar number systems.

HEX3A6666
Decimal58102102
Binary11101011001101100110
Octal72146146

Shades and tints

Shades of #3A6666

#3A6666
(58,102,102)
#355D5D
(53,93,93)
#305454
(48,84,84)
#2B4B4B
(43,75,75)
#264242
(38,66,66)
#213939
(33,57,57)
#1C3030
(28,48,48)
#172727
(23,39,39)
#121E1E
(18,30,30)
#0D1515
(13,21,21)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A6666

#3A6666
(58,102,102)
#4B7373
(75,115,115)
#5C8080
(92,128,128)
#6D8D8D
(109,141,141)
#7E9A9A
(126,154,154)
#8FA7A7
(143,167,167)
#A0B4B4
(160,180,180)
#B1C1C1
(177,193,193)
#C2CECE
(194,206,206)
#D3DBDB
(211,219,219)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6666; }

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

This text font color is #3A6666.


Background Color

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

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

This div background color is #3A6666.


Border color

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

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

This div border color is #3A6666.


Opacity

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

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

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

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

This text has shadow with #3A6666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6666 on black background.


Color preview on white background

This text has color #3A6666 on white background.



Black color preview on #3A6666 background

This text has black color on #3A6666 background.


White color preview on #3A6666 background

This text has white color on #3A6666 background.