COLOR #3A555F

HEX: #3A555F
RGB: (58,85,95)

Color info

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

RGB color model

#3A555F color RGB value is (58,85,95).

  • red value is 58;
  • green value is 85;
  • blue value is 95.
RGB:
(58,85,95)
(23%,33%,37%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 95 of 255 = 37%

58
85
95

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

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 95 = 238 (100%)
R 58 of 238 ~ 24.37%
G 85 of 238 ~ 35.71%
B 95 of 238 ~ 39.92%

%24.37
%35.71
%39.92

CMYK color model

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

  • cyan value is 38.95%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(39,11,0,63)
C39M11Y0K63 
(39%,11%,0%,63%)
(0.39/0.11/0.00/0.63)	

CMYK percentages

%38.95
%10.53
%0
%62.75

Codes

Color #3A555F in popluar color models

3A555F
RGB588595
HSL196°24.18%30.00%
HSB/HSV196°38.95%37.25%
CMYK38.95%10.53%0.00%
62.75%

Color #3A555F in popluar number systems.

HEX3A555F
Decimal588595
Binary11101010101011011111
Octal72125137

Shades and tints

Shades of #3A555F

#3A555F
(58,85,95)
#354E57
(53,78,87)
#30474F
(48,71,79)
#2B4047
(43,64,71)
#26393F
(38,57,63)
#213237
(33,50,55)
#1C2B2F
(28,43,47)
#172427
(23,36,39)
#121D1F
(18,29,31)
#0D1617
(13,22,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #3A555F

#3A555F
(58,85,95)
#4B646D
(75,100,109)
#5C737B
(92,115,123)
#6D8289
(109,130,137)
#7E9197
(126,145,151)
#8FA0A5
(143,160,165)
#A0AFB3
(160,175,179)
#B1BEC1
(177,190,193)
#C2CDCF
(194,205,207)
#D3DCDD
(211,220,221)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A555F; }

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

This text font color is #3A555F.


Background Color

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

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

This div background color is #3A555F.


Border color

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

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

This div border color is #3A555F.


Opacity

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

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

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

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

This text has shadow with #3A555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A555F on black background.


Color preview on white background

This text has color #3A555F on white background.



Black color preview on #3A555F background

This text has black color on #3A555F background.


White color preview on #3A555F background

This text has white color on #3A555F background.