COLOR #3A665F

HEX: #3A665F RGB: (58,102,95)

Color info

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

RGB color model

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

RGB: (58,102,95) (23%, 40%, 37%)

RGB channels and saturation

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

58
102
95

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

Portions of RGB colors in percentages

R + G + B = 58 + 102 + 95 = 255 (100%)
R 58 of 255 ~ 22.75%
G 102 of 255 ~ 40%
B 95 of 255 ~ 37.25'%

%22.75
%40
%37.25

CMYK color model

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

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

CMYK: (43,0,7,60)
C43M0Y7K60 (43%, 0%, 7%, 60%)
(0.43 / 0.00 / 0.07 / 0.60)

CMYK percentages

%43.14
%0
%6.86
%60

Codes

Color #3A665F in popluar color models

3A 66 5F
RGB 58 102 95
HSL 170° 27.50% 31.37%
HSB/HSV 170° 43.14% 40.00%
CMYK 43.14% 0.00% 6.86%
60.00%

Color #3A665F in popluar number systems.

HEX 3A 66 5F
Decimal 58 102 95
Binary 111010 1100110 1011111
Octal 72 146 137

Shades and tints

Shades of #3A665F

#3A665F
(58,102,95)
#355D57
(53,93,87)
#30544F
(48,84,79)
#2B4B47
(43,75,71)
#26423F
(38,66,63)
#213937
(33,57,55)
#1C302F
(28,48,47)
#172727
(23,39,39)
#121E1F
(18,30,31)
#0D1517
(13,21,23)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #3A665F

#3A665F
(58,102,95)
#4B736D
(75,115,109)
#5C807B
(92,128,123)
#6D8D89
(109,141,137)
#7E9A97
(126,154,151)
#8FA7A5
(143,167,165)
#A0B4B3
(160,180,179)
#B1C1C1
(177,193,193)
#C2CECF
(194,206,207)
#D3DBDD
(211,219,221)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A665F; }

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

This text font color is #3A665F.

Background Color

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

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

This div background color is #3A665F.

Border color

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

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

This div border color is #3A665F.

Opacity

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

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

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

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

This text has shadow with #3A665F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A665F.

Preview

Color preview on black background

This text has color #3A665F on black background.


Color preview on white background

This text has color #3A665F on white background.


Black color preview on #3A665F background

This text has black color on #3A665F background.


White color preview on #3A665F background

This text has white color on #3A665F background.


Related colors

Complementary color

Complementary color for #hex is #C599A0.


I love getcolorcode.com

Triadic colors

1 #5F3A66 and #665F3A with #3A665F are triadic colors.

2 #5F663A and #663A5F with #3A665F are triadic colors.