COLOR #3B5069

HEX: #3B5069
RGB: (59,80,105)

Color info

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

RGB color model

#3B5069 color RGB value is (59,80,105).

  • red value is 59;
  • green value is 80;
  • blue value is 105.
RGB:
(59,80,105)
(23%,31%,41%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 105 of 255 = 41%

59
80
105

R + G + B ~ 32%. #3B5069 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 80 + 105 = 244 (100%)
R 59 of 244 ~ 24.18%
G 80 of 244 ~ 32.79%
B 105 of 244 ~ 43.03%

%24.18
%32.79
%43.03

CMYK color model

#3B5069 color CMYK value is (44,24,0,59).

  • cyan value is 43.81%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(44,24,0,59)
C44M24Y0K59 
(44%,24%,0%,59%)
(0.44/0.24/0.00/0.59)	

CMYK percentages

%43.81
%23.81
%0
%58.82

Codes

Color #3B5069 in popluar color models

3B5069
RGB5980105
HSL213°28.05%32.16%
HSB/HSV213°43.81%41.18%
CMYK43.81%23.81%0.00%
58.82%

Color #3B5069 in popluar number systems.

HEX3B5069
Decimal5980105
Binary11101110100001101001
Octal73120151

Shades and tints

Shades of #3B5069

#3B5069
(59,80,105)
#364960
(54,73,96)
#314257
(49,66,87)
#2C3B4E
(44,59,78)
#273445
(39,52,69)
#222D3C
(34,45,60)
#1D2633
(29,38,51)
#181F2A
(24,31,42)
#131821
(19,24,33)
#0E1118
(14,17,24)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #3B5069

#3B5069
(59,80,105)
#4C5F76
(76,95,118)
#5D6E83
(93,110,131)
#6E7D90
(110,125,144)
#7F8C9D
(127,140,157)
#909BAA
(144,155,170)
#A1AAB7
(161,170,183)
#B2B9C4
(178,185,196)
#C3C8D1
(195,200,209)
#D4D7DE
(212,215,222)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5069 color. Also use rgb(59,80,105) instead hex code.

Text Font Color

.myTextColor { color: #3B5069; }

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

This text font color is #3B5069.


Background Color

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

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

This div background color is #3B5069.


Border color

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

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

This div border color is #3B5069.


Opacity

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

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

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

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

This text has shadow with #3B5069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5069 on black background.


Color preview on white background

This text has color #3B5069 on white background.



Black color preview on #3B5069 background

This text has black color on #3B5069 background.


White color preview on #3B5069 background

This text has white color on #3B5069 background.