COLOR #3B596D

HEX: #3B596D RGB: (59,89,109)

Color info

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

RGB color model

#3B596D color RGB value is (59,89,109).

RGB: (59,89,109) (23%, 35%, 43%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 109 of 255 = 43%

59
89
109

R + G + B ~ 34%. #3B596D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 89 + 109 = 257 (100%)
R 59 of 257 ~ 22.96%
G 89 of 257 ~ 34.63%
B 109 of 257 ~ 42.41'%

%22.96
%34.63
%42.41

CMYK color model

#3B596D color CMYK value is (46,18,0,57).

  • cyan value is 45.87%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (46,18,0,57)
C46M18Y0K57 (46%, 18%, 0%, 57%)
(0.46 / 0.18 / 0.00 / 0.57)

CMYK percentages

%45.87
%18.35
%0
%57.25

Codes

Color #3B596D in popluar color models

3B 59 6D
RGB 59 89 109
HSL 204° 29.76% 32.94%
HSB/HSV 204° 45.87% 42.75%
CMYK 45.87% 18.35% 0.00%
57.25%

Color #3B596D in popluar number systems.

HEX 3B 59 6D
Decimal 59 89 109
Binary 111011 1011001 1101101
Octal 73 131 155

Shades and tints

Shades of #3B596D

#3B596D
(59,89,109)
#365164
(54,81,100)
#31495B
(49,73,91)
#2C4152
(44,65,82)
#273949
(39,57,73)
#223140
(34,49,64)
#1D2937
(29,41,55)
#18212E
(24,33,46)
#131925
(19,25,37)
#0E111C
(14,17,28)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #3B596D

#3B596D
(59,89,109)
#4C687A
(76,104,122)
#5D7787
(93,119,135)
#6E8694
(110,134,148)
#7F95A1
(127,149,161)
#90A4AE
(144,164,174)
#A1B3BB
(161,179,187)
#B2C2C8
(178,194,200)
#C3D1D5
(195,209,213)
#D4E0E2
(212,224,226)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B596D; }

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

This text font color is #3B596D.

Background Color

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

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

This div background color is #3B596D.

Border color

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

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

This div border color is #3B596D.

Opacity

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

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

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

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

This text has shadow with #3B596D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B596D.

Preview

Color preview on black background

This text has color #3B596D on black background.


Color preview on white background

This text has color #3B596D on white background.


Black color preview on #3B596D background

This text has black color on #3B596D background.


White color preview on #3B596D background

This text has white color on #3B596D background.


Related colors

Complementary color

Complementary color for #hex is #C4A692.


I love getcolorcode.com

Triadic colors

1 #6D3B59 and #596D3B with #3B596D are triadic colors.

2 #6D593B and #593B6D with #3B596D are triadic colors.