COLOR #3B6575

HEX: #3B6575 RGB: (59,101,117)

Color info

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

RGB color model

#3B6575 color RGB value is (59,101,117).

RGB: (59,101,117) (23%, 40%, 46%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 117 of 255 = 46%

59
101
117

R + G + B ~ 36%. #3B6575 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 101 + 117 = 277 (100%)
R 59 of 277 ~ 21.3%
G 101 of 277 ~ 36.46%
B 117 of 277 ~ 42.24'%

%21.3
%36.46
%42.24

CMYK color model

#3B6575 color CMYK value is (50,14,0,54).

  • cyan value is 49.57%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (50,14,0,54)
C50M14Y0K54 (50%, 14%, 0%, 54%)
(0.50 / 0.14 / 0.00 / 0.54)

CMYK percentages

%49.57
%13.68
%0
%54.12

Codes

Color #3B6575 in popluar color models

3B 65 75
RGB 59 101 117
HSL 197° 32.95% 34.51%
HSB/HSV 197° 49.57% 45.88%
CMYK 49.57% 13.68% 0.00%
54.12%

Color #3B6575 in popluar number systems.

HEX 3B 65 75
Decimal 59 101 117
Binary 111011 1100101 1110101
Octal 73 145 165

Shades and tints

Shades of #3B6575

#3B6575
(59,101,117)
#365C6B
(54,92,107)
#315361
(49,83,97)
#2C4A57
(44,74,87)
#27414D
(39,65,77)
#223843
(34,56,67)
#1D2F39
(29,47,57)
#18262F
(24,38,47)
#131D25
(19,29,37)
#0E141B
(14,20,27)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #3B6575

#3B6575
(59,101,117)
#4C7381
(76,115,129)
#5D818D
(93,129,141)
#6E8F99
(110,143,153)
#7F9DA5
(127,157,165)
#90ABB1
(144,171,177)
#A1B9BD
(161,185,189)
#B2C7C9
(178,199,201)
#C3D5D5
(195,213,213)
#D4E3E1
(212,227,225)
#E5F1ED
(229,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6575 color. Also use rgb(59,101,117) instead hex code.

Text Font Color

.myTextColor { color: #3B6575; }

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

This text font color is #3B6575.

Background Color

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

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

This div background color is #3B6575.

Border color

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

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

This div border color is #3B6575.

Opacity

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

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

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

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

This text has shadow with #3B6575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6575.

Preview

Color preview on black background

This text has color #3B6575 on black background.


Color preview on white background

This text has color #3B6575 on white background.


Black color preview on #3B6575 background

This text has black color on #3B6575 background.


White color preview on #3B6575 background

This text has white color on #3B6575 background.


Related colors

Complementary color

Complementary color for #hex is #C49A8A.


I love getcolorcode.com

Triadic colors

1 #753B65 and #65753B with #3B6575 are triadic colors.

2 #75653B and #653B75 with #3B6575 are triadic colors.