COLOR #3A5968

HEX: #3A5968
RGB: (58,89,104)

Color info

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

RGB color model

#3A5968 color RGB value is (58,89,104).

  • red value is 58;
  • green value is 89;
  • blue value is 104.
RGB:
(58,89,104)
(23%,35%,41%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 104 of 255 = 41%

58
89
104

R + G + B ~ 33%. #3A5968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 104 = 251 (100%)
R 58 of 251 ~ 23.11%
G 89 of 251 ~ 35.46%
B 104 of 251 ~ 41.43%

%23.11
%35.46
%41.43

CMYK color model

#3A5968 color CMYK value is (44,14,0,59).

  • cyan value is 44.23%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(44,14,0,59)
C44M14Y0K59 
(44%,14%,0%,59%)
(0.44/0.14/0.00/0.59)	

CMYK percentages

%44.23
%14.42
%0
%59.22

Codes

Color #3A5968 in popluar color models

3A5968
RGB5889104
HSL200°28.40%31.76%
HSB/HSV200°44.23%40.78%
CMYK44.23%14.42%0.00%
59.22%

Color #3A5968 in popluar number systems.

HEX3A5968
Decimal5889104
Binary11101010110011101000
Octal72131150

Shades and tints

Shades of #3A5968

#3A5968
(58,89,104)
#35515F
(53,81,95)
#304956
(48,73,86)
#2B414D
(43,65,77)
#263944
(38,57,68)
#21313B
(33,49,59)
#1C2932
(28,41,50)
#172129
(23,33,41)
#121920
(18,25,32)
#0D1117
(13,17,23)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #3A5968

#3A5968
(58,89,104)
#4B6875
(75,104,117)
#5C7782
(92,119,130)
#6D868F
(109,134,143)
#7E959C
(126,149,156)
#8FA4A9
(143,164,169)
#A0B3B6
(160,179,182)
#B1C2C3
(177,194,195)
#C2D1D0
(194,209,208)
#D3E0DD
(211,224,221)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5968; }

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

This text font color is #3A5968.


Background Color

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

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

This div background color is #3A5968.


Border color

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

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

This div border color is #3A5968.


Opacity

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

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

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

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

This text has shadow with #3A5968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5968 on black background.


Color preview on white background

This text has color #3A5968 on white background.



Black color preview on #3A5968 background

This text has black color on #3A5968 background.


White color preview on #3A5968 background

This text has white color on #3A5968 background.