COLOR #3A6663

HEX: #3A6663
RGB: (58,102,99)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
102
99

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

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 99 = 259 (100%)
R 58 of 259 ~ 22.39%
G 102 of 259 ~ 39.38%
B 99 of 259 ~ 38.22%

%22.39
%39.38
%38.22

CMYK color model

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

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

CMYK percentages

%43.14
%0
%2.94
%60

Codes

Color #3A6663 in popluar color models

3A6663
RGB5810299
HSL176°27.50%31.37%
HSB/HSV176°43.14%40.00%
CMYK43.14%0.00%2.94%
60.00%

Color #3A6663 in popluar number systems.

HEX3A6663
Decimal5810299
Binary11101011001101100011
Octal72146143

Shades and tints

Shades of #3A6663

#3A6663
(58,102,99)
#355D5A
(53,93,90)
#305451
(48,84,81)
#2B4B48
(43,75,72)
#26423F
(38,66,63)
#213936
(33,57,54)
#1C302D
(28,48,45)
#172724
(23,39,36)
#121E1B
(18,30,27)
#0D1512
(13,21,18)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #3A6663

#3A6663
(58,102,99)
#4B7371
(75,115,113)
#5C807F
(92,128,127)
#6D8D8D
(109,141,141)
#7E9A9B
(126,154,155)
#8FA7A9
(143,167,169)
#A0B4B7
(160,180,183)
#B1C1C5
(177,193,197)
#C2CED3
(194,206,211)
#D3DBE1
(211,219,225)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6663; }

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

This text font color is #3A6663.


Background Color

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

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

This div background color is #3A6663.


Border color

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

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

This div border color is #3A6663.


Opacity

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

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

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

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

This text has shadow with #3A6663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6663 on black background.


Color preview on white background

This text has color #3A6663 on white background.



Black color preview on #3A6663 background

This text has black color on #3A6663 background.


White color preview on #3A6663 background

This text has white color on #3A6663 background.