COLOR #3B7681

HEX: #3B7681
RGB: (59,118,129)

Color info

#3B7681 contains mainly green and blue colors. Web safe color of #3B7681 is #336699 (or #369).

RGB color model

#3B7681 color RGB value is (59,118,129).

  • red value is 59;
  • green value is 118;
  • blue value is 129.
RGB:
(59,118,129)
(23%,46%,51%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 129 of 255 = 51%

59
118
129

R + G + B ~ 40%. #3B7681 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 129 = 306 (100%)
R 59 of 306 ~ 19.28%
G 118 of 306 ~ 38.56%
B 129 of 306 ~ 42.16%

%19.28
%38.56
%42.16

CMYK color model

#3B7681 color CMYK value is (54,9,0,49).

  • cyan value is 54.26%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(54,9,0,49)
C54M9Y0K49 
(54%,9%,0%,49%)
(0.54/0.09/0.00/0.49)	

CMYK percentages

%54.26
%8.53
%0
%49.41

Codes

Color #3B7681 in popluar color models

3B7681
RGB59118129
HSL189°37.23%36.86%
HSB/HSV189°54.26%50.59%
CMYK54.26%8.53%0.00%
49.41%

Color #3B7681 in popluar number systems.

HEX3B7681
Decimal59118129
Binary111011111011010000001
Octal73166201

Shades and tints

Shades of #3B7681

#3B7681
(59,118,129)
#366C76
(54,108,118)
#31626B
(49,98,107)
#2C5860
(44,88,96)
#274E55
(39,78,85)
#22444A
(34,68,74)
#1D3A3F
(29,58,63)
#183034
(24,48,52)
#132629
(19,38,41)
#0E1C1E
(14,28,30)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #3B7681

#3B7681
(59,118,129)
#4C828C
(76,130,140)
#5D8E97
(93,142,151)
#6E9AA2
(110,154,162)
#7FA6AD
(127,166,173)
#90B2B8
(144,178,184)
#A1BEC3
(161,190,195)
#B2CACE
(178,202,206)
#C3D6D9
(195,214,217)
#D4E2E4
(212,226,228)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7681 color. Also use rgb(59,118,129) instead hex code.

Text Font Color

.myTextColor { color: #3B7681; }

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

This text font color is #3B7681.


Background Color

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

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

This div background color is #3B7681.


Border color

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

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

This div border color is #3B7681.


Opacity

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

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

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

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

This text has shadow with #3B7681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7681 on black background.


Color preview on white background

This text has color #3B7681 on white background.



Black color preview on #3B7681 background

This text has black color on #3B7681 background.


White color preview on #3B7681 background

This text has white color on #3B7681 background.