COLOR #3B7583

HEX: #3B7583
RGB: (59,117,131)

Color info

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

RGB color model

#3B7583 color RGB value is (59,117,131).

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

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 131 of 255 = 51%

59
117
131

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

Portions of RGB colors in percentages

R + G + B =
59 + 117 + 131 = 307 (100%)
R 59 of 307 ~ 19.22%
G 117 of 307 ~ 38.11%
B 131 of 307 ~ 42.67%

%19.22
%38.11
%42.67

CMYK color model

#3B7583 color CMYK value is (55,11,0,49).

  • cyan value is 54.96%
  • magenta value is 10.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(55,11,0,49)
C55M11Y0K49 
(55%,11%,0%,49%)
(0.55/0.11/0.00/0.49)	

CMYK percentages

%54.96
%10.69
%0
%48.63

Codes

Color #3B7583 in popluar color models

3B7583
RGB59117131
HSL192°37.89%37.25%
HSB/HSV192°54.96%51.37%
CMYK54.96%10.69%0.00%
48.63%

Color #3B7583 in popluar number systems.

HEX3B7583
Decimal59117131
Binary111011111010110000011
Octal73165203

Shades and tints

Shades of #3B7583

#3B7583
(59,117,131)
#366B78
(54,107,120)
#31616D
(49,97,109)
#2C5762
(44,87,98)
#274D57
(39,77,87)
#22434C
(34,67,76)
#1D3941
(29,57,65)
#182F36
(24,47,54)
#13252B
(19,37,43)
#0E1B20
(14,27,32)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #3B7583

#3B7583
(59,117,131)
#4C818E
(76,129,142)
#5D8D99
(93,141,153)
#6E99A4
(110,153,164)
#7FA5AF
(127,165,175)
#90B1BA
(144,177,186)
#A1BDC5
(161,189,197)
#B2C9D0
(178,201,208)
#C3D5DB
(195,213,219)
#D4E1E6
(212,225,230)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7583 color. Also use rgb(59,117,131) instead hex code.

Text Font Color

.myTextColor { color: #3B7583; }

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

This text font color is #3B7583.


Background Color

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

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

This div background color is #3B7583.


Border color

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

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

This div border color is #3B7583.


Opacity

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

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

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

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

This text has shadow with #3B7583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7583 on black background.


Color preview on white background

This text has color #3B7583 on white background.



Black color preview on #3B7583 background

This text has black color on #3B7583 background.


White color preview on #3B7583 background

This text has white color on #3B7583 background.