COLOR #3B7695

HEX: #3B7695
RGB: (59,118,149)

Color info

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

RGB color model

#3B7695 color RGB value is (59,118,149).

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

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 149 of 255 = 58%

59
118
149

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

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 149 = 326 (100%)
R 59 of 326 ~ 18.1%
G 118 of 326 ~ 36.2%
B 149 of 326 ~ 45.71%

%18.1
%36.2
%45.71

CMYK color model

#3B7695 color CMYK value is (60,21,0,42).

  • cyan value is 60.40%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(60,21,0,42)
C60M21Y0K42 
(60%,21%,0%,42%)
(0.60/0.21/0.00/0.42)	

CMYK percentages

%60.4
%20.81
%0
%41.57

Codes

Color #3B7695 in popluar color models

3B7695
RGB59118149
HSL201°43.27%40.78%
HSB/HSV201°60.40%58.43%
CMYK60.40%20.81%0.00%
41.57%

Color #3B7695 in popluar number systems.

HEX3B7695
Decimal59118149
Binary111011111011010010101
Octal73166225

Shades and tints

Shades of #3B7695

#3B7695
(59,118,149)
#366C88
(54,108,136)
#31627B
(49,98,123)
#2C586E
(44,88,110)
#274E61
(39,78,97)
#224454
(34,68,84)
#1D3A47
(29,58,71)
#18303A
(24,48,58)
#13262D
(19,38,45)
#0E1C20
(14,28,32)
#091213
(9,18,19)
#000000
(0,0,0)

Tints of #3B7695

#3B7695
(59,118,149)
#4C829E
(76,130,158)
#5D8EA7
(93,142,167)
#6E9AB0
(110,154,176)
#7FA6B9
(127,166,185)
#90B2C2
(144,178,194)
#A1BECB
(161,190,203)
#B2CAD4
(178,202,212)
#C3D6DD
(195,214,221)
#D4E2E6
(212,226,230)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7695; }

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

This text font color is #3B7695.


Background Color

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

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

This div background color is #3B7695.


Border color

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

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

This div border color is #3B7695.


Opacity

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

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

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

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

This text has shadow with #3B7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7695 on black background.


Color preview on white background

This text has color #3B7695 on white background.



Black color preview on #3B7695 background

This text has black color on #3B7695 background.


White color preview on #3B7695 background

This text has white color on #3B7695 background.