COLOR #3B515F

HEX: #3B515F
RGB: (59,81,95)

Color info

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

RGB color model

#3B515F color RGB value is (59,81,95).

  • red value is 59;
  • green value is 81;
  • blue value is 95.
RGB:
(59,81,95)
(23%,32%,37%)

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 95 of 255 = 37%

59
81
95

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

Portions of RGB colors in percentages

R + G + B =
59 + 81 + 95 = 235 (100%)
R 59 of 235 ~ 25.11%
G 81 of 235 ~ 34.47%
B 95 of 235 ~ 40.43%

%25.11
%34.47
%40.43

CMYK color model

#3B515F color CMYK value is (38,15,0,63).

  • cyan value is 37.89%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(38,15,0,63)
C38M15Y0K63 
(38%,15%,0%,63%)
(0.38/0.15/0.00/0.63)	

CMYK percentages

%37.89
%14.74
%0
%62.75

Codes

Color #3B515F in popluar color models

3B515F
RGB598195
HSL203°23.38%30.20%
HSB/HSV203°37.89%37.25%
CMYK37.89%14.74%0.00%
62.75%

Color #3B515F in popluar number systems.

HEX3B515F
Decimal598195
Binary11101110100011011111
Octal73121137

Shades and tints

Shades of #3B515F

#3B515F
(59,81,95)
#364A57
(54,74,87)
#31434F
(49,67,79)
#2C3C47
(44,60,71)
#27353F
(39,53,63)
#222E37
(34,46,55)
#1D272F
(29,39,47)
#182027
(24,32,39)
#13191F
(19,25,31)
#0E1217
(14,18,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #3B515F

#3B515F
(59,81,95)
#4C606D
(76,96,109)
#5D6F7B
(93,111,123)
#6E7E89
(110,126,137)
#7F8D97
(127,141,151)
#909CA5
(144,156,165)
#A1ABB3
(161,171,179)
#B2BAC1
(178,186,193)
#C3C9CF
(195,201,207)
#D4D8DD
(212,216,221)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B515F color. Also use rgb(59,81,95) instead hex code.

Text Font Color

.myTextColor { color: #3B515F; }

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

This text font color is #3B515F.


Background Color

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

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

This div background color is #3B515F.


Border color

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

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

This div border color is #3B515F.


Opacity

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

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

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

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

This text has shadow with #3B515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B515F on black background.


Color preview on white background

This text has color #3B515F on white background.



Black color preview on #3B515F background

This text has black color on #3B515F background.


White color preview on #3B515F background

This text has white color on #3B515F background.