COLOR #3A665C

HEX: #3A665C
RGB: (58,102,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

58
102
92

R + G + B ~ 33%. #3A665C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 92 = 252 (100%)
R 58 of 252 ~ 23.02%
G 102 of 252 ~ 40.48%
B 92 of 252 ~ 36.51%

%23.02
%40.48
%36.51

CMYK color model

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

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

CMYK percentages

%43.14
%0
%9.8
%60

Codes

Color #3A665C in popluar color models

3A665C
RGB5810292
HSL166°27.50%31.37%
HSB/HSV166°43.14%40.00%
CMYK43.14%0.00%9.80%
60.00%

Color #3A665C in popluar number systems.

HEX3A665C
Decimal5810292
Binary11101011001101011100
Octal72146134

Shades and tints

Shades of #3A665C

#3A665C
(58,102,92)
#355D54
(53,93,84)
#30544C
(48,84,76)
#2B4B44
(43,75,68)
#26423C
(38,66,60)
#213934
(33,57,52)
#1C302C
(28,48,44)
#172724
(23,39,36)
#121E1C
(18,30,28)
#0D1514
(13,21,20)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A665C

#3A665C
(58,102,92)
#4B736A
(75,115,106)
#5C8078
(92,128,120)
#6D8D86
(109,141,134)
#7E9A94
(126,154,148)
#8FA7A2
(143,167,162)
#A0B4B0
(160,180,176)
#B1C1BE
(177,193,190)
#C2CECC
(194,206,204)
#D3DBDA
(211,219,218)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A665C; }

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

This text font color is #3A665C.


Background Color

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

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

This div background color is #3A665C.


Border color

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

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

This div border color is #3A665C.


Opacity

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

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

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

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

This text has shadow with #3A665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A665C on black background.


Color preview on white background

This text has color #3A665C on white background.



Black color preview on #3A665C background

This text has black color on #3A665C background.


White color preview on #3A665C background

This text has white color on #3A665C background.