COLOR #3D6373

HEX: #3D6373
RGB: (61,99,115)

Color info

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

RGB color model

#3D6373 color RGB value is (61,99,115).

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

RGB channels and saturation

R 61 of 255 = 24%
G 99 of 255 = 39%
B 115 of 255 = 45%

61
99
115

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

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 115 = 275 (100%)
R 61 of 275 ~ 22.18%
G 99 of 275 ~ 36%
B 115 of 275 ~ 41.82%

%22.18
%36
%41.82

CMYK color model

#3D6373 color CMYK value is (47,14,0,55).

  • cyan value is 46.96%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(47,14,0,55)
C47M14Y0K55 
(47%,14%,0%,55%)
(0.47/0.14/0.00/0.55)	

CMYK percentages

%46.96
%13.91
%0
%54.9

Codes

Color #3D6373 in popluar color models

3D6373
RGB6199115
HSL198°30.68%34.51%
HSB/HSV198°46.96%45.10%
CMYK46.96%13.91%0.00%
54.90%

Color #3D6373 in popluar number systems.

HEX3D6373
Decimal6199115
Binary11110111000111110011
Octal75143163

Shades and tints

Shades of #3D6373

#3D6373
(61,99,115)
#385A69
(56,90,105)
#33515F
(51,81,95)
#2E4855
(46,72,85)
#293F4B
(41,63,75)
#243641
(36,54,65)
#1F2D37
(31,45,55)
#1A242D
(26,36,45)
#151B23
(21,27,35)
#101219
(16,18,25)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #3D6373

#3D6373
(61,99,115)
#4E717F
(78,113,127)
#5F7F8B
(95,127,139)
#708D97
(112,141,151)
#819BA3
(129,155,163)
#92A9AF
(146,169,175)
#A3B7BB
(163,183,187)
#B4C5C7
(180,197,199)
#C5D3D3
(197,211,211)
#D6E1DF
(214,225,223)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6373; }

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

This text font color is #3D6373.


Background Color

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

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

This div background color is #3D6373.


Border color

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

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

This div border color is #3D6373.


Opacity

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

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

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

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

This text has shadow with #3D6373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6373 on black background.


Color preview on white background

This text has color #3D6373 on white background.



Black color preview on #3D6373 background

This text has black color on #3D6373 background.


White color preview on #3D6373 background

This text has white color on #3D6373 background.