COLOR #3B6071

HEX: #3B6071
RGB: (59,96,113)

Color info

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

RGB color model

#3B6071 color RGB value is (59,96,113).

  • red value is 59;
  • green value is 96;
  • blue value is 113.
RGB:
(59,96,113)
(23%,38%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 96 of 255 = 38%
B 113 of 255 = 44%

59
96
113

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

Portions of RGB colors in percentages

R + G + B =
59 + 96 + 113 = 268 (100%)
R 59 of 268 ~ 22.01%
G 96 of 268 ~ 35.82%
B 113 of 268 ~ 42.16%

%22.01
%35.82
%42.16

CMYK color model

#3B6071 color CMYK value is (48,15,0,56).

  • cyan value is 47.79%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(48,15,0,56)
C48M15Y0K56 
(48%,15%,0%,56%)
(0.48/0.15/0.00/0.56)	

CMYK percentages

%47.79
%15.04
%0
%55.69

Codes

Color #3B6071 in popluar color models

3B6071
RGB5996113
HSL199°31.40%33.73%
HSB/HSV199°47.79%44.31%
CMYK47.79%15.04%0.00%
55.69%

Color #3B6071 in popluar number systems.

HEX3B6071
Decimal5996113
Binary11101111000001110001
Octal73140161

Shades and tints

Shades of #3B6071

#3B6071
(59,96,113)
#365867
(54,88,103)
#31505D
(49,80,93)
#2C4853
(44,72,83)
#274049
(39,64,73)
#22383F
(34,56,63)
#1D3035
(29,48,53)
#18282B
(24,40,43)
#132021
(19,32,33)
#0E1817
(14,24,23)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #3B6071

#3B6071
(59,96,113)
#4C6E7D
(76,110,125)
#5D7C89
(93,124,137)
#6E8A95
(110,138,149)
#7F98A1
(127,152,161)
#90A6AD
(144,166,173)
#A1B4B9
(161,180,185)
#B2C2C5
(178,194,197)
#C3D0D1
(195,208,209)
#D4DEDD
(212,222,221)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6071 color. Also use rgb(59,96,113) instead hex code.

Text Font Color

.myTextColor { color: #3B6071; }

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

This text font color is #3B6071.


Background Color

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

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

This div background color is #3B6071.


Border color

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

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

This div border color is #3B6071.


Opacity

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

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

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

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

This text has shadow with #3B6071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6071 on black background.


Color preview on white background

This text has color #3B6071 on white background.



Black color preview on #3B6071 background

This text has black color on #3B6071 background.


White color preview on #3B6071 background

This text has white color on #3B6071 background.