COLOR #3A655F

HEX: #3A655F RGB: (58,101,95)

Color info

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

RGB color model

#3A655F color RGB value is (58,101,95).

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

RGB channels and saturation

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

58
101
95

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

Portions of RGB colors in percentages

R + G + B = 58 + 101 + 95 = 254 (100%)
R 58 of 254 ~ 22.83%
G 101 of 254 ~ 39.76%
B 95 of 254 ~ 37.4'%

%22.83
%39.76
%37.4

CMYK color model

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

  • cyan value is 42.57%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 60.39%

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

CMYK percentages

%42.57
%0
%5.94
%60.39

Codes

Color #3A655F in popluar color models

3A 65 5F
RGB 58 101 95
HSL 172° 27.04% 31.18%
HSB/HSV 172° 42.57% 39.61%
CMYK 42.57% 0.00% 5.94%
60.39%

Color #3A655F in popluar number systems.

HEX 3A 65 5F
Decimal 58 101 95
Binary 111010 1100101 1011111
Octal 72 145 137

Shades and tints

Shades of #3A655F

#3A655F
(58,101,95)
#355C57
(53,92,87)
#30534F
(48,83,79)
#2B4A47
(43,74,71)
#26413F
(38,65,63)
#213837
(33,56,55)
#1C2F2F
(28,47,47)
#172627
(23,38,39)
#121D1F
(18,29,31)
#0D1417
(13,20,23)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A655F

#3A655F
(58,101,95)
#4B736D
(75,115,109)
#5C817B
(92,129,123)
#6D8F89
(109,143,137)
#7E9D97
(126,157,151)
#8FABA5
(143,171,165)
#A0B9B3
(160,185,179)
#B1C7C1
(177,199,193)
#C2D5CF
(194,213,207)
#D3E3DD
(211,227,221)
#E4F1EB
(228,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A655F; }

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

This text font color is #3A655F.

Background Color

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

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

This div background color is #3A655F.

Border color

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

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

This div border color is #3A655F.

Opacity

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

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

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

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

This text has shadow with #3A655F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A655F.

Preview

Color preview on black background

This text has color #3A655F on black background.


Color preview on white background

This text has color #3A655F on white background.


Black color preview on #3A655F background

This text has black color on #3A655F background.


White color preview on #3A655F background

This text has white color on #3A655F background.


Related colors

Complementary color

Complementary color for #hex is #C59AA0.


I love getcolorcode.com

Triadic colors

1 #5F3A65 and #655F3A with #3A655F are triadic colors.

2 #5F653A and #653A5F with #3A655F are triadic colors.