COLOR #3A5C5F

HEX: #3A5C5F RGB: (58,92,95)

Color info

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

RGB color model

#3A5C5F color RGB value is (58,92,95).

RGB: (58,92,95) (23%, 36%, 37%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 95 of 255 = 37%

58
92
95

R + G + B ~ 32%. #3A5C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 92 + 95 = 245 (100%)
R 58 of 245 ~ 23.67%
G 92 of 245 ~ 37.55%
B 95 of 245 ~ 38.78'%

%23.67
%37.55
%38.78

CMYK color model

#3A5C5F color CMYK value is (39,3,0,63).

  • cyan value is 38.95%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (39,3,0,63)
C39M3Y0K63 (39%, 3%, 0%, 63%)
(0.39 / 0.03 / 0.00 / 0.63)

CMYK percentages

%38.95
%3.16
%0
%62.75

Codes

Color #3A5C5F in popluar color models

3A 5C 5F
RGB 58 92 95
HSL 185° 24.18% 30.00%
HSB/HSV 185° 38.95% 37.25%
CMYK 38.95% 3.16% 0.00%
62.75%

Color #3A5C5F in popluar number systems.

HEX 3A 5C 5F
Decimal 58 92 95
Binary 111010 1011100 1011111
Octal 72 134 137

Shades and tints

Shades of #3A5C5F

#3A5C5F
(58,92,95)
#355457
(53,84,87)
#304C4F
(48,76,79)
#2B4447
(43,68,71)
#263C3F
(38,60,63)
#213437
(33,52,55)
#1C2C2F
(28,44,47)
#172427
(23,36,39)
#121C1F
(18,28,31)
#0D1417
(13,20,23)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #3A5C5F

#3A5C5F
(58,92,95)
#4B6A6D
(75,106,109)
#5C787B
(92,120,123)
#6D8689
(109,134,137)
#7E9497
(126,148,151)
#8FA2A5
(143,162,165)
#A0B0B3
(160,176,179)
#B1BEC1
(177,190,193)
#C2CCCF
(194,204,207)
#D3DADD
(211,218,221)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5C5F; }

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

This text font color is #3A5C5F.

Background Color

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

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

This div background color is #3A5C5F.

Border color

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

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

This div border color is #3A5C5F.

Opacity

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

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

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

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

This text has shadow with #3A5C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5C5F.

Preview

Color preview on black background

This text has color #3A5C5F on black background.


Color preview on white background

This text has color #3A5C5F on white background.


Black color preview on #3A5C5F background

This text has black color on #3A5C5F background.


White color preview on #3A5C5F background

This text has white color on #3A5C5F background.


Related colors

Complementary color

Complementary color for #hex is #C5A3A0.


I love getcolorcode.com

Triadic colors

1 #5F3A5C and #5C5F3A with #3A5C5F are triadic colors.

2 #5F5C3A and #5C3A5F with #3A5C5F are triadic colors.