COLOR #3B7082

HEX: #3B7082 RGB: (59,112,130)

Color info

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

RGB color model

#3B7082 color RGB value is (59,112,130).

RGB: (59,112,130) (23%, 44%, 51%)

RGB channels and saturation

R 59 of 255 = 23%
G 112 of 255 = 44%
B 130 of 255 = 51%

59
112
130

R + G + B ~ 39%. #3B7082 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 112 + 130 = 301 (100%)
R 59 of 301 ~ 19.6%
G 112 of 301 ~ 37.21%
B 130 of 301 ~ 43.19'%

%19.6
%37.21
%43.19

CMYK color model

#3B7082 color CMYK value is (55,14,0,49).

  • cyan value is 54.62%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (55,14,0,49)
C55M14Y0K49 (55%, 14%, 0%, 49%)
(0.55 / 0.14 / 0.00 / 0.49)

CMYK percentages

%54.62
%13.85
%0
%49.02

Codes

Color #3B7082 in popluar color models

3B 70 82
RGB 59 112 130
HSL 195° 37.57% 37.06%
HSB/HSV 195° 54.62% 50.98%
CMYK 54.62% 13.85% 0.00%
49.02%

Color #3B7082 in popluar number systems.

HEX 3B 70 82
Decimal 59 112 130
Binary 111011 1110000 10000010
Octal 73 160 202

Shades and tints

Shades of #3B7082

#3B7082
(59,112,130)
#366677
(54,102,119)
#315C6C
(49,92,108)
#2C5261
(44,82,97)
#274856
(39,72,86)
#223E4B
(34,62,75)
#1D3440
(29,52,64)
#182A35
(24,42,53)
#13202A
(19,32,42)
#0E161F
(14,22,31)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #3B7082

#3B7082
(59,112,130)
#4C7D8D
(76,125,141)
#5D8A98
(93,138,152)
#6E97A3
(110,151,163)
#7FA4AE
(127,164,174)
#90B1B9
(144,177,185)
#A1BEC4
(161,190,196)
#B2CBCF
(178,203,207)
#C3D8DA
(195,216,218)
#D4E5E5
(212,229,229)
#E5F2F0
(229,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7082; }

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

This text font color is #3B7082.

Background Color

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

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

This div background color is #3B7082.

Border color

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

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

This div border color is #3B7082.

Opacity

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

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

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

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

This text has shadow with #3B7082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7082.

Preview

Color preview on black background

This text has color #3B7082 on black background.


Color preview on white background

This text has color #3B7082 on white background.


Black color preview on #3B7082 background

This text has black color on #3B7082 background.


White color preview on #3B7082 background

This text has white color on #3B7082 background.


Related colors

Complementary color

Complementary color for #hex is #C48F7D.


I love getcolorcode.com

Triadic colors

1 #823B70 and #70823B with #3B7082 are triadic colors.

2 #82703B and #703B82 with #3B7082 are triadic colors.