COLOR #3D5753

HEX: #3D5753
RGB: (61,87,83)

Color info

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

RGB color model

#3D5753 color RGB value is (61,87,83).

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

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 83 of 255 = 33%

61
87
83

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

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 83 = 231 (100%)
R 61 of 231 ~ 26.41%
G 87 of 231 ~ 37.66%
B 83 of 231 ~ 35.93%

%26.41
%37.66
%35.93

CMYK color model

#3D5753 color CMYK value is (30,0,5,66).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 65.88%
CMYK:
(30,0,5,66)
C30M0Y5K66 
(30%,0%,5%,66%)
(0.30/0.00/0.05/0.66)	

CMYK percentages

%29.89
%0
%4.6
%65.88

Codes

Color #3D5753 in popluar color models

3D5753
RGB618783
HSL171°17.57%29.02%
HSB/HSV171°29.89%34.12%
CMYK29.89%0.00%4.60%
65.88%

Color #3D5753 in popluar number systems.

HEX3D5753
Decimal618783
Binary11110110101111010011
Octal75127123

Shades and tints

Shades of #3D5753

#3D5753
(61,87,83)
#38504C
(56,80,76)
#334945
(51,73,69)
#2E423E
(46,66,62)
#293B37
(41,59,55)
#243430
(36,52,48)
#1F2D29
(31,45,41)
#1A2622
(26,38,34)
#151F1B
(21,31,27)
#101814
(16,24,20)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #3D5753

#3D5753
(61,87,83)
#4E6662
(78,102,98)
#5F7571
(95,117,113)
#708480
(112,132,128)
#81938F
(129,147,143)
#92A29E
(146,162,158)
#A3B1AD
(163,177,173)
#B4C0BC
(180,192,188)
#C5CFCB
(197,207,203)
#D6DEDA
(214,222,218)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5753; }

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

This text font color is #3D5753.


Background Color

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

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

This div background color is #3D5753.


Border color

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

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

This div border color is #3D5753.


Opacity

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

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

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

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

This text has shadow with #3D5753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5753 on black background.


Color preview on white background

This text has color #3D5753 on white background.



Black color preview on #3D5753 background

This text has black color on #3D5753 background.


White color preview on #3D5753 background

This text has white color on #3D5753 background.