COLOR #3B6772

HEX: #3B6772
RGB: (59,103,114)

Color info

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

RGB color model

#3B6772 color RGB value is (59,103,114).

  • red value is 59;
  • green value is 103;
  • blue value is 114.
RGB:
(59,103,114)
(23%,40%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 114 of 255 = 45%

59
103
114

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

Portions of RGB colors in percentages

R + G + B =
59 + 103 + 114 = 276 (100%)
R 59 of 276 ~ 21.38%
G 103 of 276 ~ 37.32%
B 114 of 276 ~ 41.3%

%21.38
%37.32
%41.3

CMYK color model

#3B6772 color CMYK value is (48,10,0,55).

  • cyan value is 48.25%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(48,10,0,55)
C48M10Y0K55 
(48%,10%,0%,55%)
(0.48/0.10/0.00/0.55)	

CMYK percentages

%48.25
%9.65
%0
%55.29

Codes

Color #3B6772 in popluar color models

3B6772
RGB59103114
HSL192°31.79%33.92%
HSB/HSV192°48.25%44.71%
CMYK48.25%9.65%0.00%
55.29%

Color #3B6772 in popluar number systems.

HEX3B6772
Decimal59103114
Binary11101111001111110010
Octal73147162

Shades and tints

Shades of #3B6772

#3B6772
(59,103,114)
#365E68
(54,94,104)
#31555E
(49,85,94)
#2C4C54
(44,76,84)
#27434A
(39,67,74)
#223A40
(34,58,64)
#1D3136
(29,49,54)
#18282C
(24,40,44)
#131F22
(19,31,34)
#0E1618
(14,22,24)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #3B6772

#3B6772
(59,103,114)
#4C747E
(76,116,126)
#5D818A
(93,129,138)
#6E8E96
(110,142,150)
#7F9BA2
(127,155,162)
#90A8AE
(144,168,174)
#A1B5BA
(161,181,186)
#B2C2C6
(178,194,198)
#C3CFD2
(195,207,210)
#D4DCDE
(212,220,222)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6772 color. Also use rgb(59,103,114) instead hex code.

Text Font Color

.myTextColor { color: #3B6772; }

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

This text font color is #3B6772.


Background Color

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

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

This div background color is #3B6772.


Border color

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

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

This div border color is #3B6772.


Opacity

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

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

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

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

This text has shadow with #3B6772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6772 on black background.


Color preview on white background

This text has color #3B6772 on white background.



Black color preview on #3B6772 background

This text has black color on #3B6772 background.


White color preview on #3B6772 background

This text has white color on #3B6772 background.