COLOR #3B5159

HEX: #3B5159 RGB: (59,81,89)

Color info

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

RGB color model

#3B5159 color RGB value is (59,81,89).

RGB: (59,81,89) (23%, 32%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 81 of 255 = 32%
B 89 of 255 = 35%

59
81
89

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

Portions of RGB colors in percentages

R + G + B = 59 + 81 + 89 = 229 (100%)
R 59 of 229 ~ 25.76%
G 81 of 229 ~ 35.37%
B 89 of 229 ~ 38.86'%

%25.76
%35.37
%38.86

CMYK color model

#3B5159 color CMYK value is (34,9,0,65).

  • cyan value is 33.71%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (34,9,0,65)
C34M9Y0K65 (34%, 9%, 0%, 65%)
(0.34 / 0.09 / 0.00 / 0.65)

CMYK percentages

%33.71
%8.99
%0
%65.1

Codes

Color #3B5159 in popluar color models

3B 51 59
RGB 59 81 89
HSL 196° 20.27% 29.02%
HSB/HSV 196° 33.71% 34.90%
CMYK 33.71% 8.99% 0.00%
65.10%

Color #3B5159 in popluar number systems.

HEX 3B 51 59
Decimal 59 81 89
Binary 111011 1010001 1011001
Octal 73 121 131

Shades and tints

Shades of #3B5159

#3B5159
(59,81,89)
#364A51
(54,74,81)
#314349
(49,67,73)
#2C3C41
(44,60,65)
#273539
(39,53,57)
#222E31
(34,46,49)
#1D2729
(29,39,41)
#182021
(24,32,33)
#131919
(19,25,25)
#0E1211
(14,18,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #3B5159

#3B5159
(59,81,89)
#4C6068
(76,96,104)
#5D6F77
(93,111,119)
#6E7E86
(110,126,134)
#7F8D95
(127,141,149)
#909CA4
(144,156,164)
#A1ABB3
(161,171,179)
#B2BAC2
(178,186,194)
#C3C9D1
(195,201,209)
#D4D8E0
(212,216,224)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5159; }

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

This text font color is #3B5159.

Background Color

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

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

This div background color is #3B5159.

Border color

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

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

This div border color is #3B5159.

Opacity

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

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

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

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

This text has shadow with #3B5159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5159.

Preview

Color preview on black background

This text has color #3B5159 on black background.


Color preview on white background

This text has color #3B5159 on white background.


Black color preview on #3B5159 background

This text has black color on #3B5159 background.


White color preview on #3B5159 background

This text has white color on #3B5159 background.


Related colors

Complementary color

Complementary color for #hex is #C4AEA6.


I love getcolorcode.com

Triadic colors

1 #593B51 and #51593B with #3B5159 are triadic colors.

2 #59513B and #513B59 with #3B5159 are triadic colors.