COLOR #3A555E

HEX: #3A555E
RGB: (58,85,94)

Color info

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

RGB color model

#3A555E color RGB value is (58,85,94).

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

RGB channels and saturation

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

58
85
94

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

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 94 = 237 (100%)
R 58 of 237 ~ 24.47%
G 85 of 237 ~ 35.86%
B 94 of 237 ~ 39.66%

%24.47
%35.86
%39.66

CMYK color model

#3A555E color CMYK value is (38,10,0,63).

  • cyan value is 38.30%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(38,10,0,63)
C38M10Y0K63 
(38%,10%,0%,63%)
(0.38/0.10/0.00/0.63)	

CMYK percentages

%38.3
%9.57
%0
%63.14

Codes

Color #3A555E in popluar color models

3A555E
RGB588594
HSL195°23.68%29.80%
HSB/HSV195°38.30%36.86%
CMYK38.30%9.57%0.00%
63.14%

Color #3A555E in popluar number systems.

HEX3A555E
Decimal588594
Binary11101010101011011110
Octal72125136

Shades and tints

Shades of #3A555E

#3A555E
(58,85,94)
#354E56
(53,78,86)
#30474E
(48,71,78)
#2B4046
(43,64,70)
#26393E
(38,57,62)
#213236
(33,50,54)
#1C2B2E
(28,43,46)
#172426
(23,36,38)
#121D1E
(18,29,30)
#0D1616
(13,22,22)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #3A555E

#3A555E
(58,85,94)
#4B646C
(75,100,108)
#5C737A
(92,115,122)
#6D8288
(109,130,136)
#7E9196
(126,145,150)
#8FA0A4
(143,160,164)
#A0AFB2
(160,175,178)
#B1BEC0
(177,190,192)
#C2CDCE
(194,205,206)
#D3DCDC
(211,220,220)
#E4EBEA
(228,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A555E; }

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

This text font color is #3A555E.


Background Color

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

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

This div background color is #3A555E.


Border color

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

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

This div border color is #3A555E.


Opacity

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

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

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

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

This text has shadow with #3A555E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A555E on black background.


Color preview on white background

This text has color #3A555E on white background.



Black color preview on #3A555E background

This text has black color on #3A555E background.


White color preview on #3A555E background

This text has white color on #3A555E background.