COLOR #3D527C

HEX: #3D527C
RGB: (61,82,124)

Color info

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

RGB color model

#3D527C color RGB value is (61,82,124).

  • red value is 61;
  • green value is 82;
  • blue value is 124.
RGB:
(61,82,124)
(24%,32%,49%)

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 124 of 255 = 49%

61
82
124

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

Portions of RGB colors in percentages

R + G + B =
61 + 82 + 124 = 267 (100%)
R 61 of 267 ~ 22.85%
G 82 of 267 ~ 30.71%
B 124 of 267 ~ 46.44%

%22.85
%30.71
%46.44

CMYK color model

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

  • cyan value is 50.81%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(51,34,0,51)
C51M34Y0K51 
(51%,34%,0%,51%)
(0.51/0.34/0.00/0.51)	

CMYK percentages

%50.81
%33.87
%0
%51.37

Codes

Color #3D527C in popluar color models

3D527C
RGB6182124
HSL220°34.05%36.27%
HSB/HSV220°50.81%48.63%
CMYK50.81%33.87%0.00%
51.37%

Color #3D527C in popluar number systems.

HEX3D527C
Decimal6182124
Binary11110110100101111100
Octal75122174

Shades and tints

Shades of #3D527C

#3D527C
(61,82,124)
#384B71
(56,75,113)
#334466
(51,68,102)
#2E3D5B
(46,61,91)
#293650
(41,54,80)
#242F45
(36,47,69)
#1F283A
(31,40,58)
#1A212F
(26,33,47)
#151A24
(21,26,36)
#101319
(16,19,25)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #3D527C

#3D527C
(61,82,124)
#4E6187
(78,97,135)
#5F7092
(95,112,146)
#707F9D
(112,127,157)
#818EA8
(129,142,168)
#929DB3
(146,157,179)
#A3ACBE
(163,172,190)
#B4BBC9
(180,187,201)
#C5CAD4
(197,202,212)
#D6D9DF
(214,217,223)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D527C color. Also use rgb(61,82,124) instead hex code.

Text Font Color

.myTextColor { color: #3D527C; }

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

This text font color is #3D527C.


Background Color

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

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

This div background color is #3D527C.


Border color

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

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

This div border color is #3D527C.


Opacity

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

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

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

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

This text has shadow with #3D527C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D527C on black background.


Color preview on white background

This text has color #3D527C on white background.



Black color preview on #3D527C background

This text has black color on #3D527C background.


White color preview on #3D527C background

This text has white color on #3D527C background.