COLOR #3A5F5B

HEX: #3A5F5B
RGB: (58,95,91)

Color info

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

RGB color model

#3A5F5B color RGB value is (58,95,91).

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

RGB channels and saturation

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

58
95
91

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

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 91 = 244 (100%)
R 58 of 244 ~ 23.77%
G 95 of 244 ~ 38.93%
B 91 of 244 ~ 37.3%

%23.77
%38.93
%37.3

CMYK color model

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

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 62.75%
CMYK:
(39,0,4,63)
C39M0Y4K63 
(39%,0%,4%,63%)
(0.39/0.00/0.04/0.63)	

CMYK percentages

%38.95
%0
%4.21
%62.75

Codes

Color #3A5F5B in popluar color models

3A5F5B
RGB589591
HSL174°24.18%30.00%
HSB/HSV174°38.95%37.25%
CMYK38.95%0.00%4.21%
62.75%

Color #3A5F5B in popluar number systems.

HEX3A5F5B
Decimal589591
Binary11101010111111011011
Octal72137133

Shades and tints

Shades of #3A5F5B

#3A5F5B
(58,95,91)
#355753
(53,87,83)
#304F4B
(48,79,75)
#2B4743
(43,71,67)
#263F3B
(38,63,59)
#213733
(33,55,51)
#1C2F2B
(28,47,43)
#172723
(23,39,35)
#121F1B
(18,31,27)
#0D1713
(13,23,19)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #3A5F5B

#3A5F5B
(58,95,91)
#4B6D69
(75,109,105)
#5C7B77
(92,123,119)
#6D8985
(109,137,133)
#7E9793
(126,151,147)
#8FA5A1
(143,165,161)
#A0B3AF
(160,179,175)
#B1C1BD
(177,193,189)
#C2CFCB
(194,207,203)
#D3DDD9
(211,221,217)
#E4EBE7
(228,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5F5B; }

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

This text font color is #3A5F5B.


Background Color

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

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

This div background color is #3A5F5B.


Border color

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

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

This div border color is #3A5F5B.


Opacity

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

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

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

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

This text has shadow with #3A5F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5F5B on black background.


Color preview on white background

This text has color #3A5F5B on white background.



Black color preview on #3A5F5B background

This text has black color on #3A5F5B background.


White color preview on #3A5F5B background

This text has white color on #3A5F5B background.