COLOR #3B6672

HEX: #3B6672
RGB: (59,102,114)

Color info

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

RGB color model

#3B6672 color RGB value is (59,102,114).

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

RGB channels and saturation

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

59
102
114

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

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 114 = 275 (100%)
R 59 of 275 ~ 21.45%
G 102 of 275 ~ 37.09%
B 114 of 275 ~ 41.45%

%21.45
%37.09
%41.45

CMYK color model

#3B6672 color CMYK value is (48,11,0,55).

  • cyan value is 48.25%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(48,11,0,55)
C48M11Y0K55 
(48%,11%,0%,55%)
(0.48/0.11/0.00/0.55)	

CMYK percentages

%48.25
%10.53
%0
%55.29

Codes

Color #3B6672 in popluar color models

3B6672
RGB59102114
HSL193°31.79%33.92%
HSB/HSV193°48.25%44.71%
CMYK48.25%10.53%0.00%
55.29%

Color #3B6672 in popluar number systems.

HEX3B6672
Decimal59102114
Binary11101111001101110010
Octal73146162

Shades and tints

Shades of #3B6672

#3B6672
(59,102,114)
#365D68
(54,93,104)
#31545E
(49,84,94)
#2C4B54
(44,75,84)
#27424A
(39,66,74)
#223940
(34,57,64)
#1D3036
(29,48,54)
#18272C
(24,39,44)
#131E22
(19,30,34)
#0E1518
(14,21,24)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #3B6672

#3B6672
(59,102,114)
#4C737E
(76,115,126)
#5D808A
(93,128,138)
#6E8D96
(110,141,150)
#7F9AA2
(127,154,162)
#90A7AE
(144,167,174)
#A1B4BA
(161,180,186)
#B2C1C6
(178,193,198)
#C3CED2
(195,206,210)
#D4DBDE
(212,219,222)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6672; }

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

This text font color is #3B6672.


Background Color

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

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

This div background color is #3B6672.


Border color

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

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

This div border color is #3B6672.


Opacity

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

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

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

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

This text has shadow with #3B6672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6672 on black background.


Color preview on white background

This text has color #3B6672 on white background.



Black color preview on #3B6672 background

This text has black color on #3B6672 background.


White color preview on #3B6672 background

This text has white color on #3B6672 background.