COLOR #3D636F

HEX: #3D636F
RGB: (61,99,111)

Color info

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

RGB color model

#3D636F color RGB value is (61,99,111).

  • red value is 61;
  • green value is 99;
  • blue value is 111.
RGB:
(61,99,111)
(24%,39%,44%)

RGB channels and saturation

R 61 of 255 = 24%
G 99 of 255 = 39%
B 111 of 255 = 44%

61
99
111

R + G + B ~ 36%. #3D636F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 111 = 271 (100%)
R 61 of 271 ~ 22.51%
G 99 of 271 ~ 36.53%
B 111 of 271 ~ 40.96%

%22.51
%36.53
%40.96

CMYK color model

#3D636F color CMYK value is (45,11,0,56).

  • cyan value is 45.05%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(45,11,0,56)
C45M11Y0K56 
(45%,11%,0%,56%)
(0.45/0.11/0.00/0.56)	

CMYK percentages

%45.05
%10.81
%0
%56.47

Codes

Color #3D636F in popluar color models

3D636F
RGB6199111
HSL194°29.07%33.73%
HSB/HSV194°45.05%43.53%
CMYK45.05%10.81%0.00%
56.47%

Color #3D636F in popluar number systems.

HEX3D636F
Decimal6199111
Binary11110111000111101111
Octal75143157

Shades and tints

Shades of #3D636F

#3D636F
(61,99,111)
#385A65
(56,90,101)
#33515B
(51,81,91)
#2E4851
(46,72,81)
#293F47
(41,63,71)
#24363D
(36,54,61)
#1F2D33
(31,45,51)
#1A2429
(26,36,41)
#151B1F
(21,27,31)
#101215
(16,18,21)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #3D636F

#3D636F
(61,99,111)
#4E717C
(78,113,124)
#5F7F89
(95,127,137)
#708D96
(112,141,150)
#819BA3
(129,155,163)
#92A9B0
(146,169,176)
#A3B7BD
(163,183,189)
#B4C5CA
(180,197,202)
#C5D3D7
(197,211,215)
#D6E1E4
(214,225,228)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D636F color. Also use rgb(61,99,111) instead hex code.

Text Font Color

.myTextColor { color: #3D636F; }

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

This text font color is #3D636F.


Background Color

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

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

This div background color is #3D636F.


Border color

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

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

This div border color is #3D636F.


Opacity

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

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

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

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

This text has shadow with #3D636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D636F on black background.


Color preview on white background

This text has color #3D636F on white background.



Black color preview on #3D636F background

This text has black color on #3D636F background.


White color preview on #3D636F background

This text has white color on #3D636F background.