COLOR #3A515B

HEX: #3A515B
RGB: (58,81,91)

Color info

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

RGB color model

#3A515B color RGB value is (58,81,91).

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

RGB channels and saturation

R 58 of 255 = 23%
G 81 of 255 = 32%
B 91 of 255 = 36%

58
81
91

R + G + B ~ 30%. #3A515B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 81 + 91 = 230 (100%)
R 58 of 230 ~ 25.22%
G 81 of 230 ~ 35.22%
B 91 of 230 ~ 39.57%

%25.22
%35.22
%39.57

CMYK color model

#3A515B color CMYK value is (36,11,0,64).

  • cyan value is 36.26%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(36,11,0,64)
C36M11Y0K64 
(36%,11%,0%,64%)
(0.36/0.11/0.00/0.64)	

CMYK percentages

%36.26
%10.99
%0
%64.31

Codes

Color #3A515B in popluar color models

3A515B
RGB588191
HSL198°22.15%29.22%
HSB/HSV198°36.26%35.69%
CMYK36.26%10.99%0.00%
64.31%

Color #3A515B in popluar number systems.

HEX3A515B
Decimal588191
Binary11101010100011011011
Octal72121133

Shades and tints

Shades of #3A515B

#3A515B
(58,81,91)
#354A53
(53,74,83)
#30434B
(48,67,75)
#2B3C43
(43,60,67)
#26353B
(38,53,59)
#212E33
(33,46,51)
#1C272B
(28,39,43)
#172023
(23,32,35)
#12191B
(18,25,27)
#0D1213
(13,18,19)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A515B

#3A515B
(58,81,91)
#4B6069
(75,96,105)
#5C6F77
(92,111,119)
#6D7E85
(109,126,133)
#7E8D93
(126,141,147)
#8F9CA1
(143,156,161)
#A0ABAF
(160,171,175)
#B1BABD
(177,186,189)
#C2C9CB
(194,201,203)
#D3D8D9
(211,216,217)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A515B; }

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

This text font color is #3A515B.


Background Color

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

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

This div background color is #3A515B.


Border color

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

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

This div border color is #3A515B.


Opacity

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

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

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

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

This text has shadow with #3A515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A515B on black background.


Color preview on white background

This text has color #3A515B on white background.



Black color preview on #3A515B background

This text has black color on #3A515B background.


White color preview on #3A515B background

This text has white color on #3A515B background.