COLOR #3A5958

HEX: #3A5958 RGB: (58,89,88)

Color info

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

RGB color model

#3A5958 color RGB value is (58,89,88).

RGB: (58,89,88) (23%, 35%, 35%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 88 of 255 = 35%

58
89
88

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

Portions of RGB colors in percentages

R + G + B = 58 + 89 + 88 = 235 (100%)
R 58 of 235 ~ 24.68%
G 89 of 235 ~ 37.87%
B 88 of 235 ~ 37.45'%

%24.68
%37.87
%37.45

CMYK color model

#3A5958 color CMYK value is (35,0,1,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 65.10%
CMYK: (35,0,1,65) C35M0Y1K65 (35%,0%,1%,65%) (0.35/0.00/0.01/0.65) 

CMYK percentages

%34.83
%0
%1.12
%65.1

Codes

Color #3A5958 in popluar color models

3A 59 58
RGB 58 89 88
HSL 178° 21.09% 28.82%
HSB/HSV 178° 34.83% 34.90%
CMYK 34.83% 0.00% 1.12%
65.10%

Color #3A5958 in popluar number systems.

HEX 3A 59 58
Decimal 58 89 88
Binary 111010 1011001 1011000
Octal 72 131 130

Shades and tints

Shades of #3A5958

#3A5958
(58,89,88)
#355150
(53,81,80)
#304948
(48,73,72)
#2B4140
(43,65,64)
#263938
(38,57,56)
#213130
(33,49,48)
#1C2928
(28,41,40)
#172120
(23,33,32)
#121918
(18,25,24)
#0D1110
(13,17,16)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #3A5958

#3A5958
(58,89,88)
#4B6867
(75,104,103)
#5C7776
(92,119,118)
#6D8685
(109,134,133)
#7E9594
(126,149,148)
#8FA4A3
(143,164,163)
#A0B3B2
(160,179,178)
#B1C2C1
(177,194,193)
#C2D1D0
(194,209,208)
#D3E0DF
(211,224,223)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5958 color. Also use rgb(58,89,88) instead hex code.

Text Font Color

.myTextColor { color: #3A5958; }

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

This text font color is #3A5958.

Background Color

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

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

This div background color is #3A5958.

Border color

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

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

This div border color is #3A5958.

Opacity

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

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

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

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

This text has shadow with #3A5958 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5958.

Preview

Color preview on black background

This text has color #3A5958 on black background.


Color preview on white background

This text has color #3A5958 on white background.


Black color preview on #3A5958 background

This text has black color on #3A5958 background.


White color preview on #3A5958 background

This text has white color on #3A5958 background.


Related colors

Complementary color

Complementary color for #hex is #C5A6A7.


I love getcolorcode.com

Triadic colors

1 #583A59 and #59583A with #3A5958 are triadic colors.

2 #58593A and #593A58 with #3A5958 are triadic colors.