COLOR #3D526B

HEX: #3D526B
RGB: (61,82,107)

Color info

#3D526B contains red, green and blue colors in about the same proportion. Web safe color of #3D526B is #336666 (or #366).

RGB color model

#3D526B color RGB value is (61,82,107).

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

RGB channels and saturation

R 61 of 255 = 24%
G 82 of 255 = 32%
B 107 of 255 = 42%

61
82
107

R + G + B ~ 33%. #3D526B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 82 + 107 = 250 (100%)
R 61 of 250 ~ 24.4%
G 82 of 250 ~ 32.8%
B 107 of 250 ~ 42.8%

%24.4
%32.8
%42.8

CMYK color model

#3D526B color CMYK value is (43,23,0,58).

  • cyan value is 42.99%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(43,23,0,58)
C43M23Y0K58 
(43%,23%,0%,58%)
(0.43/0.23/0.00/0.58)	

CMYK percentages

%42.99
%23.36
%0
%58.04

Codes

Color #3D526B in popluar color models

3D526B
RGB6182107
HSL213°27.38%32.94%
HSB/HSV213°42.99%41.96%
CMYK42.99%23.36%0.00%
58.04%

Color #3D526B in popluar number systems.

HEX3D526B
Decimal6182107
Binary11110110100101101011
Octal75122153

Shades and tints

Shades of #3D526B

#3D526B
(61,82,107)
#384B62
(56,75,98)
#334459
(51,68,89)
#2E3D50
(46,61,80)
#293647
(41,54,71)
#242F3E
(36,47,62)
#1F2835
(31,40,53)
#1A212C
(26,33,44)
#151A23
(21,26,35)
#10131A
(16,19,26)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #3D526B

#3D526B
(61,82,107)
#4E6178
(78,97,120)
#5F7085
(95,112,133)
#707F92
(112,127,146)
#818E9F
(129,142,159)
#929DAC
(146,157,172)
#A3ACB9
(163,172,185)
#B4BBC6
(180,187,198)
#C5CAD3
(197,202,211)
#D6D9E0
(214,217,224)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D526B; }

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

This text font color is #3D526B.


Background Color

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

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

This div background color is #3D526B.


Border color

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

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

This div border color is #3D526B.


Opacity

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

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

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

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

This text has shadow with #3D526B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D526B on black background.


Color preview on white background

This text has color #3D526B on white background.



Black color preview on #3D526B background

This text has black color on #3D526B background.


White color preview on #3D526B background

This text has white color on #3D526B background.