COLOR #3B595B

HEX: #3B595B
RGB: (59,89,91)

Color info

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

RGB color model

#3B595B color RGB value is (59,89,91).

  • red value is 59;
  • green value is 89;
  • blue value is 91.
RGB:
(59,89,91)
(23%,35%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 91 of 255 = 36%

59
89
91

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

Portions of RGB colors in percentages

R + G + B =
59 + 89 + 91 = 239 (100%)
R 59 of 239 ~ 24.69%
G 89 of 239 ~ 37.24%
B 91 of 239 ~ 38.08%

%24.69
%37.24
%38.08

CMYK color model

#3B595B color CMYK value is (35,2,0,64).

  • cyan value is 35.16%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(35,2,0,64)
C35M2Y0K64 
(35%,2%,0%,64%)
(0.35/0.02/0.00/0.64)	

CMYK percentages

%35.16
%2.2
%0
%64.31

Codes

Color #3B595B in popluar color models

3B595B
RGB598991
HSL184°21.33%29.41%
HSB/HSV184°35.16%35.69%
CMYK35.16%2.20%0.00%
64.31%

Color #3B595B in popluar number systems.

HEX3B595B
Decimal598991
Binary11101110110011011011
Octal73131133

Shades and tints

Shades of #3B595B

#3B595B
(59,89,91)
#365153
(54,81,83)
#31494B
(49,73,75)
#2C4143
(44,65,67)
#27393B
(39,57,59)
#223133
(34,49,51)
#1D292B
(29,41,43)
#182123
(24,33,35)
#13191B
(19,25,27)
#0E1113
(14,17,19)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #3B595B

#3B595B
(59,89,91)
#4C6869
(76,104,105)
#5D7777
(93,119,119)
#6E8685
(110,134,133)
#7F9593
(127,149,147)
#90A4A1
(144,164,161)
#A1B3AF
(161,179,175)
#B2C2BD
(178,194,189)
#C3D1CB
(195,209,203)
#D4E0D9
(212,224,217)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B595B; }

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

This text font color is #3B595B.


Background Color

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

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

This div background color is #3B595B.


Border color

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

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

This div border color is #3B595B.


Opacity

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

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

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

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

This text has shadow with #3B595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B595B on black background.


Color preview on white background

This text has color #3B595B on white background.



Black color preview on #3B595B background

This text has black color on #3B595B background.


White color preview on #3B595B background

This text has white color on #3B595B background.