COLOR #3D536B

HEX: #3D536B
RGB: (61,83,107)

Color info

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

RGB color model

#3D536B color RGB value is (61,83,107).

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

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 107 of 255 = 42%

61
83
107

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

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 107 = 251 (100%)
R 61 of 251 ~ 24.3%
G 83 of 251 ~ 33.07%
B 107 of 251 ~ 42.63%

%24.3
%33.07
%42.63

CMYK color model

#3D536B color CMYK value is (43,22,0,58).

  • cyan value is 42.99%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(43,22,0,58)
C43M22Y0K58 
(43%,22%,0%,58%)
(0.43/0.22/0.00/0.58)	

CMYK percentages

%42.99
%22.43
%0
%58.04

Codes

Color #3D536B in popluar color models

3D536B
RGB6183107
HSL211°27.38%32.94%
HSB/HSV211°42.99%41.96%
CMYK42.99%22.43%0.00%
58.04%

Color #3D536B in popluar number systems.

HEX3D536B
Decimal6183107
Binary11110110100111101011
Octal75123153

Shades and tints

Shades of #3D536B

#3D536B
(61,83,107)
#384C62
(56,76,98)
#334559
(51,69,89)
#2E3E50
(46,62,80)
#293747
(41,55,71)
#24303E
(36,48,62)
#1F2935
(31,41,53)
#1A222C
(26,34,44)
#151B23
(21,27,35)
#10141A
(16,20,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #3D536B

#3D536B
(61,83,107)
#4E6278
(78,98,120)
#5F7185
(95,113,133)
#708092
(112,128,146)
#818F9F
(129,143,159)
#929EAC
(146,158,172)
#A3ADB9
(163,173,185)
#B4BCC6
(180,188,198)
#C5CBD3
(197,203,211)
#D6DAE0
(214,218,224)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D536B; }

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

This text font color is #3D536B.


Background Color

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

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

This div background color is #3D536B.


Border color

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

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

This div border color is #3D536B.


Opacity

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

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

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

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

This text has shadow with #3D536B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D536B on black background.


Color preview on white background

This text has color #3D536B on white background.



Black color preview on #3D536B background

This text has black color on #3D536B background.


White color preview on #3D536B background

This text has white color on #3D536B background.