COLOR #3B5A75

HEX: #3B5A75
RGB: (59,90,117)

Color info

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

RGB color model

#3B5A75 color RGB value is (59,90,117).

  • red value is 59;
  • green value is 90;
  • blue value is 117.
RGB:
(59,90,117)
(23%,35%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 90 of 255 = 35%
B 117 of 255 = 46%

59
90
117

R + G + B ~ 35%. #3B5A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 90 + 117 = 266 (100%)
R 59 of 266 ~ 22.18%
G 90 of 266 ~ 33.83%
B 117 of 266 ~ 43.98%

%22.18
%33.83
%43.98

CMYK color model

#3B5A75 color CMYK value is (50,23,0,54).

  • cyan value is 49.57%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(50,23,0,54)
C50M23Y0K54 
(50%,23%,0%,54%)
(0.50/0.23/0.00/0.54)	

CMYK percentages

%49.57
%23.08
%0
%54.12

Codes

Color #3B5A75 in popluar color models

3B5A75
RGB5990117
HSL208°32.95%34.51%
HSB/HSV208°49.57%45.88%
CMYK49.57%23.08%0.00%
54.12%

Color #3B5A75 in popluar number systems.

HEX3B5A75
Decimal5990117
Binary11101110110101110101
Octal73132165

Shades and tints

Shades of #3B5A75

#3B5A75
(59,90,117)
#36526B
(54,82,107)
#314A61
(49,74,97)
#2C4257
(44,66,87)
#273A4D
(39,58,77)
#223243
(34,50,67)
#1D2A39
(29,42,57)
#18222F
(24,34,47)
#131A25
(19,26,37)
#0E121B
(14,18,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #3B5A75

#3B5A75
(59,90,117)
#4C6981
(76,105,129)
#5D788D
(93,120,141)
#6E8799
(110,135,153)
#7F96A5
(127,150,165)
#90A5B1
(144,165,177)
#A1B4BD
(161,180,189)
#B2C3C9
(178,195,201)
#C3D2D5
(195,210,213)
#D4E1E1
(212,225,225)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5A75; }

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

This text font color is #3B5A75.


Background Color

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

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

This div background color is #3B5A75.


Border color

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

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

This div border color is #3B5A75.


Opacity

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

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

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

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

This text has shadow with #3B5A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5A75 on black background.


Color preview on white background

This text has color #3B5A75 on white background.



Black color preview on #3B5A75 background

This text has black color on #3B5A75 background.


White color preview on #3B5A75 background

This text has white color on #3B5A75 background.