COLOR #3A5160

HEX: #3A5160
RGB: (58,81,96)

Color info

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

RGB color model

#3A5160 color RGB value is (58,81,96).

  • red value is 58;
  • green value is 81;
  • blue value is 96.
RGB:
(58,81,96)
(23%,32%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 81 of 255 = 32%
B 96 of 255 = 38%

58
81
96

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

Portions of RGB colors in percentages

R + G + B =
58 + 81 + 96 = 235 (100%)
R 58 of 235 ~ 24.68%
G 81 of 235 ~ 34.47%
B 96 of 235 ~ 40.85%

%24.68
%34.47
%40.85

CMYK color model

#3A5160 color CMYK value is (40,16,0,62).

  • cyan value is 39.58%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(40,16,0,62)
C40M16Y0K62 
(40%,16%,0%,62%)
(0.40/0.16/0.00/0.62)	

CMYK percentages

%39.58
%15.63
%0
%62.35

Codes

Color #3A5160 in popluar color models

3A5160
RGB588196
HSL204°24.68%30.20%
HSB/HSV204°39.58%37.65%
CMYK39.58%15.63%0.00%
62.35%

Color #3A5160 in popluar number systems.

HEX3A5160
Decimal588196
Binary11101010100011100000
Octal72121140

Shades and tints

Shades of #3A5160

#3A5160
(58,81,96)
#354A58
(53,74,88)
#304350
(48,67,80)
#2B3C48
(43,60,72)
#263540
(38,53,64)
#212E38
(33,46,56)
#1C2730
(28,39,48)
#172028
(23,32,40)
#121920
(18,25,32)
#0D1218
(13,18,24)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #3A5160

#3A5160
(58,81,96)
#4B606E
(75,96,110)
#5C6F7C
(92,111,124)
#6D7E8A
(109,126,138)
#7E8D98
(126,141,152)
#8F9CA6
(143,156,166)
#A0ABB4
(160,171,180)
#B1BAC2
(177,186,194)
#C2C9D0
(194,201,208)
#D3D8DE
(211,216,222)
#E4E7EC
(228,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5160 color. Also use rgb(58,81,96) instead hex code.

Text Font Color

.myTextColor { color: #3A5160; }

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

This text font color is #3A5160.


Background Color

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

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

This div background color is #3A5160.


Border color

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

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

This div border color is #3A5160.


Opacity

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

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

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

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

This text has shadow with #3A5160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5160 on black background.


Color preview on white background

This text has color #3A5160 on white background.



Black color preview on #3A5160 background

This text has black color on #3A5160 background.


White color preview on #3A5160 background

This text has white color on #3A5160 background.