COLOR #3A5165

HEX: #3A5165
RGB: (58,81,101)

Color info

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

RGB color model

#3A5165 color RGB value is (58,81,101).

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

RGB channels and saturation

R 58 of 255 = 23%
G 81 of 255 = 32%
B 101 of 255 = 40%

58
81
101

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

Portions of RGB colors in percentages

R + G + B =
58 + 81 + 101 = 240 (100%)
R 58 of 240 ~ 24.17%
G 81 of 240 ~ 33.75%
B 101 of 240 ~ 42.08%

%24.17
%33.75
%42.08

CMYK color model

#3A5165 color CMYK value is (43,20,0,60).

  • cyan value is 42.57%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(43,20,0,60)
C43M20Y0K60 
(43%,20%,0%,60%)
(0.43/0.20/0.00/0.60)	

CMYK percentages

%42.57
%19.8
%0
%60.39

Codes

Color #3A5165 in popluar color models

3A5165
RGB5881101
HSL208°27.04%31.18%
HSB/HSV208°42.57%39.61%
CMYK42.57%19.80%0.00%
60.39%

Color #3A5165 in popluar number systems.

HEX3A5165
Decimal5881101
Binary11101010100011100101
Octal72121145

Shades and tints

Shades of #3A5165

#3A5165
(58,81,101)
#354A5C
(53,74,92)
#304353
(48,67,83)
#2B3C4A
(43,60,74)
#263541
(38,53,65)
#212E38
(33,46,56)
#1C272F
(28,39,47)
#172026
(23,32,38)
#12191D
(18,25,29)
#0D1214
(13,18,20)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A5165

#3A5165
(58,81,101)
#4B6073
(75,96,115)
#5C6F81
(92,111,129)
#6D7E8F
(109,126,143)
#7E8D9D
(126,141,157)
#8F9CAB
(143,156,171)
#A0ABB9
(160,171,185)
#B1BAC7
(177,186,199)
#C2C9D5
(194,201,213)
#D3D8E3
(211,216,227)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5165; }

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

This text font color is #3A5165.


Background Color

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

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

This div background color is #3A5165.


Border color

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

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

This div border color is #3A5165.


Opacity

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

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

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

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

This text has shadow with #3A5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5165 on black background.


Color preview on white background

This text has color #3A5165 on white background.



Black color preview on #3A5165 background

This text has black color on #3A5165 background.


White color preview on #3A5165 background

This text has white color on #3A5165 background.