COLOR #3A575C

HEX: #3A575C
RGB: (58,87,92)

Color info

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

RGB color model

#3A575C color RGB value is (58,87,92).

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

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 92 of 255 = 36%

58
87
92

R + G + B ~ 31%. #3A575C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 92 = 237 (100%)
R 58 of 237 ~ 24.47%
G 87 of 237 ~ 36.71%
B 92 of 237 ~ 38.82%

%24.47
%36.71
%38.82

CMYK color model

#3A575C color CMYK value is (37,5,0,64).

  • cyan value is 36.96%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(37,5,0,64)
C37M5Y0K64 
(37%,5%,0%,64%)
(0.37/0.05/0.00/0.64)	

CMYK percentages

%36.96
%5.43
%0
%63.92

Codes

Color #3A575C in popluar color models

3A575C
RGB588792
HSL189°22.67%29.41%
HSB/HSV189°36.96%36.08%
CMYK36.96%5.43%0.00%
63.92%

Color #3A575C in popluar number systems.

HEX3A575C
Decimal588792
Binary11101010101111011100
Octal72127134

Shades and tints

Shades of #3A575C

#3A575C
(58,87,92)
#355054
(53,80,84)
#30494C
(48,73,76)
#2B4244
(43,66,68)
#263B3C
(38,59,60)
#213434
(33,52,52)
#1C2D2C
(28,45,44)
#172624
(23,38,36)
#121F1C
(18,31,28)
#0D1814
(13,24,20)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #3A575C

#3A575C
(58,87,92)
#4B666A
(75,102,106)
#5C7578
(92,117,120)
#6D8486
(109,132,134)
#7E9394
(126,147,148)
#8FA2A2
(143,162,162)
#A0B1B0
(160,177,176)
#B1C0BE
(177,192,190)
#C2CFCC
(194,207,204)
#D3DEDA
(211,222,218)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A575C; }

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

This text font color is #3A575C.


Background Color

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

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

This div background color is #3A575C.


Border color

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

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

This div border color is #3A575C.


Opacity

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

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

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

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

This text has shadow with #3A575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A575C on black background.


Color preview on white background

This text has color #3A575C on white background.



Black color preview on #3A575C background

This text has black color on #3A575C background.


White color preview on #3A575C background

This text has white color on #3A575C background.