COLOR #3B527D

HEX: #3B527D
RGB: (59,82,125)

Color info

#3B527D contains mainly green and blue colors. Web safe color of #3B527D is #336666 (or #366).

RGB color model

#3B527D color RGB value is (59,82,125).

  • red value is 59;
  • green value is 82;
  • blue value is 125.
RGB:
(59,82,125)
(23%,32%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 125 of 255 = 49%

59
82
125

R + G + B ~ 35%. #3B527D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 82 + 125 = 266 (100%)
R 59 of 266 ~ 22.18%
G 82 of 266 ~ 30.83%
B 125 of 266 ~ 46.99%

%22.18
%30.83
%46.99

CMYK color model

#3B527D color CMYK value is (53,34,0,51).

  • cyan value is 52.80%
  • magenta value is 34.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(53,34,0,51)
C53M34Y0K51 
(53%,34%,0%,51%)
(0.53/0.34/0.00/0.51)	

CMYK percentages

%52.8
%34.4
%0
%50.98

Codes

Color #3B527D in popluar color models

3B527D
RGB5982125
HSL219°35.87%36.08%
HSB/HSV219°52.80%49.02%
CMYK52.80%34.40%0.00%
50.98%

Color #3B527D in popluar number systems.

HEX3B527D
Decimal5982125
Binary11101110100101111101
Octal73122175

Shades and tints

Shades of #3B527D

#3B527D
(59,82,125)
#364B72
(54,75,114)
#314467
(49,68,103)
#2C3D5C
(44,61,92)
#273651
(39,54,81)
#222F46
(34,47,70)
#1D283B
(29,40,59)
#182130
(24,33,48)
#131A25
(19,26,37)
#0E131A
(14,19,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #3B527D

#3B527D
(59,82,125)
#4C6188
(76,97,136)
#5D7093
(93,112,147)
#6E7F9E
(110,127,158)
#7F8EA9
(127,142,169)
#909DB4
(144,157,180)
#A1ACBF
(161,172,191)
#B2BBCA
(178,187,202)
#C3CAD5
(195,202,213)
#D4D9E0
(212,217,224)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B527D color. Also use rgb(59,82,125) instead hex code.

Text Font Color

.myTextColor { color: #3B527D; }

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

This text font color is #3B527D.


Background Color

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

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

This div background color is #3B527D.


Border color

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

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

This div border color is #3B527D.


Opacity

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

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

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

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

This text has shadow with #3B527D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B527D on black background.


Color preview on white background

This text has color #3B527D on white background.



Black color preview on #3B527D background

This text has black color on #3B527D background.


White color preview on #3B527D background

This text has white color on #3B527D background.