COLOR #3D5650

HEX: #3D5650
RGB: (61,86,80)

Color info

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

RGB color model

#3D5650 color RGB value is (61,86,80).

  • red value is 61;
  • green value is 86;
  • blue value is 80.
RGB:
(61,86,80)
(24%,34%,31%)

RGB channels and saturation

R 61 of 255 = 24%
G 86 of 255 = 34%
B 80 of 255 = 31%

61
86
80

R + G + B ~ 30%. #3D5650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 86 + 80 = 227 (100%)
R 61 of 227 ~ 26.87%
G 86 of 227 ~ 37.89%
B 80 of 227 ~ 35.24%

%26.87
%37.89
%35.24

CMYK color model

#3D5650 color CMYK value is (29,0,7,66).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(29,0,7,66)
C29M0Y7K66 
(29%,0%,7%,66%)
(0.29/0.00/0.07/0.66)	

CMYK percentages

%29.07
%0
%6.98
%66.27

Codes

Color #3D5650 in popluar color models

3D5650
RGB618680
HSL166°17.01%28.82%
HSB/HSV166°29.07%33.73%
CMYK29.07%0.00%6.98%
66.27%

Color #3D5650 in popluar number systems.

HEX3D5650
Decimal618680
Binary11110110101101010000
Octal75126120

Shades and tints

Shades of #3D5650

#3D5650
(61,86,80)
#384F49
(56,79,73)
#334842
(51,72,66)
#2E413B
(46,65,59)
#293A34
(41,58,52)
#24332D
(36,51,45)
#1F2C26
(31,44,38)
#1A251F
(26,37,31)
#151E18
(21,30,24)
#101711
(16,23,17)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #3D5650

#3D5650
(61,86,80)
#4E655F
(78,101,95)
#5F746E
(95,116,110)
#70837D
(112,131,125)
#81928C
(129,146,140)
#92A19B
(146,161,155)
#A3B0AA
(163,176,170)
#B4BFB9
(180,191,185)
#C5CEC8
(197,206,200)
#D6DDD7
(214,221,215)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5650 color. Also use rgb(61,86,80) instead hex code.

Text Font Color

.myTextColor { color: #3D5650; }

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

This text font color is #3D5650.


Background Color

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

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

This div background color is #3D5650.


Border color

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

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

This div border color is #3D5650.


Opacity

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

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

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

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

This text has shadow with #3D5650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5650 on black background.


Color preview on white background

This text has color #3D5650 on white background.



Black color preview on #3D5650 background

This text has black color on #3D5650 background.


White color preview on #3D5650 background

This text has white color on #3D5650 background.