COLOR #3D655C

HEX: #3D655C
RGB: (61,101,92)

Color info

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

RGB color model

#3D655C color RGB value is (61,101,92).

  • red value is 61;
  • green value is 101;
  • blue value is 92.
RGB:
(61,101,92)
(24%,40%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 101 of 255 = 40%
B 92 of 255 = 36%

61
101
92

R + G + B ~ 33%. #3D655C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 101 + 92 = 254 (100%)
R 61 of 254 ~ 24.02%
G 101 of 254 ~ 39.76%
B 92 of 254 ~ 36.22%

%24.02
%39.76
%36.22

CMYK color model

#3D655C color CMYK value is (40,0,9,60).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 60.39%
CMYK:
(40,0,9,60)
C40M0Y9K60 
(40%,0%,9%,60%)
(0.40/0.00/0.09/0.60)	

CMYK percentages

%39.6
%0
%8.91
%60.39

Codes

Color #3D655C in popluar color models

3D655C
RGB6110192
HSL167°24.69%31.76%
HSB/HSV167°39.60%39.61%
CMYK39.60%0.00%8.91%
60.39%

Color #3D655C in popluar number systems.

HEX3D655C
Decimal6110192
Binary11110111001011011100
Octal75145134

Shades and tints

Shades of #3D655C

#3D655C
(61,101,92)
#385C54
(56,92,84)
#33534C
(51,83,76)
#2E4A44
(46,74,68)
#29413C
(41,65,60)
#243834
(36,56,52)
#1F2F2C
(31,47,44)
#1A2624
(26,38,36)
#151D1C
(21,29,28)
#101414
(16,20,20)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #3D655C

#3D655C
(61,101,92)
#4E736A
(78,115,106)
#5F8178
(95,129,120)
#708F86
(112,143,134)
#819D94
(129,157,148)
#92ABA2
(146,171,162)
#A3B9B0
(163,185,176)
#B4C7BE
(180,199,190)
#C5D5CC
(197,213,204)
#D6E3DA
(214,227,218)
#E7F1E8
(231,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D655C color. Also use rgb(61,101,92) instead hex code.

Text Font Color

.myTextColor { color: #3D655C; }

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

This text font color is #3D655C.


Background Color

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

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

This div background color is #3D655C.


Border color

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

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

This div border color is #3D655C.


Opacity

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

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

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

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

This text has shadow with #3D655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D655C on black background.


Color preview on white background

This text has color #3D655C on white background.



Black color preview on #3D655C background

This text has black color on #3D655C background.


White color preview on #3D655C background

This text has white color on #3D655C background.