COLOR #3B6182

HEX: #3B6182
RGB: (59,97,130)

Color info

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

RGB color model

#3B6182 color RGB value is (59,97,130).

  • red value is 59;
  • green value is 97;
  • blue value is 130.
RGB:
(59,97,130)
(23%,38%,51%)

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 130 of 255 = 51%

59
97
130

R + G + B ~ 37%. #3B6182 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 130 = 286 (100%)
R 59 of 286 ~ 20.63%
G 97 of 286 ~ 33.92%
B 130 of 286 ~ 45.45%

%20.63
%33.92
%45.45

CMYK color model

#3B6182 color CMYK value is (55,25,0,49).

  • cyan value is 54.62%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(55,25,0,49)
C55M25Y0K49 
(55%,25%,0%,49%)
(0.55/0.25/0.00/0.49)	

CMYK percentages

%54.62
%25.38
%0
%49.02

Codes

Color #3B6182 in popluar color models

3B6182
RGB5997130
HSL208°37.57%37.06%
HSB/HSV208°54.62%50.98%
CMYK54.62%25.38%0.00%
49.02%

Color #3B6182 in popluar number systems.

HEX3B6182
Decimal5997130
Binary111011110000110000010
Octal73141202

Shades and tints

Shades of #3B6182

#3B6182
(59,97,130)
#365977
(54,89,119)
#31516C
(49,81,108)
#2C4961
(44,73,97)
#274156
(39,65,86)
#22394B
(34,57,75)
#1D3140
(29,49,64)
#182935
(24,41,53)
#13212A
(19,33,42)
#0E191F
(14,25,31)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #3B6182

#3B6182
(59,97,130)
#4C6F8D
(76,111,141)
#5D7D98
(93,125,152)
#6E8BA3
(110,139,163)
#7F99AE
(127,153,174)
#90A7B9
(144,167,185)
#A1B5C4
(161,181,196)
#B2C3CF
(178,195,207)
#C3D1DA
(195,209,218)
#D4DFE5
(212,223,229)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6182 color. Also use rgb(59,97,130) instead hex code.

Text Font Color

.myTextColor { color: #3B6182; }

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

This text font color is #3B6182.


Background Color

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

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

This div background color is #3B6182.


Border color

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

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

This div border color is #3B6182.


Opacity

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

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

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

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

This text has shadow with #3B6182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6182 on black background.


Color preview on white background

This text has color #3B6182 on white background.



Black color preview on #3B6182 background

This text has black color on #3B6182 background.


White color preview on #3B6182 background

This text has white color on #3B6182 background.