COLOR #3D5E51

HEX: #3D5E51
RGB: (61,94,81)

Color info

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

RGB color model

#3D5E51 color RGB value is (61,94,81).

  • red value is 61;
  • green value is 94;
  • blue value is 81.
RGB:
(61,94,81)
(24%,37%,32%)

RGB channels and saturation

R 61 of 255 = 24%
G 94 of 255 = 37%
B 81 of 255 = 32%

61
94
81

R + G + B ~ 31%. #3D5E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 94 + 81 = 236 (100%)
R 61 of 236 ~ 25.85%
G 94 of 236 ~ 39.83%
B 81 of 236 ~ 34.32%

%25.85
%39.83
%34.32

CMYK color model

#3D5E51 color CMYK value is (35,0,14,63).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(35,0,14,63)
C35M0Y14K63 
(35%,0%,14%,63%)
(0.35/0.00/0.14/0.63)	

CMYK percentages

%35.11
%0
%13.83
%63.14

Codes

Color #3D5E51 in popluar color models

3D5E51
RGB619481
HSL156°21.29%30.39%
HSB/HSV156°35.11%36.86%
CMYK35.11%0.00%13.83%
63.14%

Color #3D5E51 in popluar number systems.

HEX3D5E51
Decimal619481
Binary11110110111101010001
Octal75136121

Shades and tints

Shades of #3D5E51

#3D5E51
(61,94,81)
#38564A
(56,86,74)
#334E43
(51,78,67)
#2E463C
(46,70,60)
#293E35
(41,62,53)
#24362E
(36,54,46)
#1F2E27
(31,46,39)
#1A2620
(26,38,32)
#151E19
(21,30,25)
#101612
(16,22,18)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #3D5E51

#3D5E51
(61,94,81)
#4E6C60
(78,108,96)
#5F7A6F
(95,122,111)
#70887E
(112,136,126)
#81968D
(129,150,141)
#92A49C
(146,164,156)
#A3B2AB
(163,178,171)
#B4C0BA
(180,192,186)
#C5CEC9
(197,206,201)
#D6DCD8
(214,220,216)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5E51 color. Also use rgb(61,94,81) instead hex code.

Text Font Color

.myTextColor { color: #3D5E51; }

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

This text font color is #3D5E51.


Background Color

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

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

This div background color is #3D5E51.


Border color

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

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

This div border color is #3D5E51.


Opacity

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

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

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

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

This text has shadow with #3D5E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5E51 on black background.


Color preview on white background

This text has color #3D5E51 on white background.



Black color preview on #3D5E51 background

This text has black color on #3D5E51 background.


White color preview on #3D5E51 background

This text has white color on #3D5E51 background.